mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - RPC - protx updates
Based on recent changes Clarify Spork 15 effect on voting key
This commit is contained in:
parent
58b470a55e
commit
0f899b048b
1 changed files with 6 additions and 6 deletions
|
@ -77,7 +77,7 @@ The `protx<!--noref--> register` RPC creates a ProRegTx referencing an existing
|
|||
- n: "`votingKeyAddr`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerAddr` will be used."
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerKeyAddr` will be used.<br><br>Note: Must be the same as `ownerKeyAddr` prior to Spork 15 activation."
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #7---operator reward*
|
||||
|
@ -95,7 +95,7 @@ The `protx<!--noref--> register` RPC creates a ProRegTx referencing an existing
|
|||
- n: "`payoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The Dash address to use for masternode reward payments. Must match `collateralAddress`."
|
||||
d: "The Dash address to use for masternode reward payments."
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---provider registration transaction hash*
|
||||
|
@ -173,7 +173,7 @@ The `protx<!--noref--> register_fund` RPC creates and funds a ProRegTx with the
|
|||
- n: "`votingKeyAddr`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerAddr` will be used."
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerKeyAddr` will be used.<br><br>Note: Must be the same as `ownerKeyAddr` prior to Spork 15 activation."
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #6---operator reward*
|
||||
|
@ -191,7 +191,7 @@ The `protx<!--noref--> register_fund` RPC creates and funds a ProRegTx with the
|
|||
- n: "`payoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The Dash address to use for masternode reward payments. Must match `collateralAddress`."
|
||||
d: "The Dash address to use for masternode reward payments."
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---provider registration transaction hash*
|
||||
|
@ -280,7 +280,7 @@ and outputs to cover fees.
|
|||
- n: "`votingKeyAddr`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerAddr` will be used."
|
||||
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, `ownerKeyAddr` will be used.<br><br>Note: Must be the same as `ownerKeyAddr` prior to Spork 15 activation."
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #7---operator reward*
|
||||
|
@ -298,7 +298,7 @@ and outputs to cover fees.
|
|||
- n: "`payoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The Dash address to use for masternode reward payments. Must match `collateralAddress`."
|
||||
d: "The Dash address to use for masternode reward payments."
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---unsigned transaction and message to sign*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue