Expand description
ISMP message types
Structs§
- A consensus message is used to update the state of a consensus client and its children state machines.
- Used for creating the initial consensus state for a given consensus client.
- A fraud proof message is used to report byzantine misbehaviour in a consensus system.
- Proof holds the relevant proof data for the context in which it’s used.
- A request message holds a batch of requests to be dispatched from a source state machine
- A request message holds a batch of responses to be dispatched from a source state machine
- Identifies a state commitment at a given height
Enums§
- The Overaching ISMP message type.
- A timeout message holds a batch of messages to be timed-out
Traits§
- A trait that returns a 256 bit keccak has of some bytes
Functions§
- Return the keccak256 of a response
- Return the keccak256 hash of a request
- Return the keccak256 of a response