Name | Lookup | Parameters | |
|---|---|---|---|
| whitelist_call | 2c00 | 1 | |
| remove_whitelisted_call | 2c01 | 1 | |
| dispatch_whitelisted_call | 2c02 | 3 | |
| dispatch_whitelisted_call_with_preimage | 2c03 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| CallWhitelisted | 2c00 | ["Hash"] | |
| WhitelistedCallRemoved | 2c01 | ["Hash"] | |
| WhitelistedCallDispatched | 2c02 | ["Hash","DispatchResultWithPostInfo"] |
Name | Type | |
|---|---|---|
| WhitelistedCall | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"NULL","keys_id":13,"value_id":115}} |
Name | Docs |
|---|---|
| UnavailablePreImage | The preimage of the call hash could not be loaded. |
| UndecodableCall | The call could not be decoded. |
| InvalidCallWeightWitness | The weight of the decoded call was higher than the witness. |
| CallIsNotWhitelisted | The call was not whitelisted. |
| CallAlreadyWhitelisted | The call was already whitelisted; No-Op. |