RPC - Add combinerawtransaction (#162)

* RPC - Add combinerawtransaction

* Add links to other rawtx RPCs
This commit is contained in:
thephez 2019-10-02 14:07:42 -04:00 committed by GitHub
parent 4e64bcbf89
commit 0b2e0319c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 96 additions and 0 deletions

View file

@ -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." %}