Expand description
Light client verification for Hotmint BFT consensus.
Verifies block headers using QC signatures without downloading full blocks.
Also provides MPT state proof verification via LightClient::verify_state_proof.
Structsยง
- Block
Header - Lightweight version of Block without the payload.
- Light
Client - Light client that verifies block headers against a trusted validator set.
- MptProof
- A Merkle Patricia Trie proof for a single key.