pub type ActiveProtocolState<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveProtocolState<T>, ProtocolState, ValueQuery>;Expand description
General information about dApp staking protocol state.
Storage type is [StorageValue] with value type ProtocolState.
Aliased Typeยง
struct ActiveProtocolState<T: Config>(/* private fields */);