Skip to main content

Crate hotmint_light

Crate hotmint_light 

Source
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ยง

BlockHeader
Lightweight version of Block without the payload.
LightClient
Light client that verifies block headers against a trusted validator set.
MptProof
A Merkle Patricia Trie proof for a single key.