@btc-vision/transaction 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/browser/_version.d.ts +1 -1
  2. package/browser/index.js +1 -1
  3. package/browser/tests/deployReg.d.ts +1 -0
  4. package/build/_version.d.ts +1 -1
  5. package/build/_version.js +1 -1
  6. package/build/metadata/contracts/wBTC.js +2 -2
  7. package/build/tests/deploy.js +9 -8
  8. package/build/tests/deployReg.d.ts +1 -0
  9. package/build/tests/deployReg.js +60 -0
  10. package/build/tests/transfer.js +1 -1
  11. package/build/tests/wrap.js +1 -1
  12. package/bytecode/{contract.wasm → wbtc.wasm} +0 -0
  13. package/docs/classes/AddressGenerator.html +2 -2
  14. package/docs/classes/AddressVerificator.html +2 -2
  15. package/docs/classes/BitcoinUtils.html +4 -4
  16. package/docs/classes/CalldataGenerator.html +10 -10
  17. package/docs/classes/Compressor.html +4 -4
  18. package/docs/classes/ContractBaseMetadata.html +4 -4
  19. package/docs/classes/DeploymentGenerator.html +9 -9
  20. package/docs/classes/DeploymentTransaction.html +73 -73
  21. package/docs/classes/EcKeyPair.html +16 -16
  22. package/docs/classes/FundingTransaction.html +48 -48
  23. package/docs/classes/Generator.html +9 -9
  24. package/docs/classes/InteractionTransaction.html +61 -61
  25. package/docs/classes/OPNetLimitedProvider.html +4 -4
  26. package/docs/classes/SharedInteractionTransaction.html +67 -67
  27. package/docs/classes/TapscriptVerificator.html +2 -2
  28. package/docs/classes/TransactionBuilder.html +51 -51
  29. package/docs/classes/TransactionFactory.html +3 -3
  30. package/docs/classes/TweakedSigner.html +2 -2
  31. package/docs/classes/Wallet.html +10 -10
  32. package/docs/classes/WrapTransaction.html +75 -75
  33. package/docs/classes/WrappedGeneration.html +8 -8
  34. package/docs/classes/wBTC.html +7 -7
  35. package/docs/enums/TransactionSequence.html +2 -2
  36. package/docs/enums/TransactionType.html +2 -2
  37. package/docs/interfaces/ContractAddressVerificationParams.html +2 -2
  38. package/docs/interfaces/DeploymentResult.html +2 -2
  39. package/docs/interfaces/FetchUTXOParams.html +2 -2
  40. package/docs/interfaces/GenerationConstraints.html +5 -5
  41. package/docs/interfaces/IDeploymentParameters.html +2 -2
  42. package/docs/interfaces/IFundingTransactionParameters.html +2 -2
  43. package/docs/interfaces/IInteractionParameters.html +2 -2
  44. package/docs/interfaces/ITransactionParameters.html +2 -2
  45. package/docs/interfaces/IWallet.html +4 -4
  46. package/docs/interfaces/IWrapParameters.html +2 -2
  47. package/docs/interfaces/NetworkInformation.html +2 -2
  48. package/docs/interfaces/PsbtInputExtended.html +1 -1
  49. package/docs/interfaces/PsbtOutputExtendedAddress.html +2 -2
  50. package/docs/interfaces/PsbtOutputExtendedScript.html +2 -2
  51. package/docs/interfaces/RawUTXOResponse.html +2 -2
  52. package/docs/interfaces/SharedInteractionParameters.html +2 -2
  53. package/docs/interfaces/TapLeafScript.html +2 -2
  54. package/docs/interfaces/TweakSettings.html +3 -3
  55. package/docs/interfaces/UTXO.html +2 -2
  56. package/docs/interfaces/UpdateInput.html +2 -2
  57. package/docs/interfaces/WrapResult.html +2 -2
  58. package/docs/interfaces/WrappedGenerationParameters.html +6 -6
  59. package/docs/types/PsbtOutputExtended.html +1 -1
  60. package/docs/variables/version.html +1 -1
  61. package/package.json +1 -1
  62. package/src/_version.ts +1 -1
  63. package/src/metadata/contracts/wBTC.ts +2 -2
  64. package/src/tests/deploy.ts +11 -9
  65. package/src/tests/deployReg.ts +81 -0
  66. package/src/tests/transfer.ts +1 -1
  67. package/src/tests/wrap.ts +1 -1
@@ -1 +1 @@
1
- export declare const version = "1.0.15";
1
+ export declare const version = "1.0.16";