bitcore-lib-zcash/lib/transaction
Braydon Fuller 589d017a14 Refactored transaction.getSerializationError to be more concise.
- _hasMoreOutputThanInput() and _isInvalidSatoshis() merged with getSerializationError()
- _isFeeDifferent(), _isFeeTooLarge() and _isFeeTooSmall merged with _hasFeeError()
2015-05-23 20:13:53 -04:00
..
input Fixed issue with handling invalid output scripts 2015-05-14 01:50:14 -04:00
index.js Add Signature subclass for Transaction Signatures 2015-02-11 12:35:47 -03:00
output.js Fixed issue with handling invalid output scripts 2015-05-14 01:50:14 -04:00
sighash.js sighash: remove dead branch 2015-04-27 18:49:45 +10:00
signature.js Add Signature subclass for Transaction Signatures 2015-02-11 12:35:47 -03:00
transaction.js Refactored transaction.getSerializationError to be more concise. 2015-05-23 20:13:53 -04:00
unspentoutput.js UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 13:45:17 -03:00