Test
This commit is contained in:
@@ -208,11 +208,19 @@ extern UniValue submitblock(const UniValue& params, bool fHelp);
|
|||||||
extern UniValue estimatefee(const UniValue& params, bool fHelp);
|
extern UniValue estimatefee(const UniValue& params, bool fHelp);
|
||||||
extern UniValue estimatepriority(const UniValue& params, bool fHelp);
|
extern UniValue estimatepriority(const UniValue& params, bool fHelp);
|
||||||
extern UniValue coinsupply(const UniValue& params, bool fHelp);
|
extern UniValue coinsupply(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenorders(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenbalance(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenaddress(const UniValue& params, bool fHelp);
|
||||||
extern UniValue tokencreate(const UniValue& params, bool fHelp);
|
extern UniValue tokencreate(const UniValue& params, bool fHelp);
|
||||||
extern UniValue tokentransfer(const UniValue& params, bool fHelp);
|
extern UniValue tokentransfer(const UniValue& params, bool fHelp);
|
||||||
extern UniValue tokenbid(const UniValue& params, bool fHelp);
|
extern UniValue tokenbid(const UniValue& params, bool fHelp);
|
||||||
extern UniValue tokencancelbid(const UniValue& params, bool fHelp);
|
extern UniValue tokencancelbid(const UniValue& params, bool fHelp);
|
||||||
extern UniValue tokenfillbid(const UniValue& params, bool fHelp);
|
extern UniValue tokenfillbid(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenask(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokencancelask(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenfillask(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenswapask(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue tokenswapfill(const UniValue& params, bool fHelp);
|
||||||
|
|
||||||
extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
||||||
//extern UniValue getnewaddress64(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
//extern UniValue getnewaddress64(const UniValue& params, bool fHelp); // in rpcwallet.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user