Content - RPC - protx owner key clarification

This commit is contained in:
thephez 2018-11-15 12:09:18 -05:00
parent 0f899b048b
commit b17146cd30
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -59,7 +59,7 @@ The `protx<!--noref--> register` RPC creates a ProRegTx referencing an existing
- n: "`ownerKeyAddr`" - n: "`ownerKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The owner key used for payee updates and proposal voting. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`." d: "The owner key is used for payee updates. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`."
{% enditemplate %} {% enditemplate %}
*Parameter #5---operator public key* *Parameter #5---operator public key*
@ -155,7 +155,7 @@ The `protx<!--noref--> register_fund` RPC creates and funds a ProRegTx with the
- n: "`ownerKeyAddr`" - n: "`ownerKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The owner key used for payee updates and proposal voting. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`." d: "The owner key is used for payee updates. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`."
{% enditemplate %} {% enditemplate %}
*Parameter #4---operator public key* *Parameter #4---operator public key*
@ -262,7 +262,7 @@ and outputs to cover fees.
- n: "`ownerKeyAddr`" - n: "`ownerKeyAddr`"
t: "string (hex)" t: "string (hex)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The owner key used for payee updates and proposal voting. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`." d: "The owner key is used for payee updates. The private key belonging to this address be known in your wallet. The address must be unused and must differ from the `collateralAddress`."
{% enditemplate %} {% enditemplate %}
*Parameter #5---operator public key* *Parameter #5---operator public key*