subscan
Runtime Modules / TokenIssuer
Spec Version:
Events
Name
Lookup
Attributes
AddedToIssueList6d00["AccountId","CurrencyId"]
RemovedFromIssueList6d01["AccountId","CurrencyId"]
AddedToTransferList6d02["AccountId","CurrencyId"]
RemovedFromTransferList6d03["AccountId","CurrencyId"]
Issued6d04["AccountId","CurrencyId","BalanceOf"]
Transferred6d05["AccountId","AccountId","CurrencyId","BalanceOf"]
Storage Functions
Name
Type
IssueWhiteList{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["node_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":117,"value_id":293}}
TransferWhiteList{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["node_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":117,"value_id":293}}
Error Types
Name
Docs
NotEnoughBalanceThe balance is not enough
NotExistThe account doesn't exist in the whitelist.
NotAllowedThe origin is not allowed to perform the operation.