mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dash RPCs - Add details to the voteraw RPC
This commit is contained in:
parent
fb98f6f2f2
commit
b3fc565eba
3 changed files with 100 additions and 5 deletions
|
@ -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'." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue