Trait demeter_farming_platform::pallet::Config
source · pub trait Config: Config + Config + Config + Config {
type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>;
type DemeterAssetId: Get<Self::AssetId>;
type WeightInfo: WeightInfo;
const BLOCKS_PER_HOUR_AND_A_HALF: BlockNumberFor<Self>;
}
Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.
Required Associated Types§
sourcetype RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>
type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>
Because this pallet emits events, it depends on the runtime’s definition of an event.
sourcetype DemeterAssetId: Get<Self::AssetId>
type DemeterAssetId: Get<Self::AssetId>
Demeter asset id
sourcetype WeightInfo: WeightInfo
type WeightInfo: WeightInfo
Weight information for extrinsics in this pallet.
Required Associated Constants§
sourceconst BLOCKS_PER_HOUR_AND_A_HALF: BlockNumberFor<Self>
const BLOCKS_PER_HOUR_AND_A_HALF: BlockNumberFor<Self>
One hour represented in block number