flocore/lib
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
..
crypto Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
encoding Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
errors Split buildPKH arguments, add Copy constructor on publickey 2014-12-10 12:46:21 -03:00
paymentprotocol Payment Protocol: Restore and reorganize files for payment protocol. 2014-12-04 10:43:40 -05:00
transaction Move input to subfolder before refactor 2014-12-11 09:18:20 -03:00
util Refactor transaction to match new API 2014-12-10 12:44:30 -03:00
address.js Add check functions to Address 2014-12-09 17:25:36 -03:00
block.js Consistency with "id", "hash", and "_getHash" 2014-12-10 15:20:42 -03:00
blockheader.js Consistency with "id", "hash", and "_getHash" 2014-12-10 15:20:42 -03:00
hdkeycache.js add testing for key cache 2014-12-01 10:00:46 -03:00
hdprivatekey.js Add a preconditions module, and refactor errors 2014-12-10 11:56:38 -03:00
hdpublickey.js Add a preconditions module, and refactor errors 2014-12-10 11:56:38 -03:00
networks.js Networks: Add mainnet alias 2014-12-02 10:55:25 -05:00
opcode.js Update opcode and script transactions 2014-12-09 17:53:30 -03:00
privatekey.js Add option to create private key from hex 2014-12-09 11:40:30 -03:00
publickey.js Split buildPKH arguments, add Copy constructor on publickey 2014-12-10 12:46:21 -03:00
script.js add sorting to Script#buildMutlisigOut() 2014-12-10 16:46:20 -03:00
unit.js refactor double quote 2014-12-01 16:02:28 -03:00
uri.js convert amout to satoshis 2014-12-01 17:36:52 -03:00