Same as the place_order_allow_death call , but with a check that placing the order will not reap the account.
place_order_allow_death
Parameters:
origin
max_amount
para_id
ParaId
Errors:
InsufficientBalance
QueueFull
SpotPriceHigherThanMaxAmount
Events:
OnDemandOrderPlaced
Same as the
place_order_allow_death
call , but with a check that placing the order will not reap the account.Parameters:
origin
: The sender of the call, funds will be withdrawn from this account.max_amount
: The maximum balance to withdraw from the origin to place an order.para_id
: AParaId
the origin wants to provide blockspace for.Errors:
InsufficientBalance
: from the Currency implementationQueueFull
SpotPriceHigherThanMaxAmount
Events:
OnDemandOrderPlaced