Commit Graph

6 Commits

Author SHA1 Message Date
Braydon Fuller a50fccef4d Changes behavior of `toJSON` to work as expected with `JSON.stringify`
- see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior
- Updates CONTRIBUTING with changes to Stardard Methods
- Aliases toJSON for toObject
- Removes all `fromJSON` methods, and many cases replaces with `fromObject`
- Constructors expect an object parsed via `JSON.parse` for JSON input
2015-08-13 10:46:08 -04:00
Esteban Ordano 7975c59ba7 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 13:45:17 -03:00
Esteban Ordano 4f1e13a686 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 12:00:44 -03:00
Esteban Ordano ff82ccec71 Return undefined instead of a null signature 2015-01-08 17:42:08 -03:00
Esteban Ordano 7cf826249b Add jsdocs and documentation to UnspenOutput and Insight 2015-01-02 15:59:14 -03:00
Esteban Ordano 11975bc0df Rename UTXO to Transaction.UnspentOutput 2015-01-02 15:59:13 -03:00