Module diem_types::trusted_state
source · Structs
- Cryptographic hasher for an BCS-serializable #item
Enums
TrustedStatekeeps 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.TrustedStateChangeis the result of attempting to ratchet to a new trusted state. In order to reduce redundant error checking,TrustedStateChangealso contains references to relevant items used to ratchet us.