subscan
Runtime Modules / TransferAllowList
Spec Version:
Events
Name
Lookup
Attributes
TransferAllowanceCreated6e00["AccountId","CurrencyId","Location","BlockNumber","BlockNumber"]
TransferAllowanceRemoved6e01["AccountId","CurrencyId","Location","BlockNumber","BlockNumber"]
TransferAllowancePurged6e02["AccountId","CurrencyId","Location"]
TransferAllowanceDelayAdd6e03["AccountId","CurrencyId","BlockNumber"]
TransferAllowanceDelayUpdate6e04["AccountId","CurrencyId","BlockNumber"]
ToggleTransferAllowanceDelayFutureModifiable6e05["AccountId","CurrencyId","Option<BlockNumber>"]
TransferAllowanceDelayPurge6e06["AccountId","CurrencyId"]
Storage Functions
Name
Type
AccountCurrencyTransferCountDelay{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","cfg_types:tokens:FilterCurrency"],"value":"pallet_transfer_allowlist:pallet:AllowanceMetadata","keys_id":698,"value_id":699}}
AccountCurrencyTransferAllowance{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Blake2_128Concat"],"key_vec":["AccountId","cfg_types:tokens:FilterCurrency","cfg_types:locations:Location"],"value":"pallet_transfer_allowlist:pallet:AllowanceDetails","keys_id":700,"value_id":701}}
Error Types
Name
Docs
NoAllowancesSetAn operation expecting one or more allowances for a sendingAccount/Currency set, where none present
DuplicateAllowanceAttempted to create allowance for existing Sending Account,Currency, and Receiver combination
NoMatchingAllowanceNo matching allowance for Location/Currency
NoMatchingDelayNo matching delay for the sending account and currency combination.Cannot delete a non-existant entry
DuplicateDelayDelay already exists
DelayUnmodifiableDelay has not been set to modified, or delay at which modificationhas been set has not been reached.
AllowanceHasNotExpiredAttempted to clear active allowance
NoAllowanceForDestinationTransfer from sending account and currency not allowed todestination