mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
RPC Developer reference updated based on 0.12.1
I updated all changes to the RPC API from 0.11.0 to 0.12.1. An update based on 0.13.1 will follow soon.
This commit is contained in:
parent
9e3d55b562
commit
c7a99a6084
21 changed files with 791 additions and 41 deletions
|
@ -1,8 +1,10 @@
|
|||
{%comment%}AUTOMATICALLY-GENERATED FILE: DO NOT EDIT THIS FILE
|
||||
This file is licensed under the terms of its source texts{%endcomment%}
|
||||
{% assign summary_abandonTransaction="marks an in-wallet transaction and all its in-wallet descendants as abandoned. This allows their inputs to be respend." %}
|
||||
{% assign summary_addMultiSigAddress="adds a P2SH multisig address to the wallet." %}
|
||||
{% assign summary_addNode="attempts to add or remove a node from the addnode list, or to try a connection to a node once." %}
|
||||
{% assign summary_backupWallet="safely copies `wallet.dat`<!--noref--> to the specified file, which can be a directory or a path with filename." %}
|
||||
{% assign summary_clearBanned="Clears list of banned nodes." %}
|
||||
{% assign summary_createMultiSig="creates a P2SH multi-signature address." %}
|
||||
{% assign summary_createRawTransaction="creates an unsigned serialized transaction that spends a previous output to a new output with a P2PKH or P2SH address. The transaction is not stored in the wallet or transmitted to the network." %}
|
||||
{% assign summary_decodeRawTransaction="decodes a serialized transaction hex string into a JSON object describing the transaction." %}
|
||||
|
@ -23,6 +25,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_getBlockChainInfo="provides information about the current state of the block chain." %}
|
||||
{% assign summary_getBlockCount="returns the number of blocks in the local best block chain." %}
|
||||
{% assign summary_getBlockHash="returns the header hash of a block at the given height in the local best block chain." %}
|
||||
{% assign summary_getBlockHeader="gets a block header with a particular header hash from the local block database either as a JSON object or as a serialized block header." %}
|
||||
{% assign summary_getBlockTemplate="gets a block template or proposal for use with mining software." %}
|
||||
{% assign summary_getChainTips="returns information about the highest-height block (tip) of each local block chain." %}
|
||||
{% assign summary_getConnectionCount="returns the number of connections to other nodes." %}
|
||||
|
@ -56,6 +59,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_keyPoolRefill="fills the cache of unused pre-generated keys (the keypool)." %}
|
||||
{% assign summary_listAccounts="lists accounts and their balances." %}
|
||||
{% assign summary_listAddressGroupings="lists groups of addresses that may have had their common ownership made public by common use as inputs in the same transaction or from being used as change from a previous transaction." %}
|
||||
{% assign summary_listBanned="lists all banned IPs/Subnets." %}
|
||||
{% assign summary_listLockUnspent="returns a list of temporarily unspendable (locked) outputs." %}
|
||||
{% assign summary_listReceivedByAccount="lists the total number of bitcoins received by each account." %}
|
||||
{% assign summary_listReceivedByAddress="lists the total number of bitcoins received by each address." %}
|
||||
|
@ -74,6 +78,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_sendRawTransaction="validates a transaction and broadcasts it to the peer-to-peer network." %}
|
||||
{% assign summary_sendToAddress="spends an amount to a given address." %}
|
||||
{% assign summary_setAccount="puts the specified address in the given account." %}
|
||||
{% assign summary_setBan="attempts add or remove a IP/Subnet from the banned list." %}
|
||||
{% assign summary_setGenerate="enables or disables hashing to attempt to find the next block." %}
|
||||
{% assign summary_setTxFee="sets the transaction fee per kilobyte paid by transactions created by this wallet." %}
|
||||
{% assign summary_signMessage="signs a message with the private key of an address." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue