@airgap/coinlib-core 0.13.7-beta.8 → 0.13.7

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 (182) hide show
  1. package/airgap-coinlib-core.min.js +5863 -1480
  2. package/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.d.ts +230 -0
  3. package/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.js +471 -0
  4. package/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.js.map +1 -0
  5. package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.d.ts +76 -0
  6. package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.js +455 -0
  7. package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.js.map +1 -0
  8. package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.d.ts +27 -0
  9. package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.js +848 -0
  10. package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.js.map +1 -0
  11. package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.d.ts +22 -0
  12. package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.js +14 -0
  13. package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.js.map +1 -0
  14. package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.d.ts +29 -0
  15. package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.js +63 -0
  16. package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.js.map +1 -0
  17. package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.d.ts +36 -0
  18. package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.js +87 -0
  19. package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.js.map +1 -0
  20. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.d.ts +8 -0
  21. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.js +33 -0
  22. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.js.map +1 -0
  23. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.d.ts +11 -0
  24. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.js +5 -0
  25. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.js.map +1 -0
  26. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.d.ts +8 -0
  27. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.js +43 -0
  28. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.js.map +1 -0
  29. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.d.ts +8 -0
  30. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.js +37 -0
  31. package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.js.map +1 -0
  32. package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.d.ts +73 -0
  33. package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.js +552 -0
  34. package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.js.map +1 -0
  35. package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.d.ts +73 -0
  36. package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.js +552 -0
  37. package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.js.map +1 -0
  38. package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.d.ts +18 -0
  39. package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.js +29 -0
  40. package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.js.map +1 -0
  41. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/codec.d.ts +22 -4
  42. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/codec.js +104 -13
  43. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/codec.js.map +1 -0
  44. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/constants.d.ts +17 -1
  45. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/constants.js +44 -6
  46. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/constants.js.map +1 -0
  47. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/decoder.d.ts +1 -1
  48. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/decoder.js +30 -0
  49. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/decoder.js.map +1 -0
  50. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/encoder.d.ts +0 -0
  51. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/encoder.js +28 -0
  52. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/encoder.js.map +1 -0
  53. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.d.ts +89 -0
  54. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.js +167 -0
  55. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.js.map +1 -0
  56. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1/packages/taquito/src/forger → local-forging-15.0.1/packages/taquito-local-forging/src}/interface.d.ts +1 -1
  57. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1/packages/taquito/src/forger → local-forging-15.0.1/packages/taquito-local-forging/src}/interface.js +0 -0
  58. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/interface.js.map +1 -0
  59. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/michelson/codec.d.ts +6 -5
  60. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/michelson/codec.js +62 -19
  61. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/michelson/codec.js.map +1 -0
  62. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.d.ts +15 -0
  63. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.js +80 -0
  64. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.js.map +1 -0
  65. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.d.ts +12 -0
  66. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.js +184 -0
  67. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.js.map +1 -0
  68. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.d.ts +5 -0
  69. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.js +81 -0
  70. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.js.map +1 -0
  71. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.d.ts +4 -0
  72. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.js +76 -0
  73. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.js.map +1 -0
  74. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.d.ts +14 -0
  75. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.js +150 -0
  76. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.js.map +1 -0
  77. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.d.ts +17 -0
  78. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.js +41 -0
  79. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.js.map +1 -0
  80. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.d.ts +150 -0
  81. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.js +217 -0
  82. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.js.map +1 -0
  83. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.d.ts +26 -0
  84. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.js +111 -0
  85. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.js.map +1 -0
  86. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/uint8array-consumer.d.ts +0 -0
  87. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/uint8array-consumer.js +2 -1
  88. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/uint8array-consumer.js.map +1 -0
  89. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/utils.d.ts +0 -0
  90. package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/utils.js +0 -0
  91. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/utils.js.map +1 -0
  92. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.d.ts +13 -0
  93. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.js +52 -0
  94. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.js.map +1 -0
  95. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.d.ts +4 -0
  96. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.js +9 -0
  97. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.js.map +1 -0
  98. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.d.ts +34 -0
  99. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.js +39 -0
  100. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.js.map +1 -0
  101. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.d.ts +1590 -0
  102. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.js +35 -0
  103. package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.js.map +1 -0
  104. package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/constants.d.ts +27 -3
  105. package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/constants.js +40 -1
  106. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/constants.js.map +1 -0
  107. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.d.ts +145 -0
  108. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.js +268 -0
  109. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.js.map +1 -0
  110. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.d.ts +2 -0
  111. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.js +33 -0
  112. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.js.map +1 -0
  113. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.d.ts +163 -0
  114. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.js +434 -0
  115. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.js.map +1 -0
  116. package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/validators.d.ts +63 -9
  117. package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/validators.js +85 -8
  118. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/validators.js.map +1 -0
  119. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.d.ts +24 -0
  120. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.js +126 -0
  121. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.js.map +1 -0
  122. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.d.ts +4 -0
  123. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.js +9 -0
  124. package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.js.map +1 -0
  125. package/dependencies/src/typedarray-to-buffer-4.0.0/index.js +17 -0
  126. package/index.d.ts +1 -2
  127. package/index.js +1 -3
  128. package/index.js.map +1 -1
  129. package/package.json +2 -3
  130. package/protocols/ICoinProtocol.d.ts +110 -4
  131. package/protocols/tezos/TezosProtocol.js +4 -2
  132. package/protocols/tezos/TezosProtocol.js.map +1 -1
  133. package/serializer-v3/serializer.js +0 -2
  134. package/serializer-v3/serializer.js.map +1 -1
  135. package/utils/ProtocolSymbols.d.ts +0 -1
  136. package/utils/ProtocolSymbols.js +0 -1
  137. package/utils/ProtocolSymbols.js.map +1 -1
  138. package/utils/protocolOptionsByIdentifier.js +0 -3
  139. package/utils/protocolOptionsByIdentifier.js.map +1 -1
  140. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito/src/forger/interface.js.map +0 -1
  141. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/codec.js.map +0 -1
  142. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/constants.js.map +0 -1
  143. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/decoder.js.map +0 -1
  144. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/encoder.js.map +0 -1
  145. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/michelson/codec.js.map +0 -1
  146. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.d.ts +0 -86
  147. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.js +0 -149
  148. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.js.map +0 -1
  149. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.d.ts +0 -16
  150. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.js +0 -47
  151. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.js.map +0 -1
  152. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/uint8array-consumer.js.map +0 -1
  153. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/utils.js.map +0 -1
  154. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.d.ts +0 -13
  155. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js +0 -18
  156. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js.map +0 -1
  157. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.d.ts +0 -598
  158. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.js +0 -3
  159. package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.js.map +0 -1
  160. package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/constants.js.map +0 -1
  161. package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.d.ts +0 -83
  162. package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.js +0 -241
  163. package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.js.map +0 -1
  164. package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/validators.js.map +0 -1
  165. package/protocols/ICoinBaseProtocol.d.ts +0 -49
  166. package/protocols/ICoinBaseProtocol.js +0 -3
  167. package/protocols/ICoinBaseProtocol.js.map +0 -1
  168. package/protocols/ICoinOfflineProtocol.d.ts +0 -23
  169. package/protocols/ICoinOfflineProtocol.js +0 -3
  170. package/protocols/ICoinOfflineProtocol.js.map +0 -1
  171. package/protocols/ICoinOnlineProtocol.d.ts +0 -46
  172. package/protocols/ICoinOnlineProtocol.js +0 -3
  173. package/protocols/ICoinOnlineProtocol.js.map +0 -1
  174. package/protocols/ethereum/EthereumZkSyncProtocol.d.ts +0 -12
  175. package/protocols/ethereum/EthereumZkSyncProtocol.js +0 -34
  176. package/protocols/ethereum/EthereumZkSyncProtocol.js.map +0 -1
  177. package/protocols/ethereum/EthereumZkSyncProtocolOptions.d.ts +0 -6
  178. package/protocols/ethereum/EthereumZkSyncProtocolOptions.js +0 -36
  179. package/protocols/ethereum/EthereumZkSyncProtocolOptions.js.map +0 -1
  180. package/utils/createProtocol.d.ts +0 -3
  181. package/utils/createProtocol.js +0 -143
  182. package/utils/createProtocol.js.map +0 -1
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.METADATA_BALANCE_UPDATES_CATEGORY = exports.OPERATION_METADATA = void 0;
4
+ var OPERATION_METADATA;
5
+ (function (OPERATION_METADATA) {
6
+ OPERATION_METADATA["TOO_LARGE"] = "too large";
7
+ })(OPERATION_METADATA = exports.OPERATION_METADATA || (exports.OPERATION_METADATA = {}));
8
+ var METADATA_BALANCE_UPDATES_CATEGORY;
9
+ (function (METADATA_BALANCE_UPDATES_CATEGORY) {
10
+ METADATA_BALANCE_UPDATES_CATEGORY["BAKING_REWARDS"] = "baking rewards";
11
+ METADATA_BALANCE_UPDATES_CATEGORY["REWARDS"] = "rewards";
12
+ METADATA_BALANCE_UPDATES_CATEGORY["FEES"] = "fees";
13
+ METADATA_BALANCE_UPDATES_CATEGORY["DEPOSITS"] = "deposits";
14
+ METADATA_BALANCE_UPDATES_CATEGORY["LEGACY_REWARDS"] = "legacy_rewards";
15
+ METADATA_BALANCE_UPDATES_CATEGORY["LEGACY_FEES"] = "legacy_fees";
16
+ METADATA_BALANCE_UPDATES_CATEGORY["LEGACY_DEPOSITS"] = "legacy_deposits";
17
+ METADATA_BALANCE_UPDATES_CATEGORY["BLOCK_FEES"] = "block fees";
18
+ METADATA_BALANCE_UPDATES_CATEGORY["NONCE_REVELATION_REWARDS"] = "nonce revelation rewards";
19
+ METADATA_BALANCE_UPDATES_CATEGORY["DOUBLE_SIGNING_EVIDENCE_REWARDS"] = "double signing evidence rewards";
20
+ METADATA_BALANCE_UPDATES_CATEGORY["ENDORSING_REWARDS"] = "endorsing rewards";
21
+ METADATA_BALANCE_UPDATES_CATEGORY["BAKING_BONUSES"] = "baking bonuses";
22
+ METADATA_BALANCE_UPDATES_CATEGORY["STORAGE_FEES"] = "storage fees";
23
+ METADATA_BALANCE_UPDATES_CATEGORY["PUNISHMENTS"] = "punishments";
24
+ METADATA_BALANCE_UPDATES_CATEGORY["LOST_ENDORSING_REWARDS"] = "lost endorsing rewards";
25
+ METADATA_BALANCE_UPDATES_CATEGORY["SUBSIDY"] = "subsidy";
26
+ METADATA_BALANCE_UPDATES_CATEGORY["BURNED"] = "burned";
27
+ METADATA_BALANCE_UPDATES_CATEGORY["COMMITMENT"] = "commitment";
28
+ METADATA_BALANCE_UPDATES_CATEGORY["BOOTSTRAP"] = "bootstrap";
29
+ METADATA_BALANCE_UPDATES_CATEGORY["INVOICE"] = "invoice";
30
+ METADATA_BALANCE_UPDATES_CATEGORY["MINTED"] = "minted";
31
+ METADATA_BALANCE_UPDATES_CATEGORY["TX_ROLLUP_REJECTION_REWARDS"] = "tx_rollup_rejection_rewards";
32
+ METADATA_BALANCE_UPDATES_CATEGORY["TX_ROLLUP_REJECTION_PUNISHMENTS"] = "tx_rollup_rejection_punishments";
33
+ METADATA_BALANCE_UPDATES_CATEGORY["BONDS"] = "bonds";
34
+ })(METADATA_BALANCE_UPDATES_CATEGORY = exports.METADATA_BALANCE_UPDATES_CATEGORY || (exports.METADATA_BALANCE_UPDATES_CATEGORY = {}));
35
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.ts"],"names":[],"mappings":";;;AAm7BA,IAAY,kBAEX;AAFD,WAAY,kBAAkB;IAC5B,6CAAuB,CAAA;AACzB,CAAC,EAFW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAE7B;AAidD,IAAY,iCAyBX;AAzBD,WAAY,iCAAiC;IAC3C,sEAAiC,CAAA;IACjC,wDAAmB,CAAA;IACnB,kDAAa,CAAA;IACb,0DAAqB,CAAA;IACrB,sEAAiC,CAAA;IACjC,gEAA2B,CAAA;IAC3B,wEAAmC,CAAA;IACnC,8DAAyB,CAAA;IACzB,0FAAqD,CAAA;IACrD,wGAAmE,CAAA;IACnE,4EAAuC,CAAA;IACvC,sEAAiC,CAAA;IACjC,kEAA6B,CAAA;IAC7B,gEAA2B,CAAA;IAC3B,sFAAiD,CAAA;IACjD,wDAAmB,CAAA;IACnB,sDAAiB,CAAA;IACjB,8DAAyB,CAAA;IACzB,4DAAuB,CAAA;IACvB,wDAAmB,CAAA;IACnB,sDAAiB,CAAA;IACjB,gGAA2D,CAAA;IAC3D,wGAAmE,CAAA;IACnE,oDAAe,CAAA;AACjB,CAAC,EAzBW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAyB5C"}
@@ -2,6 +2,7 @@ export declare enum Prefix {
2
2
  TZ1 = "tz1",
3
3
  TZ2 = "tz2",
4
4
  TZ3 = "tz3",
5
+ TZ4 = "tz4",
5
6
  KT = "KT",
6
7
  KT1 = "KT1",
7
8
  EDSK2 = "edsk2",
@@ -10,6 +11,7 @@ export declare enum Prefix {
10
11
  EDPK = "edpk",
11
12
  SPPK = "sppk",
12
13
  P2PK = "p2pk",
14
+ BLPK = "BLpk",
13
15
  EDESK = "edesk",
14
16
  SPESK = "spesk",
15
17
  P2ESK = "p2esk",
@@ -20,7 +22,7 @@ export declare enum Prefix {
20
22
  SIG = "sig",
21
23
  NET = "Net",
22
24
  NCE = "nce",
23
- B = "b",
25
+ B = "B",
24
26
  O = "o",
25
27
  LO = "Lo",
26
28
  LLO = "LLo",
@@ -28,12 +30,23 @@ export declare enum Prefix {
28
30
  CO = "Co",
29
31
  ID = "id",
30
32
  EXPR = "expr",
31
- TZ = "TZ"
33
+ TZ = "TZ",
34
+ VH = "vh",
35
+ SASK = "sask",
36
+ ZET1 = "zet1",
37
+ TXR1 = "txr1",
38
+ TXI = "txi",
39
+ TXM = "txm",
40
+ TXC = "txc",
41
+ TXMR = "txmr",
42
+ TXRL = "txM",
43
+ TXW = "txw"
32
44
  }
33
45
  export declare const prefix: {
34
46
  tz1: Uint8Array;
35
47
  tz2: Uint8Array;
36
48
  tz3: Uint8Array;
49
+ tz4: Uint8Array;
37
50
  KT: Uint8Array;
38
51
  KT1: Uint8Array;
39
52
  edsk: Uint8Array;
@@ -43,6 +56,7 @@ export declare const prefix: {
43
56
  edpk: Uint8Array;
44
57
  sppk: Uint8Array;
45
58
  p2pk: Uint8Array;
59
+ BLpk: Uint8Array;
46
60
  edesk: Uint8Array;
47
61
  spesk: Uint8Array;
48
62
  p2esk: Uint8Array;
@@ -52,7 +66,7 @@ export declare const prefix: {
52
66
  sig: Uint8Array;
53
67
  Net: Uint8Array;
54
68
  nce: Uint8Array;
55
- b: Uint8Array;
69
+ B: Uint8Array;
56
70
  o: Uint8Array;
57
71
  Lo: Uint8Array;
58
72
  LLo: Uint8Array;
@@ -61,6 +75,16 @@ export declare const prefix: {
61
75
  id: Uint8Array;
62
76
  expr: Uint8Array;
63
77
  TZ: Uint8Array;
78
+ vh: Uint8Array;
79
+ sask: Uint8Array;
80
+ zet1: Uint8Array;
81
+ txr1: Uint8Array;
82
+ txi: Uint8Array;
83
+ txm: Uint8Array;
84
+ txc: Uint8Array;
85
+ txmr: Uint8Array;
86
+ txM: Uint8Array;
87
+ txw: Uint8Array;
64
88
  };
65
89
  export declare const prefixLength: {
66
90
  [key: string]: number;
@@ -7,6 +7,7 @@ var Prefix;
7
7
  Prefix["TZ1"] = "tz1";
8
8
  Prefix["TZ2"] = "tz2";
9
9
  Prefix["TZ3"] = "tz3";
10
+ Prefix["TZ4"] = "tz4";
10
11
  Prefix["KT"] = "KT";
11
12
  Prefix["KT1"] = "KT1";
12
13
  Prefix["EDSK2"] = "edsk2";
@@ -15,6 +16,7 @@ var Prefix;
15
16
  Prefix["EDPK"] = "edpk";
16
17
  Prefix["SPPK"] = "sppk";
17
18
  Prefix["P2PK"] = "p2pk";
19
+ Prefix["BLPK"] = "BLpk";
18
20
  Prefix["EDESK"] = "edesk";
19
21
  Prefix["SPESK"] = "spesk";
20
22
  Prefix["P2ESK"] = "p2esk";
@@ -25,7 +27,7 @@ var Prefix;
25
27
  Prefix["SIG"] = "sig";
26
28
  Prefix["NET"] = "Net";
27
29
  Prefix["NCE"] = "nce";
28
- Prefix["B"] = "b";
30
+ Prefix["B"] = "B";
29
31
  Prefix["O"] = "o";
30
32
  Prefix["LO"] = "Lo";
31
33
  Prefix["LLO"] = "LLo";
@@ -34,11 +36,23 @@ var Prefix;
34
36
  Prefix["ID"] = "id";
35
37
  Prefix["EXPR"] = "expr";
36
38
  Prefix["TZ"] = "TZ";
39
+ Prefix["VH"] = "vh";
40
+ Prefix["SASK"] = "sask";
41
+ Prefix["ZET1"] = "zet1";
42
+ //rollups
43
+ Prefix["TXR1"] = "txr1";
44
+ Prefix["TXI"] = "txi";
45
+ Prefix["TXM"] = "txm";
46
+ Prefix["TXC"] = "txc";
47
+ Prefix["TXMR"] = "txmr";
48
+ Prefix["TXRL"] = "txM";
49
+ Prefix["TXW"] = "txw";
37
50
  })(Prefix = exports.Prefix || (exports.Prefix = {}));
38
51
  exports.prefix = (_a = {},
39
52
  _a[Prefix.TZ1] = new Uint8Array([6, 161, 159]),
40
53
  _a[Prefix.TZ2] = new Uint8Array([6, 161, 161]),
41
54
  _a[Prefix.TZ3] = new Uint8Array([6, 161, 164]),
55
+ _a[Prefix.TZ4] = new Uint8Array([6, 161, 166]),
42
56
  _a[Prefix.KT] = new Uint8Array([2, 90, 121]),
43
57
  _a[Prefix.KT1] = new Uint8Array([2, 90, 121]),
44
58
  _a[Prefix.EDSK] = new Uint8Array([43, 246, 78, 7]),
@@ -48,6 +62,7 @@ exports.prefix = (_a = {},
48
62
  _a[Prefix.EDPK] = new Uint8Array([13, 15, 37, 217]),
49
63
  _a[Prefix.SPPK] = new Uint8Array([3, 254, 226, 86]),
50
64
  _a[Prefix.P2PK] = new Uint8Array([3, 178, 139, 127]),
65
+ _a[Prefix.BLPK] = new Uint8Array([6, 149, 135, 204]),
51
66
  _a[Prefix.EDESK] = new Uint8Array([7, 90, 60, 179, 41]),
52
67
  _a[Prefix.SPESK] = new Uint8Array([0x09, 0xed, 0xf1, 0xae, 0x96]),
53
68
  _a[Prefix.P2ESK] = new Uint8Array([0x09, 0x30, 0x39, 0x73, 0xab]),
@@ -67,16 +82,29 @@ exports.prefix = (_a = {},
67
82
  _a[Prefix.EXPR] = new Uint8Array([13, 44, 64, 27]),
68
83
  // Legacy prefix
69
84
  _a[Prefix.TZ] = new Uint8Array([2, 90, 121]),
85
+ _a[Prefix.VH] = new Uint8Array([1, 106, 242]),
86
+ _a[Prefix.SASK] = new Uint8Array([11, 237, 20, 92]),
87
+ _a[Prefix.ZET1] = new Uint8Array([18, 71, 40, 223]),
88
+ _a[Prefix.TXR1] = new Uint8Array([1, 128, 120, 31]),
89
+ _a[Prefix.TXI] = new Uint8Array([79, 148, 196]),
90
+ _a[Prefix.TXM] = new Uint8Array([79, 149, 30]),
91
+ _a[Prefix.TXC] = new Uint8Array([79, 148, 17]),
92
+ _a[Prefix.TXMR] = new Uint8Array([18, 7, 206, 87]),
93
+ _a[Prefix.TXRL] = new Uint8Array([79, 146, 82]),
94
+ _a[Prefix.TXW] = new Uint8Array([79, 150, 72]),
70
95
  _a);
71
96
  exports.prefixLength = (_b = {},
72
97
  _b[Prefix.TZ1] = 20,
73
98
  _b[Prefix.TZ2] = 20,
74
99
  _b[Prefix.TZ3] = 20,
100
+ _b[Prefix.TZ4] = 20,
75
101
  _b[Prefix.KT] = 20,
76
102
  _b[Prefix.KT1] = 20,
77
103
  _b[Prefix.EDPK] = 32,
78
104
  _b[Prefix.SPPK] = 33,
79
105
  _b[Prefix.P2PK] = 33,
106
+ //working with value in comment for base58.ml line 445 but not consistent with the three above
107
+ _b[Prefix.BLPK] = 48,
80
108
  _b[Prefix.EDSIG] = 64,
81
109
  _b[Prefix.SPSIG] = 64,
82
110
  _b[Prefix.P2SIG] = 64,
@@ -84,5 +112,16 @@ exports.prefixLength = (_b = {},
84
112
  _b[Prefix.NET] = 4,
85
113
  _b[Prefix.B] = 32,
86
114
  _b[Prefix.P] = 32,
115
+ _b[Prefix.O] = 32,
116
+ _b[Prefix.VH] = 32,
117
+ _b[Prefix.SASK] = 169,
118
+ _b[Prefix.ZET1] = 43,
119
+ _b[Prefix.TXR1] = 20,
120
+ _b[Prefix.TXI] = 32,
121
+ _b[Prefix.TXM] = 32,
122
+ _b[Prefix.TXC] = 32,
123
+ _b[Prefix.TXMR] = 32,
124
+ _b[Prefix.TXRL] = 32,
125
+ _b[Prefix.TXW] = 32,
87
126
  _b);
88
127
  //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/constants.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,145 @@
1
+ /**
2
+ * @category Error
3
+ * @description Error that indicates an invalid key being passed or used
4
+ */
5
+ export declare class InvalidKeyError extends Error {
6
+ key: string;
7
+ errorDetail?: string | undefined;
8
+ name: string;
9
+ constructor(key: string, errorDetail?: string | undefined);
10
+ }
11
+ /**
12
+ * @category Error
13
+ * @description Error that indicates an Invalid Public Key being passed or used
14
+ */
15
+ export declare class InvalidPublicKeyError extends Error {
16
+ publicKey: string;
17
+ name: string;
18
+ constructor(publicKey: string, errorDetail?: string);
19
+ }
20
+ /**
21
+ * @category Error
22
+ * @description Error that indicates an invalid signature being passed or used
23
+ */
24
+ export declare class InvalidSignatureError extends Error {
25
+ signature: string;
26
+ name: string;
27
+ constructor(signature: string, errorDetail?: string);
28
+ }
29
+ /**
30
+ * @category Error
31
+ * @description Error that indicates an invalid message being passed or used
32
+ */
33
+ export declare class InvalidMessageError extends Error {
34
+ msg: string;
35
+ errorDetail?: string | undefined;
36
+ name: string;
37
+ constructor(msg: string, errorDetail?: string | undefined);
38
+ }
39
+ /**
40
+ * @category Error
41
+ * @description Error that indicates an invalid contract address being passed or used
42
+ */
43
+ export declare class InvalidContractAddressError extends Error {
44
+ contractAddress: string;
45
+ name: string;
46
+ constructor(contractAddress: string);
47
+ }
48
+ /**
49
+ * @category Error
50
+ * @description Error that indicates an invalid address being passed or used (both contract and implicit)
51
+ */
52
+ export declare class InvalidAddressError extends Error {
53
+ address: string;
54
+ name: string;
55
+ constructor(address: string, errorDetail?: string);
56
+ }
57
+ /**
58
+ * @category Error
59
+ * @description Error that indicates an invalid chain id being passed or used
60
+ */
61
+ export declare class InvalidChainIdError extends Error {
62
+ chainId: string;
63
+ name: string;
64
+ constructor(chainId: string);
65
+ }
66
+ /**
67
+ * @category Error
68
+ * @description Error that indicates an invalid key hash being passed or used
69
+ */
70
+ export declare class InvalidKeyHashError extends Error {
71
+ keyHash: string;
72
+ name: string;
73
+ constructor(keyHash: string);
74
+ }
75
+ /**
76
+ * @category Error
77
+ * @description Error that indicates an invalid block hash being passed or used
78
+ */ export declare class InvalidBlockHashError extends Error {
79
+ blockHash: string;
80
+ name: string;
81
+ constructor(blockHash: string);
82
+ }
83
+ /**
84
+ * @category Error
85
+ * @description Error that indicates invalid protocol hash being passed or used
86
+ */
87
+ export declare class InvalidProtocolHashError extends Error {
88
+ protocolHash: string;
89
+ name: string;
90
+ constructor(protocolHash: string);
91
+ }
92
+ /**
93
+ * @category Error
94
+ * @description Error that indicates an invalid operation hash being passed or used
95
+ */ export declare class InvalidOperationHashError extends Error {
96
+ operationHash: string;
97
+ name: string;
98
+ constructor(operationHash: string);
99
+ }
100
+ /**
101
+ * @category Error
102
+ * @description Error that indicates an invalid operation kind being passed or used
103
+ */
104
+ export declare class InvalidOperationKindError extends Error {
105
+ operationKind: string;
106
+ name: string;
107
+ constructor(operationKind: string);
108
+ }
109
+ /**
110
+ * @category Error
111
+ * @description General error that indicates something is no longer supported and/or deprecated
112
+ */
113
+ export declare class DeprecationError extends Error {
114
+ message: string;
115
+ name: string;
116
+ constructor(message: string);
117
+ }
118
+ /**
119
+ * @category Error
120
+ * @description General error that indicates an action is prohibited or not allowed
121
+ */
122
+ export declare class ProhibitedActionError extends Error {
123
+ message: string;
124
+ name: string;
125
+ constructor(message: string);
126
+ }
127
+ /**
128
+ * @category Error
129
+ * @description General error that indicates a failure when trying to convert data from one type to another
130
+ */
131
+ export declare class ValueConversionError extends Error {
132
+ value: string;
133
+ desiredType: string;
134
+ name: string;
135
+ constructor(value: string, desiredType: string);
136
+ }
137
+ /**
138
+ * @category Error
139
+ * @description Error that indicates an invalid hex string being passed or used
140
+ */
141
+ export declare class InvalidHexStringError extends Error {
142
+ message: string;
143
+ name: string;
144
+ constructor(message: string);
145
+ }
@@ -0,0 +1,268 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ extendStatics(d, b);
11
+ function __() { this.constructor = d; }
12
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
+ };
14
+ })();
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvalidHexStringError = exports.ValueConversionError = exports.ProhibitedActionError = exports.DeprecationError = exports.InvalidOperationKindError = exports.InvalidOperationHashError = exports.InvalidProtocolHashError = exports.InvalidBlockHashError = exports.InvalidKeyHashError = exports.InvalidChainIdError = exports.InvalidAddressError = exports.InvalidContractAddressError = exports.InvalidMessageError = exports.InvalidSignatureError = exports.InvalidPublicKeyError = exports.InvalidKeyError = void 0;
17
+ /**
18
+ * @category Error
19
+ * @description Error that indicates an invalid key being passed or used
20
+ */
21
+ var InvalidKeyError = /** @class */ (function (_super) {
22
+ __extends(InvalidKeyError, _super);
23
+ function InvalidKeyError(key, errorDetail) {
24
+ var _this = _super.call(this) || this;
25
+ _this.key = key;
26
+ _this.errorDetail = errorDetail;
27
+ _this.name = 'InvalidKeyError';
28
+ var baseMessage = "The key " + key + " is invalid.";
29
+ _this.message = errorDetail ? baseMessage + " " + errorDetail : baseMessage;
30
+ return _this;
31
+ }
32
+ return InvalidKeyError;
33
+ }(Error));
34
+ exports.InvalidKeyError = InvalidKeyError;
35
+ /**
36
+ * @category Error
37
+ * @description Error that indicates an Invalid Public Key being passed or used
38
+ */
39
+ var InvalidPublicKeyError = /** @class */ (function (_super) {
40
+ __extends(InvalidPublicKeyError, _super);
41
+ function InvalidPublicKeyError(publicKey, errorDetail) {
42
+ var _this = _super.call(this) || this;
43
+ _this.publicKey = publicKey;
44
+ _this.name = 'InvalidPublicKeyError';
45
+ var baseMessage = "The public key '" + publicKey + "' is invalid.";
46
+ _this.message = errorDetail ? baseMessage + " " + errorDetail : baseMessage;
47
+ return _this;
48
+ }
49
+ return InvalidPublicKeyError;
50
+ }(Error));
51
+ exports.InvalidPublicKeyError = InvalidPublicKeyError;
52
+ /**
53
+ * @category Error
54
+ * @description Error that indicates an invalid signature being passed or used
55
+ */
56
+ var InvalidSignatureError = /** @class */ (function (_super) {
57
+ __extends(InvalidSignatureError, _super);
58
+ function InvalidSignatureError(signature, errorDetail) {
59
+ var _this = _super.call(this) || this;
60
+ _this.signature = signature;
61
+ _this.name = 'InvalidSignatureError';
62
+ var baseMessage = "The signature '" + signature + "' is invalid.";
63
+ _this.message = errorDetail ? baseMessage + " " + errorDetail : baseMessage;
64
+ return _this;
65
+ }
66
+ return InvalidSignatureError;
67
+ }(Error));
68
+ exports.InvalidSignatureError = InvalidSignatureError;
69
+ /**
70
+ * @category Error
71
+ * @description Error that indicates an invalid message being passed or used
72
+ */
73
+ var InvalidMessageError = /** @class */ (function (_super) {
74
+ __extends(InvalidMessageError, _super);
75
+ function InvalidMessageError(msg, errorDetail) {
76
+ var _this = _super.call(this) || this;
77
+ _this.msg = msg;
78
+ _this.errorDetail = errorDetail;
79
+ _this.name = 'InvalidMessageError';
80
+ var baseMessage = "The message '" + msg + "' is invalid.";
81
+ _this.message = errorDetail ? baseMessage + " " + errorDetail : baseMessage;
82
+ return _this;
83
+ }
84
+ return InvalidMessageError;
85
+ }(Error));
86
+ exports.InvalidMessageError = InvalidMessageError;
87
+ /**
88
+ * @category Error
89
+ * @description Error that indicates an invalid contract address being passed or used
90
+ */
91
+ var InvalidContractAddressError = /** @class */ (function (_super) {
92
+ __extends(InvalidContractAddressError, _super);
93
+ function InvalidContractAddressError(contractAddress) {
94
+ var _this = _super.call(this, "The contract address '" + contractAddress + "' is invalid") || this;
95
+ _this.contractAddress = contractAddress;
96
+ _this.name = 'InvalidContractAddressError';
97
+ return _this;
98
+ }
99
+ return InvalidContractAddressError;
100
+ }(Error));
101
+ exports.InvalidContractAddressError = InvalidContractAddressError;
102
+ /**
103
+ * @category Error
104
+ * @description Error that indicates an invalid address being passed or used (both contract and implicit)
105
+ */
106
+ var InvalidAddressError = /** @class */ (function (_super) {
107
+ __extends(InvalidAddressError, _super);
108
+ function InvalidAddressError(address, errorDetail) {
109
+ var _this = _super.call(this) || this;
110
+ _this.address = address;
111
+ _this.name = 'InvalidAddressError';
112
+ var baseMessage = "The address '" + address + "' is invalid.";
113
+ _this.message = errorDetail ? baseMessage + " " + errorDetail : baseMessage;
114
+ return _this;
115
+ }
116
+ return InvalidAddressError;
117
+ }(Error));
118
+ exports.InvalidAddressError = InvalidAddressError;
119
+ /**
120
+ * @category Error
121
+ * @description Error that indicates an invalid chain id being passed or used
122
+ */
123
+ var InvalidChainIdError = /** @class */ (function (_super) {
124
+ __extends(InvalidChainIdError, _super);
125
+ function InvalidChainIdError(chainId) {
126
+ var _this = _super.call(this, "The chain id '" + chainId + "' is invalid") || this;
127
+ _this.chainId = chainId;
128
+ _this.name = 'InvalidChainIdError';
129
+ return _this;
130
+ }
131
+ return InvalidChainIdError;
132
+ }(Error));
133
+ exports.InvalidChainIdError = InvalidChainIdError;
134
+ /**
135
+ * @category Error
136
+ * @description Error that indicates an invalid key hash being passed or used
137
+ */
138
+ var InvalidKeyHashError = /** @class */ (function (_super) {
139
+ __extends(InvalidKeyHashError, _super);
140
+ function InvalidKeyHashError(keyHash) {
141
+ var _this = _super.call(this, "The public key hash '" + keyHash + "' is invalid") || this;
142
+ _this.keyHash = keyHash;
143
+ _this.name = 'InvalidKeyHashError';
144
+ return _this;
145
+ }
146
+ return InvalidKeyHashError;
147
+ }(Error));
148
+ exports.InvalidKeyHashError = InvalidKeyHashError;
149
+ /**
150
+ * @category Error
151
+ * @description Error that indicates an invalid block hash being passed or used
152
+ */ var InvalidBlockHashError = /** @class */ (function (_super) {
153
+ __extends(InvalidBlockHashError, _super);
154
+ function InvalidBlockHashError(blockHash) {
155
+ var _this = _super.call(this, "The block hash '" + blockHash + "' is invalid") || this;
156
+ _this.blockHash = blockHash;
157
+ _this.name = 'InvalidBlockHashError';
158
+ return _this;
159
+ }
160
+ return InvalidBlockHashError;
161
+ }(Error));
162
+ exports.InvalidBlockHashError = InvalidBlockHashError;
163
+ /**
164
+ * @category Error
165
+ * @description Error that indicates invalid protocol hash being passed or used
166
+ */
167
+ var InvalidProtocolHashError = /** @class */ (function (_super) {
168
+ __extends(InvalidProtocolHashError, _super);
169
+ function InvalidProtocolHashError(protocolHash) {
170
+ var _this = _super.call(this, "The protocol hash '" + protocolHash + "' is invalid") || this;
171
+ _this.protocolHash = protocolHash;
172
+ _this.name = 'InvalidProtocolHashError';
173
+ return _this;
174
+ }
175
+ return InvalidProtocolHashError;
176
+ }(Error));
177
+ exports.InvalidProtocolHashError = InvalidProtocolHashError;
178
+ /**
179
+ * @category Error
180
+ * @description Error that indicates an invalid operation hash being passed or used
181
+ */ var InvalidOperationHashError = /** @class */ (function (_super) {
182
+ __extends(InvalidOperationHashError, _super);
183
+ function InvalidOperationHashError(operationHash) {
184
+ var _this = _super.call(this, "The operation hash '" + operationHash + "' is invalid") || this;
185
+ _this.operationHash = operationHash;
186
+ _this.name = 'InvalidOperationHashError';
187
+ return _this;
188
+ }
189
+ return InvalidOperationHashError;
190
+ }(Error));
191
+ exports.InvalidOperationHashError = InvalidOperationHashError;
192
+ /**
193
+ * @category Error
194
+ * @description Error that indicates an invalid operation kind being passed or used
195
+ */
196
+ var InvalidOperationKindError = /** @class */ (function (_super) {
197
+ __extends(InvalidOperationKindError, _super);
198
+ function InvalidOperationKindError(operationKind) {
199
+ var _this = _super.call(this, "The operation kind '" + operationKind + "' is unsupported") || this;
200
+ _this.operationKind = operationKind;
201
+ _this.name = 'InvalidOperationKindError';
202
+ return _this;
203
+ }
204
+ return InvalidOperationKindError;
205
+ }(Error));
206
+ exports.InvalidOperationKindError = InvalidOperationKindError;
207
+ /**
208
+ * @category Error
209
+ * @description General error that indicates something is no longer supported and/or deprecated
210
+ */
211
+ var DeprecationError = /** @class */ (function (_super) {
212
+ __extends(DeprecationError, _super);
213
+ function DeprecationError(message) {
214
+ var _this = _super.call(this, message) || this;
215
+ _this.message = message;
216
+ _this.name = 'DeprecationError';
217
+ return _this;
218
+ }
219
+ return DeprecationError;
220
+ }(Error));
221
+ exports.DeprecationError = DeprecationError;
222
+ /**
223
+ * @category Error
224
+ * @description General error that indicates an action is prohibited or not allowed
225
+ */
226
+ var ProhibitedActionError = /** @class */ (function (_super) {
227
+ __extends(ProhibitedActionError, _super);
228
+ function ProhibitedActionError(message) {
229
+ var _this = _super.call(this, message) || this;
230
+ _this.message = message;
231
+ _this.name = 'ProhibitedActionError';
232
+ return _this;
233
+ }
234
+ return ProhibitedActionError;
235
+ }(Error));
236
+ exports.ProhibitedActionError = ProhibitedActionError;
237
+ /**
238
+ * @category Error
239
+ * @description General error that indicates a failure when trying to convert data from one type to another
240
+ */
241
+ var ValueConversionError = /** @class */ (function (_super) {
242
+ __extends(ValueConversionError, _super);
243
+ function ValueConversionError(value, desiredType) {
244
+ var _this = _super.call(this, "Unable to convert " + value + " to a " + desiredType) || this;
245
+ _this.value = value;
246
+ _this.desiredType = desiredType;
247
+ _this.name = 'ValueConversionError';
248
+ return _this;
249
+ }
250
+ return ValueConversionError;
251
+ }(Error));
252
+ exports.ValueConversionError = ValueConversionError;
253
+ /**
254
+ * @category Error
255
+ * @description Error that indicates an invalid hex string being passed or used
256
+ */
257
+ var InvalidHexStringError = /** @class */ (function (_super) {
258
+ __extends(InvalidHexStringError, _super);
259
+ function InvalidHexStringError(message) {
260
+ var _this = _super.call(this, message) || this;
261
+ _this.message = message;
262
+ _this.name = 'InvalidHexStringError';
263
+ return _this;
264
+ }
265
+ return InvalidHexStringError;
266
+ }(Error));
267
+ exports.InvalidHexStringError = InvalidHexStringError;
268
+ //# sourceMappingURL=errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import BigNumber from '../../../../../bignumber.js-9.0.0/bignumber';
2
+ export declare function format(from: "mutez" | "tz" | "mtz" | undefined, to: "mutez" | "tz" | "mtz" | undefined, amount: number | string | BigNumber): string | number | BigNumber;