neobytes/src/rpc
Nathan Marley 2997d6d268 add compressed option to masternode genkey (#2232)
* add compressed option to `masternode genkey`

* use ParseBoolV method

* adjust help message for masternode genkey
2018-08-21 17:08:11 +03:00
..
blockchain.cpp RPC: Add description for InstantSend-related fields of mempool entry (#2050) 2018-04-30 01:09:47 +03:00
client.cpp adds rpc calls for setprivatesendrounds and setprivatesendamount (#2230) 2018-08-21 17:07:54 +03:00
client.h Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
governance.cpp Masternode related refactorings in preparation of DIP3 (#2212) 2018-08-11 22:55:56 +03:00
masternode.cpp add compressed option to masternode genkey (#2232) 2018-08-21 17:08:11 +03:00
mining.cpp Prepare for DIP3 operator reward payments and switch to array in getblocktemplate (#2216) 2018-08-14 12:58:38 +03:00
misc.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
net.cpp Merge pull request #1948 from UdjinM6/removeusingnamespacestd 2018-02-22 10:41:52 +03:00
protocol.cpp Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources 2018-02-21 22:32:13 +03:00
protocol.h Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00
rawtransaction.cpp Fix typos and rpc help text (#2120) 2018-06-18 19:07:09 +03:00
register.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01:00
server.cpp Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00
server.h Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00