aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-04-24 18:27:30 -0700
committerMatt Corallo <git@bluematt.me>2015-06-11 01:03:23 -0700
commit21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (patch)
tree0d19c14fe84346df6c0aef5169bec725cd71552e /src/rpcserver.h
parent1e0d1a2ff02982d6ffe61e70b027c56f3bf22d0b (diff)
downloadbitcoin-21bbd920e5cc02dae5e75795c1f0bbfba9a41b53.tar.xz
Add fundrawtransaction RPC method
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index 7b462a8b79..5fb4faa8f9 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);