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

Derive Macros