Rest of client side low level rpc, incl messages

This commit is contained in:
jl777
2019-07-04 00:29:18 -11:00
parent 146ccc202f
commit 591185a0b3
4 changed files with 172 additions and 34 deletions

View File

@@ -459,6 +459,9 @@ extern UniValue nspv_getinfo(const UniValue& params, bool fHelp);
extern UniValue nspv_login(const UniValue& params, bool fHelp);
extern UniValue nspv_listunspent(const UniValue& params, bool fHelp);
extern UniValue nspv_spentinfo(const UniValue& params, bool fHelp);
extern UniValue nspv_notarizations(const UniValue& params, bool fHelp);
extern UniValue nspv_hdrsproof(const UniValue& params, bool fHelp);
extern UniValue nspv_txproof(const UniValue& params, bool fHelp);
extern UniValue getblocksubsidy(const UniValue& params, bool fHelp);