Name | Lookup | Parameters | |
|---|---|---|---|
| place_order_allow_death | 4000 | 2 | |
| place_order_keep_alive | 4001 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| OnDemandOrderPlaced | 4000 | ["ParaId","BalanceOf"] | |
| SpotTrafficSet | 4001 | ["FixedU128"] |
Name | Type | |
|---|---|---|
| SpotTraffic | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":497} | |
| OnDemandQueue | {"origin":"PlainType","plain_type":"Vec<polkadot_runtime_parachains:assigner_on_demand:EnqueuedOrder>","PlainTypeValue":896} | |
| ParaIdAffinity | {"origin":"Map","n_map_type":{"hashers":["Twox256"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:assigner_on_demand:CoreAffinityCount","keys_id":165,"value_id":898}} |
Name | Type | Value | |
|---|---|---|---|
| TrafficDefaultValue | U128 | 000064a7b3b6e00d0000000000000000 |
Name | Docs |
|---|---|
| InvalidParaId | The `ParaId` supplied to the `place_order` call is not a valid `ParaThread`, making thecall is invalid. |
| QueueFull | The order queue is full, `place_order` will not continue. |
| SpotPriceHigherThanMaxAmount | The current spot price is higher than the max amount specified in the `place_order`call, making it invalid. |