@@ -2063,7 +2063,7 @@ The `quorum info` RPC returns information about a specific quorum.
2063
2063
2064
2064
| Name | Type | Presence | Description |
2065
2065
| ---------- | ------ | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2066
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorums] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) to list:<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2066
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorums] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) to list:<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2067
2067
2068
2068
* Parameter #2 ---quorum hash*
2069
2069
@@ -2190,7 +2190,7 @@ The `quorum list` RPC displays the status of the current DKG process.
2190
2190
| → → →<br >` llmqType ` | string | Required<br >(exactly 1) | * Added in Dash Core 18.0.0* <br >[ Quorum type name] ( https://github.com/dashpay/dips/blob/master/dip-0006/llmq-types.md ) |
2191
2191
| → → →<br >` quorumIndex ` | number | Required<br >(exactly 1) | * Added in Dash Core 18.0.0* <br >The index of the quorum |
2192
2192
| → → →<br >` status ` | object | Required<br >(exactly 1) | DKG session status information |
2193
- | → → → →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2193
+ | → → → →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2194
2194
| → → → →<br >` quorumHash ` | string (hex) | Required<br >(exactly 1) | The block hash of the quorum |
2195
2195
| → → → →<br >` quorumHeight ` | number | Required<br >(exactly 1) | The block height of the quorum |
2196
2196
| → → → →<br >` phase ` | number | Required<br >(exactly 1) | The active DKG phase<br >` 1 ` - Initialized<br >` 2 ` - Contributing<br >` 3 ` - Complaining<br >` 4 ` - Justifying<br >` 5 ` - Committing<br >` 6 ` - Finalizing |
@@ -2861,7 +2861,7 @@ The `quorum sign` RPC requests threshold-signing for a message.
2861
2861
2862
2862
| Name | Type | Presence | Description |
2863
2863
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2864
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2864
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2865
2865
2866
2866
* Parameter #2 ---id*
2867
2867
@@ -2902,7 +2902,7 @@ For general signing requests, any 32 byte hex string can be provided as the requ
2902
2902
| Name | Type | Presence | Description |
2903
2903
| ------------------- | ------------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2904
2904
| result | object | Required<br >(exactly 1) | JSON object containing signature share details |
2905
- | →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2905
+ | →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2906
2906
| →<br >` quorumHash ` | string (hex) | Required<br >(exactly 1) | The quorum identifier |
2907
2907
| →<br >` quorumMember ` | number | Required<br >(exactly 1) | Which quorum member created this signature share |
2908
2908
| →<br >` id ` | string (hex) | Required<br >(exactly 1) | Signing request ID |
@@ -2957,7 +2957,7 @@ The `quorum getrecsig` RPC gets the recovered signature for a previous threshold
2957
2957
2958
2958
| Name | Type | Presence | Description |
2959
2959
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2960
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2960
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2961
2961
2962
2962
* Parameter #2 ---id*
2963
2963
@@ -2976,7 +2976,7 @@ The `quorum getrecsig` RPC gets the recovered signature for a previous threshold
2976
2976
| Name | Type | Presence | Description |
2977
2977
| ----------------- | ------------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2978
2978
| result | bool | Required<br >(exactly 1) | Recovered signature details |
2979
- | →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2979
+ | →<br >` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
2980
2980
| →<br >` quorumHash ` | string (hex) | Required<br >(exactly 1) | The block hash of the quorum |
2981
2981
| →<br >` id ` | string (hex) | Required<br >(exactly 1) | The signing session ID |
2982
2982
| →<br >` msgHash ` | string (hex) | Required<br >(exactly 1) | The message hash |
@@ -3016,7 +3016,7 @@ Used for testing on the RegTest network only.
3016
3016
3017
3017
| Name | Type | Presence | Description |
3018
3018
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3019
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
3019
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
3020
3020
3021
3021
* Parameter #2 ---id*
3022
3022
@@ -3062,7 +3062,7 @@ Used for testing on the RegTest network only.
3062
3062
3063
3063
| Name | Type | Presence | Description |
3064
3064
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3065
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
3065
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
3066
3066
3067
3067
* Parameter #2 ---id*
3068
3068
@@ -3119,7 +3119,7 @@ The [`quorum` RPC](../api/remote-procedure-calls-evo.md#quorum) checks which quo
3119
3119
| ` result ` | Array of objects | Required<br >(exactly 1) | Array containing info for quorum's the masternode belongs to |
3120
3120
| →<br >Quorum | object | Required<br >(0 or more) | An object describing quorum details |
3121
3121
| → →<br >` height ` | number | Required<br >(exactly 1) | Block height of the quorum |
3122
- | → →<br >` type ` | string | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) |
3122
+ | → →<br >` type ` | string | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) |
3123
3123
| → →<br >` quorumHash ` | string (hex) | Required<br >(exactly 1) | The hash of the quorum |
3124
3124
| → →<br >` minedBlock ` | string (hex) | Required<br >(exactly 1) | The hash of the block that established the quorum |
3125
3125
| → →<br >` quorumPublicKey ` | string (hex) | Required<br >(exactly 1) | Quorum public key |
@@ -4014,7 +4014,7 @@ The `quorum selectquorum` RPC returns information about the quorum that would/sh
4014
4014
4015
4015
| Name | Type | Presence | Description |
4016
4016
| ---------- | ------ | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4017
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorums] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) to list:<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
4017
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorums] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) to list:<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
4018
4018
4019
4019
* Parameter #2 ---request id*
4020
4020
@@ -4084,7 +4084,7 @@ The `quorum verify` RPC tests if a quorum signature is valid for a request id an
4084
4084
4085
4085
| Name | Type | Presence | Description |
4086
4086
| ---------- | ------ | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4087
- | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006.md#current- llmq-types ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
4087
+ | ` llmqType ` | number | Required<br >(exactly 1) | [ Type of quorum] ( https://github.com/dashpay/dips/blob/master/dip-0006/ llmq-types.md ) :<br >` 1 ` - LLMQ_50_60<br >` 2 ` - LLMQ_400_60<br >` 3 ` - LLMQ_400_85<br >` 4 ` - LLMQ_100_67 |
4088
4088
4089
4089
* Parameter #2 ---id*
4090
4090
0 commit comments