diff options
| author | Matt Corallo <[email protected]> | 2015-04-24 18:27:30 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-06-11 01:03:23 -0700 |
| commit | 21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (patch) | |
| tree | 0d19c14fe84346df6c0aef5169bec725cd71552e /src/rpcserver.h | |
| parent | Add FundTransaction method to wallet (diff) | |
| download | discoin-21bbd920e5cc02dae5e75795c1f0bbfba9a41b53.tar.xz discoin-21bbd920e5cc02dae5e75795c1f0bbfba9a41b53.zip | |
Add fundrawtransaction RPC method
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 7b462a8b7..5fb4faa8f 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -217,6 +217,7 @@ extern UniValue listlockunspent(const UniValue& params, bool fHelp); extern UniValue createrawtransaction(const UniValue& params, bool fHelp); extern UniValue decoderawtransaction(const UniValue& params, bool fHelp); extern UniValue decodescript(const UniValue& params, bool fHelp); +extern UniValue fundrawtransaction(const UniValue& params, bool fHelp); extern UniValue signrawtransaction(const UniValue& params, bool fHelp); extern UniValue sendrawtransaction(const UniValue& params, bool fHelp); extern UniValue gettxoutproof(const UniValue& params, bool fHelp); |