bitcoinjs-lib/ts_src
Otto Allmendinger 6b71eb0c65
fix(transaction): use writeInt32 to write version
We are reading `version` as `int32` so we should write it as that as
well.
2021-08-17 14:57:28 +02:00
..
payments Bump bech32 to v2.0.0 2021-02-15 14:47:17 -05:00
templates ci: add a tslint rule to require type definitions 2019-03-22 00:15:37 +09:00
address.ts Support address de/serialization from/to future bech32m outputs 2021-02-16 16:48:05 -05:00
block.ts Add BufferReader tests 2020-01-15 11:25:53 +09:00
bufferutils.ts allocUnsafe for faster buffer cloning 2020-04-28 19:58:21 +07:00
classify.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
crypto.ts Fix error for lack of rmd160 in Electron v4 2019-04-02 18:57:07 +09:00
ecpair.ts Fix Signer interface 2019-08-06 18:45:02 +09:00
index.ts Export PSBT getter types 2020-04-27 16:51:39 +07:00
networks.ts Fix index.ts networks.ts lint 2019-03-07 12:11:15 +09:00
psbt.ts #1470 Bring over TransactionInput & TransactionOutputfrom BIP174 2020-11-26 19:23:01 +02:00
script.ts ci: add a tslint rule to require type definitions 2019-03-22 00:15:37 +09:00
script_number.ts Fix lint for script_number.ts script_signature.ts 2019-03-07 13:21:18 +09:00
script_signature.ts Fix lint for script_number.ts script_signature.ts 2019-03-07 13:21:18 +09:00
transaction.ts fix(transaction): use writeInt32 to write version 2021-08-17 14:57:28 +02:00
transaction_builder.ts Update README, add deprecation warning 2019-07-19 15:10:58 +09:00
types.ts Add stricter Signer interface check 2019-06-13 13:32:21 +09:00