bitcore-lib-zcash/lib/transaction
Esteban Ordano ef49dda0fd Move input to subfolder before refactor
Gonna inherit from it on two subclasses: "P2SH Input" and "P2PKH Input"

They'll have a `addSignature` method, to deal with new signatures,
a `clearSignatures`, in case the outputs change and the signatures get
invalidated, `countMissingSignatures`, and a reference to the UTXO
they'll be spending, so all logic regarding "p2sh mapping" gets to
be in here and the Transaction class is not polluted.
2014-12-11 09:18:20 -03:00
..
input Move input to subfolder before refactor 2014-12-11 09:18:20 -03:00
index.js Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
output.js Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
sighash.js Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
transaction.js Split buildPKH arguments, add Copy constructor on publickey 2014-12-10 12:46:21 -03:00