Name | Lookup | Parameters | |
|---|---|---|---|
| pause_transaction | 0300 | 2 | |
| unpause_transaction | 0301 | 2 | |
| pause_evm_precompile | 0302 | 1 | |
| unpause_evm_precompile | 0303 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| TransactionPaused | 0300 | ["Bytes","Bytes"] | |
| TransactionUnpaused | 0301 | ["Bytes","Bytes"] | |
| EvmPrecompilePaused | 0302 | ["H160"] | |
| EvmPrecompileUnpaused | 0303 | ["H160"] |
Name | Type | |
|---|---|---|
| PausedTransactions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:Vec<U8>Vec<U8>"],"value":"NULL","keys_id":231,"value_id":35}} | |
| PausedEvmPrecompiles | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["H160"],"value":"NULL","keys_id":37,"value_id":35}} |
Name | Docs |
|---|---|
| CannotPause | |
| InvalidCharacter |