Dash RPCs - Add details to the voteraw RPC

This commit is contained in:
thephez 2017-12-06 10:36:12 -05:00
parent fb98f6f2f2
commit b3fc565eba
3 changed files with 100 additions and 5 deletions

View file

@ -138,7 +138,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_verifyChain="verifies each entry in the local block chain database." %}
{% assign summary_verifyMessage="verifies a signed message." %}
{% assign summary_verifyTxOutProof="verifies that a proof points to one or more transactions in a block, returning the transactions the proof commits to and throwing an RPC error if the block is not in our best block chain." %}
{% assign summary_voteRaw="" %}
{% assign summary_voteRaw="compiles and relays a governance vote with provided external signature instead of signing vote internally" %}
{% assign summary_walletLock="removes the wallet encryption key from memory, locking the wallet. After calling this method, you will need to call `walletpassphrase` again before being able to call any methods which require the wallet to be unlocked." %}
{% assign summary_walletPassphrase="stores the wallet decryption key in memory for the indicated number of seconds. Issuing the `walletpassphrase` command while the wallet is already unlocked will set a new unlock time that overrides the old one." %}
{% assign summary_walletPassphraseChange="changes the wallet passphrase from 'old passphrase' to 'new passphrase'." %}