Module derive

Source
Expand description

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

Derive Macrosยง

ClientState
To specify the generic arguments for ClientState, use the following attributes:
ConsensusState
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.