@airgap/ethereum 0.13.7-beta.21 → 0.13.7-beta.23

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 (192) hide show
  1. package/airgap-coinlib-ethereum.min.js +17284 -6305
  2. package/index.d.ts +1 -12
  3. package/index.js +15 -21
  4. package/index.js.map +1 -1
  5. package/package.json +5 -3
  6. package/v0/index.d.ts +12 -0
  7. package/v0/index.js +39 -0
  8. package/v0/index.js.map +1 -0
  9. package/{protocol → v0/protocol}/BaseEthereumProtocol.d.ts +0 -0
  10. package/{protocol → v0/protocol}/BaseEthereumProtocol.js +14 -10
  11. package/v0/protocol/BaseEthereumProtocol.js.map +1 -0
  12. package/{protocol → v0/protocol}/EthereumAddress.d.ts +0 -0
  13. package/{protocol → v0/protocol}/EthereumAddress.js +5 -1
  14. package/v0/protocol/EthereumAddress.js.map +1 -0
  15. package/{protocol → v0/protocol}/EthereumChainIDs.d.ts +0 -0
  16. package/{protocol → v0/protocol}/EthereumChainIDs.js +0 -0
  17. package/v0/protocol/EthereumChainIDs.js.map +1 -0
  18. package/{protocol → v0/protocol}/EthereumClassicProtocol.d.ts +0 -0
  19. package/{protocol → v0/protocol}/EthereumClassicProtocol.js +2 -0
  20. package/v0/protocol/EthereumClassicProtocol.js.map +1 -0
  21. package/{protocol → v0/protocol}/EthereumCryptoClient.d.ts +0 -0
  22. package/{protocol → v0/protocol}/EthereumCryptoClient.js +10 -4
  23. package/v0/protocol/EthereumCryptoClient.js.map +1 -0
  24. package/{protocol → v0/protocol}/EthereumProtocol.d.ts +0 -0
  25. package/{protocol → v0/protocol}/EthereumProtocol.js +2 -0
  26. package/v0/protocol/EthereumProtocol.js.map +1 -0
  27. package/{protocol → v0/protocol}/EthereumProtocolOptions.d.ts +0 -0
  28. package/{protocol → v0/protocol}/EthereumProtocolOptions.js +4 -2
  29. package/v0/protocol/EthereumProtocolOptions.js.map +1 -0
  30. package/{protocol → v0/protocol}/EthereumRopstenProtocol.d.ts +0 -0
  31. package/{protocol → v0/protocol}/EthereumRopstenProtocol.js +2 -0
  32. package/v0/protocol/EthereumRopstenProtocol.js.map +1 -0
  33. package/{protocol → v0/protocol}/EthereumTypes.d.ts +0 -0
  34. package/{protocol → v0/protocol}/EthereumTypes.js +0 -0
  35. package/v0/protocol/EthereumTypes.js.map +1 -0
  36. package/{protocol → v0/protocol}/clients/info-clients/EtherscanInfoClient.d.ts +0 -0
  37. package/{protocol → v0/protocol}/clients/info-clients/EtherscanInfoClient.js +8 -6
  38. package/v0/protocol/clients/info-clients/EtherscanInfoClient.js.map +1 -0
  39. package/{protocol → v0/protocol}/clients/info-clients/InfoClient.d.ts +0 -0
  40. package/{protocol → v0/protocol}/clients/info-clients/InfoClient.js +0 -0
  41. package/v0/protocol/clients/info-clients/InfoClient.js.map +1 -0
  42. package/{protocol → v0/protocol}/clients/node-clients/AirGapNodeClient.d.ts +0 -0
  43. package/{protocol → v0/protocol}/clients/node-clients/AirGapNodeClient.js +8 -6
  44. package/v0/protocol/clients/node-clients/AirGapNodeClient.js.map +1 -0
  45. package/{protocol → v0/protocol}/clients/node-clients/NodeClient.d.ts +0 -0
  46. package/{protocol → v0/protocol}/clients/node-clients/NodeClient.js +0 -0
  47. package/v0/protocol/clients/node-clients/NodeClient.js.map +1 -0
  48. package/{protocol → v0/protocol}/erc20/ERC20.d.ts +0 -0
  49. package/{protocol → v0/protocol}/erc20/ERC20.js +0 -0
  50. package/v0/protocol/erc20/ERC20.js.map +1 -0
  51. package/{protocol → v0/protocol}/erc20/GenericERC20.d.ts +0 -0
  52. package/{protocol → v0/protocol}/erc20/GenericERC20.js +8 -2
  53. package/v0/protocol/erc20/GenericERC20.js.map +1 -0
  54. package/{protocol → v0/protocol}/utils/utils.d.ts +0 -0
  55. package/{protocol → v0/protocol}/utils/utils.js +7 -7
  56. package/v0/protocol/utils/utils.js.map +1 -0
  57. package/v0/serializer/schemas/v2/transaction-sign-request-ethereum.json +50 -0
  58. package/v0/serializer/schemas/v2/transaction-sign-response-ethereum.json +19 -0
  59. package/v0/serializer/schemas/v3/transaction-sign-request-ethereum-typed.json +38 -0
  60. package/v0/serializer/schemas/v3/transaction-sign-request-ethereum.json +50 -0
  61. package/v0/serializer/schemas/v3/transaction-sign-response-ethereum.json +19 -0
  62. package/v0/serializer/validators/transaction-validator.d.ts +15 -0
  63. package/v0/serializer/validators/transaction-validator.js +96 -0
  64. package/v0/serializer/validators/transaction-validator.js.map +1 -0
  65. package/v0/serializer/validators/validators.d.ts +1 -0
  66. package/v0/serializer/validators/validators.js +78 -0
  67. package/v0/serializer/validators/validators.js.map +1 -0
  68. package/v0/types/signed-transaction-ethereum.d.ts +5 -0
  69. package/{types → v0/types}/signed-transaction-ethereum.js +0 -0
  70. package/v0/types/signed-transaction-ethereum.js.map +1 -0
  71. package/{types → v0/types}/transaction-ethereum.d.ts +0 -0
  72. package/{types → v0/types}/transaction-ethereum.js +0 -0
  73. package/v0/types/transaction-ethereum.js.map +1 -0
  74. package/v0/types/unsigned-transaction-ethereum-typed.d.ts +11 -0
  75. package/{types → v0/types}/unsigned-transaction-ethereum-typed.js +0 -0
  76. package/v0/types/unsigned-transaction-ethereum-typed.js.map +1 -0
  77. package/v0/types/unsigned-transaction-ethereum.d.ts +15 -0
  78. package/{types → v0/types}/unsigned-transaction-ethereum.js +0 -0
  79. package/v0/types/unsigned-transaction-ethereum.js.map +1 -0
  80. package/v1/block-explorer/EtherscanBlockExplorer.d.ts +9 -0
  81. package/v1/block-explorer/EtherscanBlockExplorer.js +74 -0
  82. package/v1/block-explorer/EtherscanBlockExplorer.js.map +1 -0
  83. package/v1/clients/crypto/EthereumCryptoClient.d.ts +7 -0
  84. package/v1/clients/crypto/EthereumCryptoClient.js +146 -0
  85. package/v1/clients/crypto/EthereumCryptoClient.js.map +1 -0
  86. package/v1/clients/info/EthereumInfoClient.d.ts +15 -0
  87. package/v1/clients/info/EthereumInfoClient.js +11 -0
  88. package/v1/clients/info/EthereumInfoClient.js.map +1 -0
  89. package/v1/clients/info/EtherscanInfoClient.d.ts +7 -0
  90. package/v1/clients/info/EtherscanInfoClient.js +165 -0
  91. package/v1/clients/info/EtherscanInfoClient.js.map +1 -0
  92. package/v1/clients/node/AirGapNodeClient.d.ts +41 -0
  93. package/v1/clients/node/AirGapNodeClient.js +351 -0
  94. package/v1/clients/node/AirGapNodeClient.js.map +1 -0
  95. package/v1/clients/node/EthereumNodeClient.d.ts +17 -0
  96. package/v1/clients/node/EthereumNodeClient.js +11 -0
  97. package/v1/clients/node/EthereumNodeClient.js.map +1 -0
  98. package/v1/data/EthereumAddress.d.ts +7 -0
  99. package/v1/data/EthereumAddress.js +45 -0
  100. package/v1/data/EthereumAddress.js.map +1 -0
  101. package/v1/index.d.ts +14 -0
  102. package/v1/index.js +23 -0
  103. package/v1/index.js.map +1 -0
  104. package/v1/module/ERC20Module.d.ts +9 -0
  105. package/v1/module/ERC20Module.js +69 -0
  106. package/v1/module/ERC20Module.js.map +1 -0
  107. package/v1/module/EthereumBaseModule.d.ts +13 -0
  108. package/v1/module/EthereumBaseModule.js +83 -0
  109. package/v1/module/EthereumBaseModule.js.map +1 -0
  110. package/v1/module/EthereumClassicModule.d.ts +7 -0
  111. package/v1/module/EthereumClassicModule.js +32 -0
  112. package/v1/module/EthereumClassicModule.js.map +1 -0
  113. package/v1/module/EthereumModule.d.ts +7 -0
  114. package/v1/module/EthereumModule.js +32 -0
  115. package/v1/module/EthereumModule.js.map +1 -0
  116. package/v1/module/EthereumRopstenModule.d.ts +7 -0
  117. package/v1/module/EthereumRopstenModule.js +32 -0
  118. package/v1/module/EthereumRopstenModule.js.map +1 -0
  119. package/v1/protocol/EthereumBaseProtocol.d.ts +71 -0
  120. package/v1/protocol/EthereumBaseProtocol.js +744 -0
  121. package/v1/protocol/EthereumBaseProtocol.js.map +1 -0
  122. package/v1/protocol/EthereumChainIds.d.ts +1 -0
  123. package/v1/protocol/EthereumChainIds.js +340 -0
  124. package/v1/protocol/EthereumChainIds.js.map +1 -0
  125. package/v1/protocol/EthereumClassicProtocol.d.ts +8 -0
  126. package/v1/protocol/EthereumClassicProtocol.js +87 -0
  127. package/v1/protocol/EthereumClassicProtocol.js.map +1 -0
  128. package/v1/protocol/EthereumProtocol.d.ts +8 -0
  129. package/v1/protocol/EthereumProtocol.js +312 -0
  130. package/v1/protocol/EthereumProtocol.js.map +1 -0
  131. package/v1/protocol/EthereumRopstenProtocol.d.ts +8 -0
  132. package/v1/protocol/EthereumRopstenProtocol.js +64 -0
  133. package/v1/protocol/EthereumRopstenProtocol.js.map +1 -0
  134. package/v1/protocol/erc20/ERC20Token.d.ts +6 -0
  135. package/v1/protocol/erc20/ERC20Token.js +404 -0
  136. package/v1/protocol/erc20/ERC20Token.js.map +1 -0
  137. package/v1/serializer/v3/schemas/converter/transaction-converter.d.ts +10 -0
  138. package/v1/serializer/v3/schemas/converter/transaction-converter.js +29 -0
  139. package/v1/serializer/v3/schemas/converter/transaction-converter.js.map +1 -0
  140. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.d.ts +10 -0
  141. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.js +3 -0
  142. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.js.map +1 -0
  143. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.d.ts +14 -0
  144. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.js +3 -0
  145. package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.js.map +1 -0
  146. package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.d.ts +3 -0
  147. package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.js +3 -0
  148. package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.js.map +1 -0
  149. package/v1/serializer/v3/schemas/generated/transaction-sign-request-ethereum-typed.json +45 -0
  150. package/v1/serializer/v3/schemas/generated/transaction-sign-request-ethereum.json +62 -0
  151. package/v1/serializer/v3/schemas/generated/transaction-sign-response-ethereum.json +19 -0
  152. package/v1/serializer/v3/validators/transaction-validator.d.ts +10 -0
  153. package/v1/serializer/v3/validators/transaction-validator.js +80 -0
  154. package/v1/serializer/v3/validators/transaction-validator.js.map +1 -0
  155. package/v1/types/protocol.d.ts +32 -0
  156. package/v1/types/protocol.js +3 -0
  157. package/v1/types/protocol.js.map +1 -0
  158. package/v1/types/transaction.d.ts +22 -0
  159. package/v1/types/transaction.js +3 -0
  160. package/v1/types/transaction.js.map +1 -0
  161. package/v1/utils/EthereumUtils.d.ts +13 -0
  162. package/v1/utils/EthereumUtils.js +140 -0
  163. package/v1/utils/EthereumUtils.js.map +1 -0
  164. package/v1/utils/key.d.ts +5 -0
  165. package/v1/utils/key.js +87 -0
  166. package/v1/utils/key.js.map +1 -0
  167. package/v1/utils/transaction.d.ts +3 -0
  168. package/v1/utils/transaction.js +29 -0
  169. package/v1/utils/transaction.js.map +1 -0
  170. package/protocol/BaseEthereumProtocol.js.map +0 -1
  171. package/protocol/EthereumAddress.js.map +0 -1
  172. package/protocol/EthereumChainIDs.js.map +0 -1
  173. package/protocol/EthereumClassicProtocol.js.map +0 -1
  174. package/protocol/EthereumCryptoClient.js.map +0 -1
  175. package/protocol/EthereumProtocol.js.map +0 -1
  176. package/protocol/EthereumProtocolOptions.js.map +0 -1
  177. package/protocol/EthereumRopstenProtocol.js.map +0 -1
  178. package/protocol/EthereumTypes.js.map +0 -1
  179. package/protocol/clients/info-clients/EtherscanInfoClient.js.map +0 -1
  180. package/protocol/clients/info-clients/InfoClient.js.map +0 -1
  181. package/protocol/clients/node-clients/AirGapNodeClient.js.map +0 -1
  182. package/protocol/clients/node-clients/NodeClient.js.map +0 -1
  183. package/protocol/erc20/ERC20.js.map +0 -1
  184. package/protocol/erc20/GenericERC20.js.map +0 -1
  185. package/protocol/utils/utils.js.map +0 -1
  186. package/types/signed-transaction-ethereum.d.ts +0 -5
  187. package/types/signed-transaction-ethereum.js.map +0 -1
  188. package/types/transaction-ethereum.js.map +0 -1
  189. package/types/unsigned-transaction-ethereum-typed.d.ts +0 -10
  190. package/types/unsigned-transaction-ethereum-typed.js.map +0 -1
  191. package/types/unsigned-transaction-ethereum.d.ts +0 -14
  192. package/types/unsigned-transaction-ethereum.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.