Name | Lookup | Parameters | |
|---|---|---|---|
| call | 3700 | 2 | |
| bid | 3701 | 2 | |
| set_devices | 3702 | 1 | |
| set_oracle | 3703 | 1 | |
| set_subscription | 3704 | 2 | |
| start_auction | 3705 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| NewBid | 3700 | ["AuctionIndex","AccountId","BalanceOf"] | |
| NewCall | 3701 | ["AccountId","DispatchResult"] | |
| NewDevices | 3702 | ["AccountId","Vec<AccountId>"] | |
| NewSubscription | 3703 | ["AccountId","Subscription"] | |
| NewAuction | 3704 | ["Subscription","AuctionIndex"] | |
| NewAuctionCreationError | 3705 | ["AuctionIndex"] |
Name | Type | |
|---|---|---|
| Oracle | {"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0} | |
| Ledger | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_robonomics_rws:SubscriptionLedger","keys_id":0,"value_id":241}} | |
| Devices | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Vec<AccountId>","keys_id":0,"value_id":157}} | |
| AuctionQueue | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":242} | |
| AuctionNext | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| Auction | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"pallet_robonomics_rws:AuctionLedger","keys_id":4,"value_id":244}} | |
| UnspendBondValue | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
|---|---|---|---|
| ReferenceCallWeight | U64 | 40a43a0400000000 | |
| AuctionDuration | U32 | 0a000000 | |
| AuctionCost | U128 | 00901ec4bc1600000000000000000000 | |
| MinimalBid | U128 | 00ca9a3b000000000000000000000000 | |
| MaxDevicesAmount | U32 | 20000000 | |
| MaxAuctionIndexesAmount | U32 | 00100000 |
Name | Docs |
|---|---|
| NotLiveAuction | Auction is not ongoing. |
| NotExistAuction | Auction with the index doesn't exist. |
| TooSmallBid | The bid is too small. |
| NoSubscription | Subscription is not registered. |
| NotLinkedDevice | Devices isn't assigned to this subscription. |
| FreeWeightIsNotEnough | The origin account have no enough free weight to process these call: [free_weight, required_weight]. |
| OracleOnlyCall | This call is for oracle only. |