pub fn bootstrap_update<T: Config>(
    asset_0: T::AssetId,
    asset_1: T::AssetId,
    target_supply_0: AssetBalance,
    target_supply_1: AssetBalance,
    capacity_supply_0: AssetBalance,
    capacity_supply_1: AssetBalance,
    end: BlockNumberFor<T>,
    rewards: Vec<T::AssetId>,
    limits: Vec<(T::AssetId, AssetBalance)>
)
Expand description

update a bootstrap pair

Arguments

  • asset_0: Asset which make up bootstrap pair
  • asset_1: Asset which make up bootstrap pair
  • min_contribution_0: The new min amount of asset_0 contribute
  • min_contribution_0: The new min amount of asset_1 contribute
  • target_supply_0: The new target amount of asset_0 total contribute
  • target_supply_0: The new target amount of asset_1 total contribute
  • capacity_supply_0: The new max amount of asset_0 total contribute
  • capacity_supply_1: The new max amount of asset_1 total contribute
  • end: The earliest ending block.

Warning: Doc-Only

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