Module diem_types::trusted_state
source · Structs
- Cryptographic hasher for an BCS-serializable #item
Enums
TrustedState
keeps track of light clients’ latest, trusted view of the ledger state. Light clients can use proofs from a state proof to “ratchet” their view forward to a newer state.TrustedStateChange
is the result of attempting to ratchet to a new trusted state. In order to reduce redundant error checking,TrustedStateChange
also contains references to relevant items used to ratchet us.