bitcore/lib/transaction/input
Zaki Manian aa8e548800 To be effective within the current Bitcoin network, the inputs to a transaction
with an nLocktime must be not the standard max value.

We set the sequence number of 0 if the value is max.

Currently sequence numbers other than MAX_INT32 have no meaning in the Bitcoin protocol
but this may change in future BIPS
2015-08-24 20:07:57 -07:00
..
index.js Added support for signing publickey inputs. 2015-07-27 15:16:58 -04:00
input.js To be effective within the current Bitcoin network, the inputs to a transaction 2015-08-24 20:07:57 -07:00
multisigscripthash.js Improve test coverage on multisig 2015-02-11 19:10:57 -03:00
publickey.js Added support for signing publickey inputs. 2015-07-27 15:16:58 -04:00
publickeyhash.js Add Signature subclass for Transaction Signatures 2015-02-11 12:35:47 -03:00