Name | Lookup | Parameters | |
|---|---|---|---|
| place_order_allow_death | 4000 | 2 | |
| place_order_keep_alive | 4001 | 2 | |
| place_order_with_credits | 4002 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| OnDemandOrderPlaced | 4000 | ["ParaId","BalanceOf","AccountId"] | |
| SpotPriceSet | 4001 | ["BalanceOf"] | |
| AccountCredited | 4002 | ["AccountId","BalanceOf"] |
Name | Type | |
|---|---|---|
| ParaIdAffinity | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:on_demand:types:CoreAffinityCount","keys_id":173,"value_id":807}} | |
| QueueStatus | {"origin":"PlainType","plain_type":"polkadot_runtime_parachains:on_demand:types:QueueStatusType","PlainTypeValue":808} | |
| FreeEntries | {"origin":"PlainType","plain_type":"Vec<polkadot_runtime_parachains:on_demand:types:EnqueuedOrder>","PlainTypeValue":813} | |
| AffinityEntries | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<polkadot_runtime_parachains:on_demand:types:EnqueuedOrder>","keys_id":488,"value_id":813}} | |
| Revenue | {"origin":"PlainType","plain_type":"Vec<U128>","PlainTypeValue":816} | |
| Credits | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U128","keys_id":0,"value_id":6}} |
Name | Type | Value | |
|---|---|---|---|
| TrafficDefaultValue | U128 | 000064a7b3b6e00d0000000000000000 | |
| MaxHistoricalRevenue | U32 | a0000000 | |
| PalletId | [U8; 8] | 70792f6f6e646d64 |
Name | Docs |
|---|---|
| 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. |
| InsufficientCredits | The account doesn't have enough credits to purchase on-demand coretime. |