pub type GlobalGovernanceConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageGlobalGovernanceConfig<T>, GovernanceConfiguration<T>, ValueQuery>;
Expand description
Global governance configuration files.
Storage type is [StorageValue
] with value type GovernanceConfiguration < T >
.
Aliased Typeยง
struct GlobalGovernanceConfig<T: Config>(/* private fields */);