Expand description
Re-exports convenient derive macros from ibc-derive crate.
Derive Macrosยง
- Client
State - To specify the generic arguments for
ClientState, use the following attributes: - Consensus
State - A derive macro for implementing the
ConsensusStatetrait for enums. Enums with variants that also implement theConsensusStatetrait can leverage this macro for automatic implementation.