aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2014-11-01 16:01:48 -0700
committerMatt Corallo <git@bluematt.me>2015-04-23 17:50:39 -0700
commit59ed61b3895b022f61970ea7aac0c20e8ba38886 (patch)
tree6732e33e4d1dbb70a37ee474c660c6fea0572065 /src/rpcserver.h
parent30da90de8dcbb62199262f65516e574dab57d1bd (diff)
downloadbitcoin-59ed61b3895b022f61970ea7aac0c20e8ba38886.tar.xz
Add RPC call to generate and verify merkle blocks
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index c3200d8c35..790104f8c9 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -218,6 +218,8 @@ extern json_spirit::Value decoderawtransaction(const json_spirit::Array& params,
extern json_spirit::Value decodescript(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value signrawtransaction(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value sendrawtransaction(const json_spirit::Array& params, bool fHelp);
+extern json_spirit::Value gettxoutproof(const json_spirit::Array& params, bool fHelp);
+extern json_spirit::Value verifytxoutproof(const json_spirit::Array& params, bool fHelp);
extern json_spirit::Value getblockcount(const json_spirit::Array& params, bool fHelp); // in rpcblockchain.cpp
extern json_spirit::Value getbestblockhash(const json_spirit::Array& params, bool fHelp);