Name | Lookup | Parameters | |
---|---|---|---|
register | 1400 | 4 | |
transfer | 1401 | 3 | |
mint | 1402 | 3 | |
burn | 1403 | 2 | |
set_non_mintable | 1404 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
AssetRegistered | 1400 | ||
Transfer | 1401 | ||
Mint | 1402 | ||
Burn | 1403 | ||
AssetSetNonMintable | 1404 |
Name | Type | |
---|---|---|
AssetOwners | {"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"AccountId","isLinked":false}} | |
AssetInfos | {"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"(AssetSymbol, AssetName, BalancePrecision, bool)","isLinked":false}} | |
AssetRecordAssetId | {"origin":"MapType","map_type":{"key":"AssetId","hasher":"Twox64Concat","value":"AssetRecord","isLinked":false}} |
Name | Docs |
---|---|
AssetIdAlreadyExists | An asset with a given ID already exists. |
AssetIdNotExists | An asset with a given ID not exists. |
InsufficientBalance | A number is out of range of the balance type. |
InvalidAssetSymbol | Symbol is not valid. It must contain only uppercase latin characters or numbers, length <= 7. |
InvalidAssetName | Name is not valid. It must contain only uppercase or lowercase latin characters or numbers or spaces, length <= 33. |
InvalidPrecision | Precision value is not valid, it should represent a number of decimal places for number, max is 30. |
AssetSupplyIsNotMintable | Minting for particular asset id is disabled. |
InvalidAssetOwner | Caller does not own requested asset. |
IncRefError | Increment account reference error. |