kevacoin/src/wallet
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined
Split out methods to every module, apart from 'help' and 'stop' which
are implemented in rpcserver.cpp itself.

- This makes it easier to add or remove RPC commands - no longer everything that includes
    rpcserver.h has to be rebuilt when there's a change there.
- Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions.
- Removes most of the bitcoin-specific code from rpcserver.cpp and .h.

Continues #7307 for the non-wallet.
2016-03-31 10:48:32 +02:00
..
test Merge pull request #7293 2016-01-07 09:24:34 +01:00
crypter.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
crypter.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
db.cpp Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet 2016-02-29 10:05:07 +01:00
db.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
rpcdump.cpp Added companion removeprunedfunds call. 2016-03-23 10:40:38 -04:00
rpcwallet.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
rpcwallet.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
wallet_ismine.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
wallet_ismine.h Typo fixes in comments 2016-01-17 11:03:56 +00:00
wallet.cpp Merge #7558: [RPC] Add import/removeprunedfunds rpc call 2016-03-29 11:15:02 +02:00
wallet.h Added companion removeprunedfunds call. 2016-03-23 10:40:38 -04:00
walletdb.cpp Added companion removeprunedfunds call. 2016-03-23 10:40:38 -04:00
walletdb.h Added companion removeprunedfunds call. 2016-03-23 10:40:38 -04:00