This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoinjs-lib
mirror of
https://github.com/lukechilds/bitcoinjs-lib.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Renamed files to ts
fixTypes
junderw
6 years ago
parent
293116b20f
commit
bb98289501
No known key found for this signature in database
GPG Key ID:
B256185D3A971908
44 changed files
with
0 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
0
src/address.ts
0
src/block.ts
0
src/bufferutils.ts
0
src/classify.ts
0
src/crypto.ts
0
src/ecpair.ts
0
src/index.ts
0
src/networks.ts
0
src/payments/embed.ts
0
src/payments/index.ts
0
src/payments/lazy.ts
0
src/payments/p2ms.ts
0
src/payments/p2pk.ts
0
src/payments/p2pkh.ts
0
src/payments/p2sh.ts
0
src/payments/p2wpkh.ts
0
src/payments/p2wsh.ts
0
src/script.ts
0
src/script_number.ts
0
src/script_signature.ts
0
src/templates/multisig/index.ts
0
src/templates/multisig/input.ts
0
src/templates/multisig/output.ts
0
src/templates/nulldata.ts
0
src/templates/pubkey/index.ts
0
src/templates/pubkey/input.ts
0
src/templates/pubkey/output.ts
0
src/templates/pubkeyhash/index.ts
0
src/templates/pubkeyhash/input.ts
0
src/templates/pubkeyhash/output.ts
0
src/templates/scripthash/index.ts
0
src/templates/scripthash/input.ts
0
src/templates/scripthash/output.ts
0
src/templates/witnesscommitment/index.ts
0
src/templates/witnesscommitment/output.ts
0
src/templates/witnesspubkeyhash/index.ts
0
src/templates/witnesspubkeyhash/input.ts
0
src/templates/witnesspubkeyhash/output.ts
0
src/templates/witnessscripthash/index.ts
0
src/templates/witnessscripthash/input.ts
0
src/templates/witnessscripthash/output.ts
0
src/transaction.ts
0
src/transaction_builder.ts
0
src/types.ts
0
src/address.js → src/address.ts
View File
0
src/block.js → src/block.ts
View File
0
src/bufferutils.js → src/bufferutils.ts
View File
0
src/classify.js → src/classify.ts
View File
0
src/crypto.js → src/crypto.ts
View File
0
src/ecpair.js → src/ecpair.ts
View File
0
src/index.js → src/index.ts
View File
0
src/networks.js → src/networks.ts
View File
0
src/payments/embed.js → src/payments/embed.ts
View File
0
src/payments/index.js → src/payments/index.ts
View File
0
src/payments/lazy.js → src/payments/lazy.ts
View File
0
src/payments/p2ms.js → src/payments/p2ms.ts
View File
0
src/payments/p2pk.js → src/payments/p2pk.ts
View File
0
src/payments/p2pkh.js → src/payments/p2pkh.ts
View File
0
src/payments/p2sh.js → src/payments/p2sh.ts
View File
0
src/payments/p2wpkh.js → src/payments/p2wpkh.ts
View File
0
src/payments/p2wsh.js → src/payments/p2wsh.ts
View File
0
src/script.js → src/script.ts
View File
0
src/script_number.js → src/script_number.ts
View File
0
src/script_signature.js → src/script_signature.ts
View File
0
src/templates/multisig/index.js → src/templates/multisig/index.ts
View File
0
src/templates/multisig/input.js → src/templates/multisig/input.ts
View File
0
src/templates/multisig/output.js → src/templates/multisig/output.ts
View File
0
src/templates/nulldata.js → src/templates/nulldata.ts
View File
0
src/templates/pubkey/index.js → src/templates/pubkey/index.ts
View File
0
src/templates/pubkey/input.js → src/templates/pubkey/input.ts
View File
0
src/templates/pubkey/output.js → src/templates/pubkey/output.ts
View File
0
src/templates/pubkeyhash/index.js → src/templates/pubkeyhash/index.ts
View File
0
src/templates/pubkeyhash/input.js → src/templates/pubkeyhash/input.ts
View File
0
src/templates/pubkeyhash/output.js → src/templates/pubkeyhash/output.ts
View File
0
src/templates/scripthash/index.js → src/templates/scripthash/index.ts
View File
0
src/templates/scripthash/input.js → src/templates/scripthash/input.ts
View File
0
src/templates/scripthash/output.js → src/templates/scripthash/output.ts
View File
0
src/templates/witnesscommitment/index.js → src/templates/witnesscommitment/index.ts
View File
0
src/templates/witnesscommitment/output.js → src/templates/witnesscommitment/output.ts
View File
0
src/templates/witnesspubkeyhash/index.js → src/templates/witnesspubkeyhash/index.ts
View File
0
src/templates/witnesspubkeyhash/input.js → src/templates/witnesspubkeyhash/input.ts
View File
0
src/templates/witnesspubkeyhash/output.js → src/templates/witnesspubkeyhash/output.ts
View File
0
src/templates/witnessscripthash/index.js → src/templates/witnessscripthash/index.ts
View File
0
src/templates/witnessscripthash/input.js → src/templates/witnessscripthash/input.ts
View File
0
src/templates/witnessscripthash/output.js → src/templates/witnessscripthash/output.ts
View File
0
src/transaction.js → src/transaction.ts
View File
0
src/transaction_builder.js → src/transaction_builder.ts
View File
0
src/types.js → src/types.ts
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/bitcoinjs-lib
Title
Body
Create Issue