Trait operations::pallet::Config
source · [−]pub trait Config: Config + Config {
type Event: From<Event<Self>> + IsType<<Self as Config>::Event>;
type WeightInfo: WeightInfo;
type TimeProvider: UnixTime;
}
Expand description
Config of the operations pallet
Associated Types
type WeightInfo: WeightInfo
type WeightInfo: WeightInfo
Weight information for extrinsics for this pallet.
type TimeProvider: UnixTime
type TimeProvider: UnixTime
Timestamps provider