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

@ -246,6 +246,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
{% autocrossref %}
* [CombineRawTransaction][rpc combinerawtransaction]: {{summary_combineRawTransaction}} {{DASH_NEW0_14_1}}
* [CreateRawTransaction][rpc createrawtransaction]: {{summary_createRawTransaction}} {{DASH_UPDATED0_12_3}} {{UPDATED0_14_1}}
* [DecodeRawTransaction][rpc decoderawtransaction]: {{summary_decodeRawTransaction}} {{UPDATED0_13_0}}
* [DecodeScript][rpc decodescript]: {{summary_decodeScript}}