referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_runtime_common::crowdloan::pallet::Funds

source ·
pub type Funds<T: Config> = StorageMap<_GeneratedPrefixForStorageFunds<T>, Twox64Concat, Id, FundInfo<T::AccountId, <<<T as Config>::Auctioneer as Auctioneer<BlockNumberFor<T>>>::Currency as Currency<<T as Config>::AccountId>>::Balance, BlockNumberFor<T>, <<T as Config>::Auctioneer as Auctioneer<BlockNumberFor<T>>>::LeasePeriod>>;
Expand description

Info on all of the funds.

Storage type is [StorageMap] with key type ParaId and value type FundInfo < T :: AccountId, BalanceOf < T > , BlockNumberFor < T > , LeasePeriodOf < T > >.

Aliased Type§

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