Name | Lookup | Parameters | |
|---|---|---|---|
| add_transfer_allowance | 7300 | 2 | |
| remove_transfer_allowance | 7301 | 2 | |
| purge_transfer_allowance | 7302 | 2 | |
| add_allowance_delay | 7303 | 2 | |
| update_allowance_delay | 7304 | 2 | |
| toggle_allowance_delay_once_future_modifiable | 7305 | 1 | |
| purge_allowance_delay | 7306 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| TransferAllowanceCreated | 7300 | ["AccountId","CurrencyId","Location","BlockNumberFor","BlockNumberFor"] | |
| TransferAllowanceRemoved | 7301 | ["AccountId","CurrencyId","Location","BlockNumberFor","BlockNumberFor"] | |
| TransferAllowancePurged | 7302 | ["AccountId","CurrencyId","Location"] | |
| TransferAllowanceDelayAdd | 7303 | ["AccountId","CurrencyId","BlockNumberFor"] | |
| TransferAllowanceDelayUpdate | 7304 | ["AccountId","CurrencyId","BlockNumberFor"] | |
| ToggleTransferAllowanceDelayFutureModifiable | 7305 | ["AccountId","CurrencyId","Option<BlockNumberFor>"] | |
| TransferAllowanceDelayPurge | 7306 | ["AccountId","CurrencyId"] |
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":898,"value_id":899}} | |
| AccountCurrencyTransferAllowance | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat","Blake2_128Concat"],"key_vec":["AccountId","cfg_types:tokens:FilterCurrency","cfg_types:locations:RestrictedTransferLocation"],"value":"pallet_transfer_allowlist:pallet:AllowanceDetails","keys_id":900,"value_id":901}} |
Name | Docs |
|---|---|
| NoAllowancesSet | An operation expecting one or more allowances for a sendingAccount/Currency set, where none present |
| DuplicateAllowance | Attempted to create allowance for existing Sending Account,Currency, and Receiver combination |
| NoMatchingAllowance | No matching allowance for Location/Currency |
| NoMatchingDelay | No matching delay for the sending account and currency combination.Cannot delete a non-existant entry |
| DuplicateDelay | Delay already exists |
| DelayUnmodifiable | Delay has not been set to modified, or delay at which modificationhas been set has not been reached. |
| AllowanceHasNotExpired | Attempted to clear active allowance |
| NoAllowanceForDestination | Transfer from sending account and currency not allowed todestination |