Name | Lookup | Parameters | |
|---|---|---|---|
| handle_unsigned | 4600 | 1 | |
| create_consensus_client | 4602 | 1 | |
| update_consensus_state | 4603 | 1 | |
| fund_message | 4604 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| StateMachineUpdated | 4600 | ["StateMachineId","u64"] | |
| StateCommitmentVetoed | 4601 | ["StateMachineHeight","BoundedVec<u8, ConstU32<32>>"] | |
| ConsensusClientCreated | 4602 | ["ConsensusClientId"] | |
| ConsensusClientFrozen | 4603 | ["ConsensusClientId"] | |
| Response | 4604 | ["StateMachine","StateMachine","u64","H256","H256"] | |
| Request | 4605 | ["StateMachine","StateMachine","u64","H256"] | |
| Errors | 4606 | ["Vec<HandlingError>"] | |
| PostRequestHandled | 4607 | ["RequestResponseHandled"] | |
| PostResponseHandled | 4608 | ["RequestResponseHandled"] | |
| GetRequestHandled | 4609 | ["RequestResponseHandled"] | |
| PostRequestTimeoutHandled | 460a | ["TimeoutHandled"] | |
| PostResponseTimeoutHandled | 460b | ["TimeoutHandled"] | |
| GetRequestTimeoutHandled | 460c | ["TimeoutHandled"] |
Name | Type | |
|---|---|---|
| StateCommitments | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineHeight"],"value":"ismp:consensus:StateCommitment","keys_id":328,"value_id":682}} | |
| 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":326,"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":326,"value_id":12}} | |
| PreviousStateMachineHeight | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["ismp:consensus:StateMachineId"],"value":"U64","keys_id":326,"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":328,"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 |
| ErrorChargingFee | Error charging fee |