flocore/lib/transaction/index.js
Esteban Ordano 5c974a8ef2 Refactor transaction to match new API
* Refactor transaction into a different subfolder
* Added a lot of tests for sighash and transaction serialization (from
  reddit's and Ryan X. Charles' `fullnode`)
* Drop "only" from sighash tests and consolidate logs
2014-12-10 12:44:30 -03:00

5 lines
132 B
JavaScript

module.exports = require('./transaction');
module.exports.Input = require('./input');
module.exports.Output = require('./output');