Function pallet_order_book::pallet::dispatchables::update_order
source · pub fn update_order<T: Config>(
order_id: T::OrderIdNonce,
amount_out: T::BalanceOut,
ratio: OrderRatio<T::Ratio>
)
Expand description
Update an existing order
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_order
.