[][src]Module tendermint_light_client::components::io

Provides an interface and a default implementation of the Io component

Structs

ProdIo

Production implementation of the Io component, which fetches light blocks from full nodes via RPC.

Enums

AtHeight

Type for selecting either a specific height or the latest one

IoError

I/O errors

Traits

Io

Interface for fetching light blocks from a full node, typically via the RPC client.