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":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":258,"value_id":768}}
TransferWhiteList{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["bifrost_primitives:currency:CurrencyId"],"value":"Vec<AccountId>","keys_id":258,"value_id":768}}
Constants
Name
Type
Value
MaxLengthLimitU32f4010000
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.
ConvertErrorFailed to convert vec to boundedVec
ExceedMaxLenExcceed the max length limit of BoundedVec