pub type TxPauseConfig = GenesisConfig<Runtime>;Aliased Type§
struct TxPauseConfig {
pub paused: Vec<(BoundedVec<u8, ConstU32<256>>, BoundedVec<u8, ConstU32<256>>)>,
}Fields§
§paused: Vec<(BoundedVec<u8, ConstU32<256>>, BoundedVec<u8, ConstU32<256>>)>Initially paused calls.