flocore-node/lib
Braydon Fuller 8bddf4f0d6 bitcoind: add getDetailedTransaction method
Adds a new method getDetailedTransaction with a standard JavaScript object
with block information, address, amounts and fees. And removes the
getTransactionWithBlockInfo method since this new method is equivalent,
and will serialize over an API correctly.

Also includes a new method getBlockOverview to get the txids for a block,
that can be combined with getDetailedTransaction for viewing block
transactions with additional information.
2016-05-13 16:50:49 -04:00
..
cli general: code cleanup, refactoring and formatting 2016-04-27 11:36:26 -04:00
scaffold scaffold: update error message to be more accurate 2016-05-09 14:28:17 -04:00
services bitcoind: add getDetailedTransaction method 2016-05-13 16:50:49 -04:00
bus.js Service Documentation 2015-09-23 18:14:37 -04:00
errors.js test: update unit tests, refactoring and cleanup 2016-04-15 11:20:33 -04:00
index.js Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -04:00
logger.js logger: added option to disable formatting 2016-04-27 13:46:50 -04:00
node.js logger: added option to disable formatting 2016-04-27 13:46:50 -04:00
service.js general: code cleanup, refactoring and formatting 2016-04-27 11:36:26 -04:00
transaction.js test: update unit tests, refactoring and cleanup 2016-04-15 11:20:33 -04:00
utils.js build: add support for nodejs 0.10 2016-04-25 17:23:48 -04:00