Expand description
The StateMachineClient implementation for substrate state machines
Structs§
- Result for processing consensus digest logs
- The substrate state machine proof. This will be a base-16 merkle patricia proof. It’s
TrieLayoutwill be theLayoutV0 - The
StateMachineClientimplementation for substrate state machines. Assumes requests are stored in a child trie.
Enums§
- Hashing algorithm for the state proof
- Holds the relevant data needed for state proof verification
Functions§
- Fetches the overlay (ismp) root and timestamp from the header digest
- Lifted directly from
sp_state_machine::read_proof_check