Type Alias pallet_dapp_staking::pallet::ActiveProtocolState
source · 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 */);