#[derive(ConsensusState)]
Expand description
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.
#[derive(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.