Function pallet_bootstrap::pallet::dispatchables::provision
source · pub fn provision<T: Config>(
token_id: <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId,
amount: <<T as Config>::Currency as MultiTokenCurrency<<T as Config>::AccountId>>::Balance
)
Expand description
Allows for provisioning one of the tokens from currently bootstrapped pair. Can only be called during:
phases.
Args:
token_id
- id of the token to provision (should be one of the currently bootstraped pair(ActivePair
))amount
- amount of the token to provision
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::provision
.