Module client_state

Source
Expand description

Defines ClientState, the core type to be implemented by light clients

Traits§

ClientState
Primary client trait. Defines all the methods that clients must implement.
ClientStateCommon
ClientState methods needed in both validation and execution.
ClientStateExecution
ClientState methods which require access to the client’s ExecutionContext.
ClientStateValidation
ClientState methods which require access to the client’s validation context