pub fn bootstrap_claim<T: Config>(
    recipient: <T::Lookup as StaticLookup>::Source,
    asset_0: T::AssetId,
    asset_1: T::AssetId,
    deadline: BlockNumberFor<T>
)
Expand description

Claim lp asset from a bootstrap pair

Arguments

  • asset_0: Asset which make up bootstrap pair
  • asset_1: Asset which make up 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_claim.