Function replace::pallet::dispatchables::request_replace
source · 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 transactionamount
- amount of issued tokensgriefing_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
.