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 of ClientState.
  • ClientState methods which require access to the client’s ExecutionContext.
  • ClientState methods which require access to the client’s validation context