Type Alias polkadot_runtime_common::claims::pallet::Total
source · pub type Total<T: Config> = StorageValue<_GeneratedPrefixForStorageTotal<T>, <<<T as Config>::VestingSchedule as VestingSchedule<<T as Config>::AccountId>>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct Total<T: Config>(/* private fields */);