# assets
# Functions
- assetTotalIssuance(total) ⇒
boolean
Validate total issuance amount when creating an asset
- assetDecimalPlaces(decimals) ⇒
boolean
Validate asset decimal places when creating an asset
- defaultFrozen(defaultFrozen) ⇒
boolean
Validate defaultFrozen has a boolean value when creating an asset
- assetMetadataHash(hash) ⇒
boolean
Validate for a metadata hash string when creating an asset
- assetName(assetName) ⇒
boolean
Validate asset name when creating an asset
- unitName(unitName) ⇒
boolean
Validate unit name when creating an asset
- assetUrl(url) ⇒
boolean
Validate asset url when creating an asset
# assetTotalIssuance(total) ⇒ boolean
Validate total issuance amount when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
total | number |
# assetDecimalPlaces(decimals) ⇒ boolean
Validate asset decimal places when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
decimals | number |
# defaultFrozen(defaultFrozen) ⇒ boolean
Validate defaultFrozen has a boolean value when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
defaultFrozen | boolean |
# assetMetadataHash(hash) ⇒ boolean
Validate for a metadata hash string when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
hash | string |
# assetName(assetName) ⇒ boolean
Validate asset name when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
assetName | string |
# unitName(unitName) ⇒ boolean
Validate unit name when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
unitName | string |
# assetUrl(url) ⇒ boolean
Validate asset url when creating an asset
Kind: global function
Category: Assets
Param | Type |
---|---|
url | string |