Trait pallet_beefy::pallet::Config[][src]

pub trait Config: Config {
    type BeefyId: Member + Parameter + RuntimeAppPublic + Default + MaybeSerializeDeserialize;
}
Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Associated Types

Authority identifier type

Implementors