opnet 1.0.29 → 1.0.30

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 (81) hide show
  1. package/browser/_version.d.ts +1 -1
  2. package/browser/index.js +1 -1
  3. package/build/_version.d.ts +1 -1
  4. package/build/_version.js +1 -1
  5. package/docs/classes/AbstractRpcProvider.html +18 -18
  6. package/docs/classes/BaseContract.html +7 -7
  7. package/docs/classes/BitcoinAddress.html +2 -2
  8. package/docs/classes/BitcoinInterface.html +2 -2
  9. package/docs/classes/BitcoinUtils.html +2 -2
  10. package/docs/classes/Block.html +3 -3
  11. package/docs/classes/CallResult.html +2 -2
  12. package/docs/classes/ContractData.html +2 -2
  13. package/docs/classes/DeploymentTransaction.html +24 -24
  14. package/docs/classes/GenericTransaction.html +14 -14
  15. package/docs/classes/IBaseContract.html +7 -7
  16. package/docs/classes/InteractionTransaction.html +21 -21
  17. package/docs/classes/JSONRpcProvider.html +17 -17
  18. package/docs/classes/OPNetEvent.html +2 -2
  19. package/docs/classes/StoredValue.html +2 -2
  20. package/docs/classes/TransactionBase.html +14 -14
  21. package/docs/classes/TransactionInput.html +2 -2
  22. package/docs/classes/TransactionOutput.html +2 -2
  23. package/docs/classes/TransactionParser.html +2 -2
  24. package/docs/classes/TransactionReceipt.html +7 -7
  25. package/docs/classes/UTXO.html +2 -2
  26. package/docs/classes/WebSocketRpcProvider.html +17 -17
  27. package/docs/classes/WrapTransaction.html +28 -28
  28. package/docs/enums/BitcoinAbiTypes.html +2 -2
  29. package/docs/enums/GenerateTarget.html +2 -2
  30. package/docs/enums/OPNetTransactionTypes.html +2 -2
  31. package/docs/functions/getContract.html +1 -1
  32. package/docs/interfaces/BaseContractProperties.html +2 -2
  33. package/docs/interfaces/BitcoinAbiValue.html +3 -3
  34. package/docs/interfaces/BitcoinInterfaceAbiBase.html +2 -2
  35. package/docs/interfaces/BroadcastedTransaction.html +6 -6
  36. package/docs/interfaces/ContractEvents.html +1 -1
  37. package/docs/interfaces/EventBaseData.html +2 -2
  38. package/docs/interfaces/FunctionBaseData.html +2 -2
  39. package/docs/interfaces/IAccessList.html +1 -1
  40. package/docs/interfaces/IAccessListItem.html +1 -1
  41. package/docs/interfaces/IBlock.html +3 -3
  42. package/docs/interfaces/IBlockCommon.html +3 -3
  43. package/docs/interfaces/IBlockWitness.html +2 -2
  44. package/docs/interfaces/IBlockWitnessAPI.html +2 -2
  45. package/docs/interfaces/ICallRequestError.html +2 -2
  46. package/docs/interfaces/ICallResultData.html +2 -2
  47. package/docs/interfaces/ICommonTransaction.html +16 -16
  48. package/docs/interfaces/IContract.html +2 -2
  49. package/docs/interfaces/IDecodedEvent.html +2 -2
  50. package/docs/interfaces/IDeploymentTransaction.html +23 -23
  51. package/docs/interfaces/IGenericTransaction.html +13 -13
  52. package/docs/interfaces/IInteractionTransaction.html +20 -20
  53. package/docs/interfaces/IRawContract.html +2 -2
  54. package/docs/interfaces/IRawContractEvents.html +1 -1
  55. package/docs/interfaces/IStorageValue.html +2 -2
  56. package/docs/interfaces/ITransactionBase.html +13 -13
  57. package/docs/interfaces/ITransactionInput.html +2 -2
  58. package/docs/interfaces/ITransactionOutput.html +2 -2
  59. package/docs/interfaces/ITransactionReceipt.html +5 -5
  60. package/docs/interfaces/IUTXO.html +2 -2
  61. package/docs/interfaces/IWrapTransaction.html +27 -27
  62. package/docs/interfaces/NetEventDocument.html +5 -5
  63. package/docs/interfaces/ReorgInformation.html +2 -2
  64. package/docs/types/BaseContractProperty.html +1 -1
  65. package/docs/types/BitcoinAddressLike.html +1 -1
  66. package/docs/types/BitcoinInterfaceAbi.html +1 -1
  67. package/docs/types/BlockHeaderChecksumProof.html +1 -1
  68. package/docs/types/BlockWitnesses.html +1 -1
  69. package/docs/types/ContractDecodedObjectResult.html +1 -1
  70. package/docs/types/DecodedCallResult.html +1 -1
  71. package/docs/types/DecodedOutput.html +1 -1
  72. package/docs/types/GenerationParameters.html +1 -1
  73. package/docs/types/ICallResult.html +1 -1
  74. package/docs/types/ITransaction.html +1 -1
  75. package/docs/types/InteractionType.html +1 -1
  76. package/docs/types/PointerLike.html +1 -1
  77. package/docs/types/RawContractEvents.html +1 -1
  78. package/docs/types/UTXOs.html +1 -1
  79. package/docs/variables/version.html +1 -1
  80. package/package.json +2 -2
  81. package/src/_version.ts +1 -1
@@ -1 +1 @@
1
- export declare const version = "1.0.29";
1
+ export declare const version = "1.0.30";