UNPKG
bitcore-lib-excc
Version:
latest (1.0.1)
1.0.1
1.0.0
A pure and powerful JavaScript Bitcoin library.
github.com/bitpay/bitcore-lib
bitcore-lib-excc
/
lib
/
transaction
/
index.js
8 lines
(6 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
= require(
'./transaction'
)
;
module.exports.Input
= require(
'./input'
)
;
module.exports.Output
= require(
'./output'
)
;
module.exports.UnspentOutput
= require(
'./unspentoutput'
)
;
module.exports.Signature
= require(
'./signature'
)
;
module.exports.Sighash
= require(
'./sighash'
)
;