Trait pallet_transaction_pause::pallet::Config
source · pub trait Config: Config {
type Event: From<Event<Self>> + IsType<<Self as Config>::Event>;
type UpdateOrigin: EnsureOrigin<Self::Origin>;
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§
type Event: From<Event<Self>> + IsType<<Self as Config>::Event>
sourcetype UpdateOrigin: EnsureOrigin<Self::Origin>
type UpdateOrigin: EnsureOrigin<Self::Origin>
The origin which may set filter.
sourcetype WeightInfo: WeightInfo
type WeightInfo: WeightInfo
Weight information for the extrinsics in this module.