[][src]Module tendermint_light_client::light_client

Light client implementation as per the Core Verification specification.

Structs

LightClient

The light client implements a read operation of a header from the blockchain, by communicating with full nodes. As full nodes may be faulty, it cannot trust the received information, but the light client has to check whether the header it receives coincides with the one generated by Tendermint consensus.

Options

Verification parameters