pallet_capacity::pallet

Type Alias 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.

Storage type is [StorageMap] with key type MessageSourceId and value type CapacityDetails < BalanceOf < T > , T :: EpochNumber >.

Aliased Typeยง

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