mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
RPC - Add combinerawtransaction (#162)
* RPC - Add combinerawtransaction * Add links to other rawtx RPCs
This commit is contained in:
parent
4e64bcbf89
commit
0b2e0319c7
12 changed files with 96 additions and 0 deletions
|
@ -7,6 +7,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_backupWallet="safely copies `wallet.dat`<!--noref--> to the specified file, which can be a directory or a path with filename." %}
|
||||
{% assign summary_bls="provides a set of commands to execute BLS-related actions." %}
|
||||
{% assign summary_clearBanned="clears list of banned nodes." %}
|
||||
{% assign summary_combineRawTransaction="combine multiple partially signed transactions into one transaction." %}
|
||||
{% 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_debug="changes the debug category from the console." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue