Module ibc_core::client::context::client_state
source · Expand description
Defines ClientState
, the core type to be implemented by light clients
Traits§
- Primary client trait. Defines all the methods that clients must implement.
ClientState
methods needed in both validation and execution.- Convenient trait to decode a client state from an
Any
type and obtain a handle to the local instance ofClientState
. ClientState
methods which require access to the client’sExecutionContext
.ClientState
methods which require access to the client’s validation context