Trait frame_support::traits::BuildGenesisConfig
source · pub trait BuildGenesisConfig: Default + MaybeSerializeDeserialize {
// Required method
fn build(&self);
}
Expand description
A trait to define the build function of a genesis config for both runtime and pallets.
Replaces deprecated GenesisBuild<T,I>
.