Function pallet_broker::pallet::dispatchables::purchase
source · pub fn purchase<T: Config>(price_limit: BalanceOf<T>)
Expand description
Purchase Bulk Coretime in the ongoing Sale.
origin
: Must be a Signed origin with at least enough funds to pay the current price of Bulk Coretime.price_limit
: An amount no more than which should be paid.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::purchase
.