dogecoin/src/rpc
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Add a method Cursor() to CCoinsView that returns a cursor which can be
used to iterate over the whole UTXO set.

- rpc: Change gettxoutsetinfo to use new Cursor method

- txdb: Remove GetStats method - Now that GetStats is implemented in
  terms of Cursor, remove it.
2016-04-15 16:33:05 +02:00
..
blockchain.cpp txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 2016-04-15 16:33:05 +02:00
client.cpp Merge #7793: [doxygen] Fix member comments 2016-04-05 17:49:47 +02:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
misc.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
net.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
protocol.cpp move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
protocol.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
rawtransaction.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
register.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
server.cpp rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00
server.h rpc: Register calls where they are defined 2016-03-31 10:48:32 +02:00