add getblockdata RPC

This commit is contained in:
blackjok3r
2018-10-23 23:29:49 +08:00
parent 62c220a9c2
commit 0aa4f46ccc
3 changed files with 89 additions and 13 deletions

View File

@@ -363,6 +363,7 @@ extern UniValue getblockdeltas(const UniValue& params, bool fHelp);
extern UniValue getblockhash(const UniValue& params, bool fHelp);
extern UniValue getblockheader(const UniValue& params, bool fHelp);
extern UniValue getblock(const UniValue& params, bool fHelp);
extern UniValue getdatafromblock(const UniValue& params, bool fHelp);
extern UniValue gettxoutsetinfo(const UniValue& params, bool fHelp);
extern UniValue gettxout(const UniValue& params, bool fHelp);
extern UniValue verifychain(const UniValue& params, bool fHelp);