Name | Lookup | Parameters | |
|---|---|---|---|
| place_bid | 2600 | 2 | |
| retract_bid | 2601 | 2 | |
| fund_deficit | 2602 | - | |
| thaw_private | 2603 | 2 | |
| thaw_communal | 2604 | 1 | |
| communify | 2605 | 1 | |
| privatize | 2606 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BidPlaced | 2600 | ["AccountId","BalanceOf","u32"] | |
| BidRetracted | 2601 | ["AccountId","BalanceOf","u32"] | |
| BidDropped | 2602 | ["AccountId","BalanceOf","u32"] | |
| Issued | 2603 | ["ReceiptIndex","BlockNumberFor","AccountId","Perquintill","BalanceOf"] | |
| Thawed | 2604 | ["ReceiptIndex","AccountId","Perquintill","BalanceOf","bool"] | |
| Funded | 2605 | ["BalanceOf"] | |
| Transferred | 2606 | ["AccountId","AccountId","ReceiptIndex"] |
Name | Type | |
|---|---|---|
| QueueTotals | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U128>","PlainTypeValue":772} | |
| Queues | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<pallet_nis:pallet:Bid>","keys_id":4,"value_id":773}} | |
| Summary | {"origin":"PlainType","plain_type":"pallet_nis:pallet:SummaryRecord","PlainTypeValue":776} | |
| Receipts | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_nis:pallet:ReceiptRecord","keys_id":4,"value_id":777}} |
Name | Type | Value | |
|---|---|---|---|
| PalletId | [U8; 8] | 70792f6e69732020 | |
| QueueCount | U32 | f4010000 | |
| MaxQueueLen | U32 | e8030000 | |
| FifoQueueLen | U32 | fa000000 | |
| BasePeriod | U32 | c0890100 | |
| MinBid | U128 | 3435261a080300000000000000000000 | |
| MinReceipt | U64 | 00e8764817000000 | |
| IntakePeriod | U32 | 32000000 | |
| MaxIntakeWeight | sp_weights:weight_v2:Weight | 0700d0ed902e139999999999999919 | |
| ThawThrottle | Tuple:U64U32 | 0000d9e9ac2d780305000000 |
Name | Docs |
|---|---|
| DurationTooSmall | The duration of the bid is less than one. |
| DurationTooBig | The duration is the bid is greater than the number of queues. |
| AmountTooSmall | The amount of the bid is less than the minimum allowed. |
| BidTooLow | The queue for the bid's duration is full and the amount bid is too low to get inthrough replacing an existing bid. |
| UnknownReceipt | Receipt index is unknown. |
| NotOwner | Not the owner of the receipt. |
| NotExpired | Bond not yet at expiry date. |
| UnknownBid | The given bid for retraction is not found. |
| PortionTooBig | The portion supplied is beyond the value of the receipt. |
| Unfunded | Not enough funds are held to pay out. |
| AlreadyFunded | There are enough funds for what is required. |
| Throttled | The thaw throttle has been reached for this period. |
| MakesDust | The operation would result in a receipt worth an insignificant value. |
| AlreadyCommunal | The receipt is already communal. |
| AlreadyPrivate | The receipt is already private. |