UNPKG
mcore-lib-matrixbit
Version:
beta (8.0.0-beta.1)
latest (8.0.0-beta.1)
8.0.0-beta.1
A pure and powerful JavaScript Bitcoin Cash library.
bitpay/bitcore-lib
mcore-lib-matrixbit
/
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'
)
;