X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.h;h=8cb1bc614b9f51c734d308166824a93bf178a28a;hp=8327ad827c3526c046e7ce4923b35ace6fbab530;hb=4d4c9b251499ec3c8d7fc0ce6e661954f56c6fcf;hpb=bb595d7e0a16d0139ec416f42390329400fc5254 diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 8327ad8..8cb1bc6 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -143,6 +143,7 @@ extern json_spirit::Value setgenerate(const json_spirit::Array& params, bool fHe extern json_spirit::Value gethashespersec(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getmininginfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getwork(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value getworkex(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getblocktemplate(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value submitblock(const json_spirit::Array& params, bool fHelp); @@ -181,6 +182,8 @@ extern json_spirit::Value checkwallet(const json_spirit::Array& params, bool fHe extern json_spirit::Value repairwallet(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value resendtx(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value makekeypair(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value validatepubkey(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value getnewpubkey(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getrawtransaction(const json_spirit::Array& params, bool fHelp); // in rcprawtransaction.cpp extern json_spirit::Value listunspent(const json_spirit::Array& params, bool fHelp);