bitcoinjs-lib/types
Otto Allmendinger cec5fb5357
Extract BufferWriter class
Move various write methods to a class `BufferWriter`.

This allows increased code reuse for libraries that want to implement
different serialization formats.

Also de-duplicates some code paths and increases test coverage.

Original concept by idea by https://github.com/argjv:
https://github.com/BitGo/bitgo-utxo-lib/blob/master/src/bufferWriter.js
2020-01-14 15:03:14 +01:00
..
payments Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
templates Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
address.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
block.d.ts Add weight and ability to get strippedsize 2019-11-29 15:30:23 +09:00
buffer_writer.d.ts Extract BufferWriter class 2020-01-14 15:03:14 +01:00
bufferutils.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
classify.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
crypto.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
ecpair.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
index.d.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
networks.d.ts Fix index.ts networks.ts lint 2019-03-07 12:11:15 +09:00
psbt.d.ts Use single func instead of 3 2019-10-28 11:40:56 +09:00
script.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
script_number.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
script_signature.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
transaction.d.ts Remove private __byteLength from Transaction 2019-12-09 10:37:55 +09:00
transaction_builder.d.ts Update @types/node and fix problems with types 2019-09-12 15:20:33 +09:00
types.d.ts Add stricter Signer interface check 2019-06-13 13:32:21 +09:00