Module sc_client_api::client
source · [−]Expand description
A set of APIs supported by the client along with their primitives.
Structs
Summary of an imported block
Client info
Summary of a finalized block.
I/O statistics for client instance.
Memory statistics for client instance.
A wrapper to store the size of some memory.
Memory statistics for state db.
Usage statistics for running client instance.
Traits
Interface for fetching block data.
Figure out the block type for a given type (for now, just a Client
).
A source of blockchain events.
Provide a list of potential uncle headers for a given block.
Type Definitions
Known bad block hashes.
A stream of block finality notifications.
Expected hashes of blocks at given heights.
Type that implements futures::Stream
of block import events.