pub fn request_replace<T: Config>(
    currency_pair: DefaultVaultCurrencyPair<T>,
    amount: <T as Config>::Balance
)
Expand description

Request the replacement of a new vault ownership

Arguments

  • origin - sender of the transaction
  • amount - amount of issued tokens
  • griefing_collateral - amount of collateral

Warning: Doc-Only

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