Module ismp::messaging

source ·
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§