Module pallet_bootstrap::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Used to cancel active bootstrap. Can only be called before bootstrap is actually started
- When bootstrap is in
BootstrapPhase::Finished
state user can claim his part of liquidity tokens comparing toclaim_liquidity_tokens
when callingclaim_and_activate_liquidity_tokens
tokens will be automatically activated. - When bootstrap is in
BootstrapPhase::Finished
state user can claim his part of liquidity tokens. - Allows claiming rewards for some account that haven’t done that yet. The only difference between calling
Pallet::claim_liquidity_tokens_for_account
by some other account and callingPallet::claim_liquidity_tokens
directly by that account is account that will be charged for transaction fee. - Used to complete resetting Bootstrap state and prepare it for running another bootstrap. It should be called after pre_finalize has produced the
Event::BootstrapReadyToBeFinalized
event. - Used to reset Bootstrap state of large storages and prepare it for running another bootstrap. It should be called multiple times until it produces
Event::BootstrapReadyToBeFinalized
event. - Allows for provisioning one of the tokens from currently bootstrapped pair. Can only be called during:
- Used for starting/scheduling new bootstrap
- Warning: Doc-Only
- Allows for whitelisting accounts, so they can participate in during whitelist phase. The list of account is extended with every subsequent call