Browse Source

Renamed files to ts

fixTypes
junderw 6 years ago
parent
commit
bb98289501
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 0
      src/address.ts
  2. 0
      src/block.ts
  3. 0
      src/bufferutils.ts
  4. 0
      src/classify.ts
  5. 0
      src/crypto.ts
  6. 0
      src/ecpair.ts
  7. 0
      src/index.ts
  8. 0
      src/networks.ts
  9. 0
      src/payments/embed.ts
  10. 0
      src/payments/index.ts
  11. 0
      src/payments/lazy.ts
  12. 0
      src/payments/p2ms.ts
  13. 0
      src/payments/p2pk.ts
  14. 0
      src/payments/p2pkh.ts
  15. 0
      src/payments/p2sh.ts
  16. 0
      src/payments/p2wpkh.ts
  17. 0
      src/payments/p2wsh.ts
  18. 0
      src/script.ts
  19. 0
      src/script_number.ts
  20. 0
      src/script_signature.ts
  21. 0
      src/templates/multisig/index.ts
  22. 0
      src/templates/multisig/input.ts
  23. 0
      src/templates/multisig/output.ts
  24. 0
      src/templates/nulldata.ts
  25. 0
      src/templates/pubkey/index.ts
  26. 0
      src/templates/pubkey/input.ts
  27. 0
      src/templates/pubkey/output.ts
  28. 0
      src/templates/pubkeyhash/index.ts
  29. 0
      src/templates/pubkeyhash/input.ts
  30. 0
      src/templates/pubkeyhash/output.ts
  31. 0
      src/templates/scripthash/index.ts
  32. 0
      src/templates/scripthash/input.ts
  33. 0
      src/templates/scripthash/output.ts
  34. 0
      src/templates/witnesscommitment/index.ts
  35. 0
      src/templates/witnesscommitment/output.ts
  36. 0
      src/templates/witnesspubkeyhash/index.ts
  37. 0
      src/templates/witnesspubkeyhash/input.ts
  38. 0
      src/templates/witnesspubkeyhash/output.ts
  39. 0
      src/templates/witnessscripthash/index.ts
  40. 0
      src/templates/witnessscripthash/input.ts
  41. 0
      src/templates/witnessscripthash/output.ts
  42. 0
      src/transaction.ts
  43. 0
      src/transaction_builder.ts
  44. 0
      src/types.ts

0
src/address.js → src/address.ts

0
src/block.js → src/block.ts

0
src/bufferutils.js → src/bufferutils.ts

0
src/classify.js → src/classify.ts

0
src/crypto.js → src/crypto.ts

0
src/ecpair.js → src/ecpair.ts

0
src/index.js → src/index.ts

0
src/networks.js → src/networks.ts

0
src/payments/embed.js → src/payments/embed.ts

0
src/payments/index.js → src/payments/index.ts

0
src/payments/lazy.js → src/payments/lazy.ts

0
src/payments/p2ms.js → src/payments/p2ms.ts

0
src/payments/p2pk.js → src/payments/p2pk.ts

0
src/payments/p2pkh.js → src/payments/p2pkh.ts

0
src/payments/p2sh.js → src/payments/p2sh.ts

0
src/payments/p2wpkh.js → src/payments/p2wpkh.ts

0
src/payments/p2wsh.js → src/payments/p2wsh.ts

0
src/script.js → src/script.ts

0
src/script_number.js → src/script_number.ts

0
src/script_signature.js → src/script_signature.ts

0
src/templates/multisig/index.js → src/templates/multisig/index.ts

0
src/templates/multisig/input.js → src/templates/multisig/input.ts

0
src/templates/multisig/output.js → src/templates/multisig/output.ts

0
src/templates/nulldata.js → src/templates/nulldata.ts

0
src/templates/pubkey/index.js → src/templates/pubkey/index.ts

0
src/templates/pubkey/input.js → src/templates/pubkey/input.ts

0
src/templates/pubkey/output.js → src/templates/pubkey/output.ts

0
src/templates/pubkeyhash/index.js → src/templates/pubkeyhash/index.ts

0
src/templates/pubkeyhash/input.js → src/templates/pubkeyhash/input.ts

0
src/templates/pubkeyhash/output.js → src/templates/pubkeyhash/output.ts

0
src/templates/scripthash/index.js → src/templates/scripthash/index.ts

0
src/templates/scripthash/input.js → src/templates/scripthash/input.ts

0
src/templates/scripthash/output.js → src/templates/scripthash/output.ts

0
src/templates/witnesscommitment/index.js → src/templates/witnesscommitment/index.ts

0
src/templates/witnesscommitment/output.js → src/templates/witnesscommitment/output.ts

0
src/templates/witnesspubkeyhash/index.js → src/templates/witnesspubkeyhash/index.ts

0
src/templates/witnesspubkeyhash/input.js → src/templates/witnesspubkeyhash/input.ts

0
src/templates/witnesspubkeyhash/output.js → src/templates/witnesspubkeyhash/output.ts

0
src/templates/witnessscripthash/index.js → src/templates/witnessscripthash/index.ts

0
src/templates/witnessscripthash/input.js → src/templates/witnessscripthash/input.ts

0
src/templates/witnessscripthash/output.js → src/templates/witnessscripthash/output.ts

0
src/transaction.js → src/transaction.ts

0
src/transaction_builder.js → src/transaction_builder.ts

0
src/types.js → src/types.ts

Loading…
Cancel
Save