Attribute Macro frame_support::pallet_macros::genesis_config
#[genesis_config]Expand description
Allows you to define the genesis configuration for the pallet.
Item is defined as either an enum or a struct. It needs to be public and implement the
trait frame_support::traits::BuildGenesisConfig.
See genesis_build for an example.
Rust-Analyzer users: See the documentation of the Rust item in
frame_support::pallet_macros::genesis_config.