referrerpolicy=no-referrer-when-downgrade

Funds

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

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