Content - RPC - protx updates

Based on recent changes
Clarify Spork 15 effect on voting key
This commit is contained in:
thephez 2018-11-15 11:57:24 -05:00
parent 58b470a55e
commit 0f899b048b
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -77,7 +77,7 @@ The `protx<!--noref--> register` RPC creates a ProRegTx referencing an existing
- n: "`votingKeyAddr`" - n: "`votingKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Parameter #7---operator reward* *Parameter #7---operator reward*
@ -95,7 +95,7 @@ The `protx<!--noref--> register` RPC creates a ProRegTx referencing an existing
- n: "`payoutAddress`" - n: "`payoutAddress`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Result---provider registration transaction hash* *Result---provider registration transaction hash*
@ -173,7 +173,7 @@ The `protx<!--noref--> register_fund` RPC creates and funds a ProRegTx with the
- n: "`votingKeyAddr`" - n: "`votingKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Parameter #6---operator reward* *Parameter #6---operator reward*
@ -191,7 +191,7 @@ The `protx<!--noref--> register_fund` RPC creates and funds a ProRegTx with the
- n: "`payoutAddress`" - n: "`payoutAddress`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Result---provider registration transaction hash* *Result---provider registration transaction hash*
@ -280,7 +280,7 @@ and outputs to cover fees.
- n: "`votingKeyAddr`" - n: "`votingKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Parameter #7---operator reward* *Parameter #7---operator reward*
@ -298,7 +298,7 @@ and outputs to cover fees.
- n: "`payoutAddress`" - n: "`payoutAddress`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" 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 %} {% enditemplate %}
*Result---unsigned transaction and message to sign* *Result---unsigned transaction and message to sign*