pub fn bootstrap_contribute<T: Config>(
    asset_0: T::AssetId,
    asset_1: T::AssetId,
    amount_0_contribute: AssetBalance,
    amount_1_contribute: AssetBalance,
    deadline: BlockNumberFor<T>
)
Expand description

Contribute some asset to a bootstrap pair

Arguments

  • asset_0: Asset which make up bootstrap pair
  • asset_1: Asset which make up bootstrap pair
  • amount_0_contribute: The amount of asset_0 contribute to this bootstrap pair
  • amount_1_contribute: The amount of asset_1 contribute to this bootstrap pair
  • deadline: Height of the cutoff block of this transaction

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::bootstrap_contribute.