Name | Lookup | Parameters | |
|---|---|---|---|
| handle_unsigned | 5a00 | 1 | |
| create_consensus_client | 5a02 | 1 | |
| update_consensus_state | 5a03 | 1 | |
| fund_message | 5a04 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| StateMachineUpdated | 5a00 | ["StateMachineId","u64"] | |
| StateCommitmentVetoed | 5a01 | ["StateMachineHeight","BoundedVec<u8, ConstU32<32>>"] | |
| ConsensusClientCreated | 5a02 | ["ConsensusClientId"] | |
| ConsensusClientFrozen | 5a03 | ["ConsensusClientId"] | |
| Response | 5a04 | ["StateMachine","StateMachine","u64","H256","H256"] | |
| Request | 5a05 | ["StateMachine","StateMachine","u64","H256"] | |
| Errors | 5a06 | ["Vec<HandlingError>"] | |
| PostRequestHandled | 5a07 | ["RequestResponseHandled"] | |
| PostResponseHandled | 5a08 | ["RequestResponseHandled"] | |
| GetRequestHandled | 5a09 | ["RequestResponseHandled"] | |
| PostRequestTimeoutHandled | 5a0a | ["TimeoutHandled"] | |
| PostResponseTimeoutHandled | 5a0b | ["TimeoutHandled"] | |
| GetRequestTimeoutHandled | 5a0c | ["TimeoutHandled"] |
Name | Type | |
|---|---|---|
| StateCommitments | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineHeight"],"value":"ismp:consensus:StateCommitment","keys_id":356,"value_id":378}} | |
| ConsensusStates | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 4]"],"value":"Vec<U8>","keys_id":18,"value_id":14}} | |
| ConsensusStateClient | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"[U8; 4]","keys_id":18,"value_id":18}} | |
| UnbondingPeriod | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"U64","keys_id":18,"value_id":12}} | |
| ChallengePeriod | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineId"],"value":"U64","keys_id":357,"value_id":12}} | |
| FrozenConsensusClients | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 4]"],"value":"Bool","keys_id":18,"value_id":8}} | |
| LatestStateMachineHeight | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineId"],"value":"U64","keys_id":357,"value_id":12}} | |
| PreviousStateMachineHeight | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineId"],"value":"U64","keys_id":357,"value_id":12}} | |
| ConsensusClientUpdateTime | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 4]"],"value":"U64","keys_id":18,"value_id":12}} | |
| StateMachineUpdateTime | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["ismp:consensus:StateMachineHeight"],"value":"U64","keys_id":356,"value_id":12}} | |
| Responded | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Bool","keys_id":13,"value_id":8}} | |
| Nonce | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":12} | |
| ChildTrieRoot | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":13} |
Name | Docs |
|---|---|
| InvalidMessage | Invalid ISMP message |
| MessageNotFound | Requested message was not found |
| ConsensusClientCreationFailed | Encountered an error while creating the consensus client. |
| UnbondingPeriodUpdateFailed | Couldn't update unbonding period |
| ChallengePeriodUpdateFailed | Couldn't update challenge period |