Module ibc::derive

source ·
Expand description

Re-exports convenient derive macros from ibc-derive crate.

Derive Macros§

  • A derive macro for implementing the ClientState trait for enums. Enums with variants that also implement the ClientState trait can leverage this macro for automatic implementation.
  • A derive macro for implementing the ConsensusState trait for enums. Enums with variants that also implement the ConsensusState trait can leverage this macro for automatic implementation..