pub type CurrentEraProviderBoostTotal<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentEraProviderBoostTotal<T>, <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

How much is staked this era

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

struct CurrentEraProviderBoostTotal<T: Config>(/* private fields */);