Name | Lookup | Parameters | |
---|---|---|---|
add_to_issue_whitelist | 6d00 | 2 | |
remove_from_issue_whitelist | 6d01 | 2 | |
add_to_transfer_whitelist | 6d02 | 2 | |
remove_from_transfer_whitelist | 6d03 | 2 | |
issue | 6d04 | 3 | |
transfer | 6d05 | 3 |
Name | Lookup | Attributes | |
---|---|---|---|
AddedToIssueList | 6d00 | ||
RemovedFromIssueList | 6d01 | ||
AddedToTransferList | 6d02 | ||
RemovedFromTransferList | 6d03 | ||
Issued | 6d04 | ||
Transferred | 6d05 |
Name | Type | |
---|---|---|
IssueWhiteList | {"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Blake2_128Concat","value":"Vec<AccountIdOf>","isLinked":false}} | |
TransferWhiteList | {"origin":"MapType","map_type":{"key":"CurrencyId","hasher":"Blake2_128Concat","value":"Vec<AccountIdOf>","isLinked":false}} |
Name | Docs |
---|---|
NotEnoughBalance | The balance is not enough |
NotExist | The account doesn't exist in the whitelist. |
NotAllowed | The origin is not allowed to perform the operation. |