Module pallet_bootstrap::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs
- Currently bootstraped pair of tokens representaed as [
first_token_id
,second_token_id
] - Warning: Doc-Only
- Active bootstrap parameters
- Maps (
frame_system::Config::AccountId
, [CurrencyId
] ) -> [Balance
] - where [CurrencyId
] is id of the token that user participated with. This storage item is used to identify how much liquidity tokens has been claim by the user. If user participated with 2 tokens there are two entries associated with given account (Address
,first_token_id
) and (Address
,second_token_id
) - Warning: Doc-Only
- Current state of bootstrap as
BootstrapPhase
- Wheter to automatically promote the pool after [
BootstrapPhase::PublicPhase
] or not. - List of accounts that provisioned funds to bootstrap and has not claimed liquidity tokens yet
- maps (
frame_system::Config::AccountId
, [CurrencyId
]) -> [Balance
] - identifies how much tokens did account provisioned in active bootstrap - Total sum of provisions of
first
andsecond
token in active bootstrap - maps (
frame_system::Config::AccountId
, [CurrencyId
]) -> [Balance
] - identifies how much vested tokens did account provisioned in active bootstrap - list (
Vec<AccountId>
) of whitelisted accounts allowed to participate inBootstrapPhase::Whitelist
phase