Type Alias pallet_capacity::pallet::CapacityLedger
source · pub type CapacityLedger<T: Config> = StorageMap<_GeneratedPrefixForStorageCapacityLedger<T>, Twox64Concat, MessageSourceId, CapacityDetails<<<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance, T::EpochNumber>>;
Expand description
Storage for target Capacity usage.
- Keys: MSA Id
- Value:
CapacityDetails
Storage type is [StorageMap
] with key type MessageSourceId
and value type CapacityDetails < BalanceOf < T >, T :: EpochNumber >
.
Aliased Type§
struct CapacityLedger<T: Config>(/* private fields */);