Trait referrals::pallet::Config

source ·
pub trait Config: Config + Config {
    type ReservesAcc: Get<Self::AccountId>;
    type WeightInfo: WeightInfo;
}
Expand description

Configuration trait of this pallet.

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

Required Associated Types§

source

type ReservesAcc: Get<Self::AccountId>

source

type WeightInfo: WeightInfo

Implementors§