#include "rpcprotocol.h"
#include "util.h"
-#include "ui_interface.h"
#include <set>
#include <stdint.h>
{ "getaddednodeinfo", 0 },
{ "setgenerate", 0 },
{ "setgenerate", 1 },
+ { "generate", 0 },
{ "getnetworkhashps", 0 },
{ "getnetworkhashps", 1 },
{ "sendtoaddress", 1 },
{ "sendrawtransaction", 1 },
{ "gettxout", 1 },
{ "gettxout", 2 },
+ { "gettxoutproof", 0 },
{ "lockunspent", 0 },
{ "lockunspent", 1 },
{ "importprivkey", 2 },
{ "estimatepriority", 0 },
{ "prioritisetransaction", 1 },
{ "prioritisetransaction", 2 },
+ { "zcrawjoinsplit", 1 },
+ { "zcrawjoinsplit", 2 },
+ { "zcrawjoinsplit", 3 },
+ { "zcrawjoinsplit", 4 },
+ { "zcbenchmark", 1 },
+ { "zcbenchmark", 2 },
+ { "getblocksubsidy", 0},
+ { "z_listreceivedbyaddress", 1},
+ { "z_getbalance", 1},
+ { "z_gettotalbalance", 0},
+ { "z_sendmany", 1},
+ { "z_sendmany", 2},
+ { "z_sendmany", 3},
+ { "z_getoperationstatus", 0},
+ { "z_getoperationresult", 0},
+ { "z_importkey", 1 },
+ { "paxprice", 4 },
+ { "paxprices", 3 },
+ { "paxpending", 0 },
+ { "notaries", 1 },
+ { "minerids", 1 },
};
class CRPCConvertTable