@haneullabs/haneul 2.5.2 → 2.13.0

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 (442) hide show
  1. package/CHANGELOG.md +129 -0
  2. package/README.md +36 -36
  3. package/dist/bcs/bcs.d.mts +6 -7
  4. package/dist/bcs/bcs.d.mts.map +1 -1
  5. package/dist/bcs/bcs.mjs.map +1 -1
  6. package/dist/bcs/effects.mjs.map +1 -1
  7. package/dist/bcs/index.d.mts +2 -2
  8. package/dist/bcs/index.d.mts.map +1 -1
  9. package/dist/bcs/index.mjs +2 -2
  10. package/dist/bcs/index.mjs.map +1 -1
  11. package/dist/bcs/pure.d.mts.map +1 -1
  12. package/dist/bcs/type-tag-serializer.d.mts.map +1 -1
  13. package/dist/bcs/types.d.mts +0 -1
  14. package/dist/bcs/types.d.mts.map +1 -1
  15. package/dist/client/cache.d.mts.map +1 -1
  16. package/dist/client/client.d.mts.map +1 -1
  17. package/dist/client/core-resolver.d.mts.map +1 -1
  18. package/dist/client/core-resolver.mjs +87 -68
  19. package/dist/client/core-resolver.mjs.map +1 -1
  20. package/dist/client/core.d.mts +9 -8
  21. package/dist/client/core.d.mts.map +1 -1
  22. package/dist/client/core.mjs +29 -10
  23. package/dist/client/core.mjs.map +1 -1
  24. package/dist/client/errors.d.mts.map +1 -1
  25. package/dist/client/mvr.d.mts +0 -1
  26. package/dist/client/mvr.d.mts.map +1 -1
  27. package/dist/client/types.d.mts +110 -24
  28. package/dist/client/types.d.mts.map +1 -1
  29. package/dist/client/utils.d.mts.map +1 -1
  30. package/dist/client/utils.mjs +7 -7
  31. package/dist/client/utils.mjs.map +1 -1
  32. package/dist/cryptography/index.d.mts +2 -2
  33. package/dist/cryptography/index.mjs +2 -2
  34. package/dist/cryptography/intent.d.mts +2 -2
  35. package/dist/cryptography/intent.d.mts.map +1 -1
  36. package/dist/cryptography/intent.mjs +2 -2
  37. package/dist/cryptography/intent.mjs.map +1 -1
  38. package/dist/cryptography/keypair.d.mts +3 -3
  39. package/dist/cryptography/keypair.d.mts.map +1 -1
  40. package/dist/cryptography/keypair.mjs +3 -3
  41. package/dist/cryptography/keypair.mjs.map +1 -1
  42. package/dist/cryptography/mnemonics.d.mts +5 -5
  43. package/dist/cryptography/mnemonics.d.mts.map +1 -1
  44. package/dist/cryptography/mnemonics.mjs +7 -7
  45. package/dist/cryptography/mnemonics.mjs.map +1 -1
  46. package/dist/cryptography/publickey.d.mts +1 -2
  47. package/dist/cryptography/publickey.d.mts.map +1 -1
  48. package/dist/cryptography/publickey.mjs +7 -7
  49. package/dist/cryptography/publickey.mjs.map +1 -1
  50. package/dist/cryptography/signature-scheme.d.mts.map +1 -1
  51. package/dist/cryptography/signature.d.mts +10 -13
  52. package/dist/cryptography/signature.d.mts.map +1 -1
  53. package/dist/cryptography/signature.mjs +2 -2
  54. package/dist/cryptography/signature.mjs.map +1 -1
  55. package/dist/faucet/faucet.d.mts +2 -2
  56. package/dist/faucet/faucet.d.mts.map +1 -1
  57. package/dist/faucet/faucet.mjs +2 -2
  58. package/dist/faucet/faucet.mjs.map +1 -1
  59. package/dist/faucet/index.d.mts +2 -2
  60. package/dist/faucet/index.mjs +2 -2
  61. package/dist/graphql/client.d.mts +20 -5
  62. package/dist/graphql/client.d.mts.map +1 -1
  63. package/dist/graphql/client.mjs +55 -7
  64. package/dist/graphql/client.mjs.map +1 -1
  65. package/dist/graphql/core.d.mts +6 -5
  66. package/dist/graphql/core.d.mts.map +1 -1
  67. package/dist/graphql/core.mjs +43 -47
  68. package/dist/graphql/core.mjs.map +1 -1
  69. package/dist/graphql/generated/queries.d.mts +0 -1
  70. package/dist/graphql/generated/queries.d.mts.map +1 -1
  71. package/dist/graphql/generated/queries.mjs +46 -10
  72. package/dist/graphql/generated/queries.mjs.map +1 -1
  73. package/dist/graphql/generated/tada-env.d.mts +706 -98
  74. package/dist/graphql/generated/tada-env.d.mts.map +1 -1
  75. package/dist/graphql/index.d.mts +2 -2
  76. package/dist/graphql/index.mjs +2 -2
  77. package/dist/graphql/schema/index.d.mts +0 -1
  78. package/dist/graphql/schema/index.d.mts.map +1 -1
  79. package/dist/graphql/types.d.mts.map +1 -1
  80. package/dist/grpc/client.d.mts +20 -5
  81. package/dist/grpc/client.d.mts.map +1 -1
  82. package/dist/grpc/client.mjs +47 -7
  83. package/dist/grpc/client.mjs.map +1 -1
  84. package/dist/grpc/core.d.mts +6 -5
  85. package/dist/grpc/core.d.mts.map +1 -1
  86. package/dist/grpc/core.mjs +35 -34
  87. package/dist/grpc/core.mjs.map +1 -1
  88. package/dist/grpc/index.d.mts +2 -2
  89. package/dist/grpc/index.mjs +2 -2
  90. package/dist/grpc/proto/google/protobuf/any.d.mts +0 -1
  91. package/dist/grpc/proto/google/protobuf/any.d.mts.map +1 -1
  92. package/dist/grpc/proto/google/protobuf/duration.d.mts +0 -1
  93. package/dist/grpc/proto/google/protobuf/duration.d.mts.map +1 -1
  94. package/dist/grpc/proto/google/protobuf/field_mask.d.mts +0 -1
  95. package/dist/grpc/proto/google/protobuf/field_mask.d.mts.map +1 -1
  96. package/dist/grpc/proto/google/protobuf/struct.d.mts +1 -2
  97. package/dist/grpc/proto/google/protobuf/struct.d.mts.map +1 -1
  98. package/dist/grpc/proto/google/protobuf/timestamp.d.mts +0 -1
  99. package/dist/grpc/proto/google/protobuf/timestamp.d.mts.map +1 -1
  100. package/dist/grpc/proto/google/rpc/status.d.mts +0 -1
  101. package/dist/grpc/proto/google/rpc/status.d.mts.map +1 -1
  102. package/dist/grpc/proto/haneul/rpc/v2/argument.d.mts +1 -2
  103. package/dist/grpc/proto/haneul/rpc/v2/argument.d.mts.map +1 -1
  104. package/dist/grpc/proto/haneul/rpc/v2/balance_change.d.mts +0 -1
  105. package/dist/grpc/proto/haneul/rpc/v2/balance_change.d.mts.map +1 -1
  106. package/dist/grpc/proto/haneul/rpc/v2/bcs.d.mts +1 -2
  107. package/dist/grpc/proto/haneul/rpc/v2/bcs.d.mts.map +1 -1
  108. package/dist/grpc/proto/haneul/rpc/v2/bcs.mjs.map +1 -1
  109. package/dist/grpc/proto/haneul/rpc/v2/checkpoint.d.mts +0 -1
  110. package/dist/grpc/proto/haneul/rpc/v2/checkpoint.d.mts.map +1 -1
  111. package/dist/grpc/proto/haneul/rpc/v2/checkpoint_contents.d.mts +0 -1
  112. package/dist/grpc/proto/haneul/rpc/v2/checkpoint_contents.d.mts.map +1 -1
  113. package/dist/grpc/proto/haneul/rpc/v2/checkpoint_summary.d.mts +1 -2
  114. package/dist/grpc/proto/haneul/rpc/v2/checkpoint_summary.d.mts.map +1 -1
  115. package/dist/grpc/proto/haneul/rpc/v2/effects.d.mts +5 -6
  116. package/dist/grpc/proto/haneul/rpc/v2/effects.d.mts.map +1 -1
  117. package/dist/grpc/proto/haneul/rpc/v2/epoch.d.mts +0 -1
  118. package/dist/grpc/proto/haneul/rpc/v2/epoch.d.mts.map +1 -1
  119. package/dist/grpc/proto/haneul/rpc/v2/error_reason.d.mts +1 -1
  120. package/dist/grpc/proto/haneul/rpc/v2/error_reason.d.mts.map +1 -1
  121. package/dist/grpc/proto/haneul/rpc/v2/event.d.mts +0 -1
  122. package/dist/grpc/proto/haneul/rpc/v2/event.d.mts.map +1 -1
  123. package/dist/grpc/proto/haneul/rpc/v2/executed_transaction.d.mts +0 -1
  124. package/dist/grpc/proto/haneul/rpc/v2/executed_transaction.d.mts.map +1 -1
  125. package/dist/grpc/proto/haneul/rpc/v2/execution_status.d.mts +8 -9
  126. package/dist/grpc/proto/haneul/rpc/v2/execution_status.d.mts.map +1 -1
  127. package/dist/grpc/proto/haneul/rpc/v2/execution_status.mjs +4 -4
  128. package/dist/grpc/proto/haneul/rpc/v2/execution_status.mjs.map +1 -1
  129. package/dist/grpc/proto/haneul/rpc/v2/gas_cost_summary.d.mts +0 -1
  130. package/dist/grpc/proto/haneul/rpc/v2/gas_cost_summary.d.mts.map +1 -1
  131. package/dist/grpc/proto/haneul/rpc/v2/input.d.mts +3 -4
  132. package/dist/grpc/proto/haneul/rpc/v2/input.d.mts.map +1 -1
  133. package/dist/grpc/proto/haneul/rpc/v2/jwk.d.mts +0 -1
  134. package/dist/grpc/proto/haneul/rpc/v2/jwk.d.mts.map +1 -1
  135. package/dist/grpc/proto/haneul/rpc/v2/ledger_service.client.d.mts +4 -5
  136. package/dist/grpc/proto/haneul/rpc/v2/ledger_service.client.d.mts.map +1 -1
  137. package/dist/grpc/proto/haneul/rpc/v2/ledger_service.d.mts +0 -1
  138. package/dist/grpc/proto/haneul/rpc/v2/ledger_service.d.mts.map +1 -1
  139. package/dist/grpc/proto/haneul/rpc/v2/move_package.d.mts +5 -6
  140. package/dist/grpc/proto/haneul/rpc/v2/move_package.d.mts.map +1 -1
  141. package/dist/grpc/proto/haneul/rpc/v2/move_package_service.client.d.mts +4 -5
  142. package/dist/grpc/proto/haneul/rpc/v2/move_package_service.client.d.mts.map +1 -1
  143. package/dist/grpc/proto/haneul/rpc/v2/move_package_service.d.mts +0 -1
  144. package/dist/grpc/proto/haneul/rpc/v2/move_package_service.d.mts.map +1 -1
  145. package/dist/grpc/proto/haneul/rpc/v2/name_service.client.d.mts +4 -5
  146. package/dist/grpc/proto/haneul/rpc/v2/name_service.client.d.mts.map +1 -1
  147. package/dist/grpc/proto/haneul/rpc/v2/name_service.d.mts +0 -1
  148. package/dist/grpc/proto/haneul/rpc/v2/name_service.d.mts.map +1 -1
  149. package/dist/grpc/proto/haneul/rpc/v2/object.d.mts +38 -2
  150. package/dist/grpc/proto/haneul/rpc/v2/object.d.mts.map +1 -1
  151. package/dist/grpc/proto/haneul/rpc/v2/object.mjs +26 -1
  152. package/dist/grpc/proto/haneul/rpc/v2/object.mjs.map +1 -1
  153. package/dist/grpc/proto/haneul/rpc/v2/object_reference.d.mts +0 -1
  154. package/dist/grpc/proto/haneul/rpc/v2/object_reference.d.mts.map +1 -1
  155. package/dist/grpc/proto/haneul/rpc/v2/owner.d.mts +1 -2
  156. package/dist/grpc/proto/haneul/rpc/v2/owner.d.mts.map +1 -1
  157. package/dist/grpc/proto/haneul/rpc/v2/protocol_config.d.mts +0 -1
  158. package/dist/grpc/proto/haneul/rpc/v2/protocol_config.d.mts.map +1 -1
  159. package/dist/grpc/proto/haneul/rpc/v2/signature.d.mts +1 -2
  160. package/dist/grpc/proto/haneul/rpc/v2/signature.d.mts.map +1 -1
  161. package/dist/grpc/proto/haneul/rpc/v2/signature.mjs.map +1 -1
  162. package/dist/grpc/proto/haneul/rpc/v2/signature_scheme.d.mts +2 -2
  163. package/dist/grpc/proto/haneul/rpc/v2/signature_scheme.d.mts.map +1 -1
  164. package/dist/grpc/proto/haneul/rpc/v2/signature_scheme.mjs +1 -1
  165. package/dist/grpc/proto/haneul/rpc/v2/signature_scheme.mjs.map +1 -1
  166. package/dist/grpc/proto/haneul/rpc/v2/signature_verification_service.client.d.mts +0 -1
  167. package/dist/grpc/proto/haneul/rpc/v2/signature_verification_service.client.d.mts.map +1 -1
  168. package/dist/grpc/proto/haneul/rpc/v2/signature_verification_service.d.mts +0 -1
  169. package/dist/grpc/proto/haneul/rpc/v2/signature_verification_service.d.mts.map +1 -1
  170. package/dist/grpc/proto/haneul/rpc/v2/state_service.client.d.mts +4 -5
  171. package/dist/grpc/proto/haneul/rpc/v2/state_service.client.d.mts.map +1 -1
  172. package/dist/grpc/proto/haneul/rpc/v2/state_service.d.mts +4 -5
  173. package/dist/grpc/proto/haneul/rpc/v2/state_service.d.mts.map +1 -1
  174. package/dist/grpc/proto/haneul/rpc/v2/subscription_service.client.d.mts +4 -5
  175. package/dist/grpc/proto/haneul/rpc/v2/subscription_service.client.d.mts.map +1 -1
  176. package/dist/grpc/proto/haneul/rpc/v2/subscription_service.d.mts +0 -1
  177. package/dist/grpc/proto/haneul/rpc/v2/subscription_service.d.mts.map +1 -1
  178. package/dist/grpc/proto/haneul/rpc/v2/system_state.d.mts +3 -4
  179. package/dist/grpc/proto/haneul/rpc/v2/system_state.d.mts.map +1 -1
  180. package/dist/grpc/proto/haneul/rpc/v2/system_state.mjs +1 -1
  181. package/dist/grpc/proto/haneul/rpc/v2/system_state.mjs.map +1 -1
  182. package/dist/grpc/proto/haneul/rpc/v2/transaction.d.mts +4 -5
  183. package/dist/grpc/proto/haneul/rpc/v2/transaction.d.mts.map +1 -1
  184. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.client.d.mts +0 -1
  185. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.client.d.mts.map +1 -1
  186. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.d.mts +9 -2
  187. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.d.mts.map +1 -1
  188. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.mjs +23 -12
  189. package/dist/grpc/proto/haneul/rpc/v2/transaction_execution_service.mjs.map +1 -1
  190. package/dist/grpc/proto/types.d.mts +2 -2
  191. package/dist/grpc/proto/types.d.mts.map +1 -1
  192. package/dist/grpc/proto/types.mjs +2 -1
  193. package/dist/jsonRpc/client.d.mts +4 -7
  194. package/dist/jsonRpc/client.d.mts.map +1 -1
  195. package/dist/jsonRpc/client.mjs +4 -33
  196. package/dist/jsonRpc/client.mjs.map +1 -1
  197. package/dist/jsonRpc/core.d.mts +8 -15
  198. package/dist/jsonRpc/core.d.mts.map +1 -1
  199. package/dist/jsonRpc/core.mjs +81 -34
  200. package/dist/jsonRpc/core.mjs.map +1 -1
  201. package/dist/jsonRpc/errors.d.mts.map +1 -1
  202. package/dist/jsonRpc/http-transport.d.mts +1 -17
  203. package/dist/jsonRpc/http-transport.d.mts.map +1 -1
  204. package/dist/jsonRpc/http-transport.mjs +0 -23
  205. package/dist/jsonRpc/http-transport.mjs.map +1 -1
  206. package/dist/jsonRpc/index.d.mts +3 -3
  207. package/dist/jsonRpc/network.d.mts.map +1 -1
  208. package/dist/jsonRpc/types/chain.d.mts.map +1 -1
  209. package/dist/jsonRpc/types/changes.d.mts.map +1 -1
  210. package/dist/jsonRpc/types/coins.d.mts.map +1 -1
  211. package/dist/jsonRpc/types/common.d.mts +1 -2
  212. package/dist/jsonRpc/types/common.d.mts.map +1 -1
  213. package/dist/jsonRpc/types/generated.d.mts +101 -129
  214. package/dist/jsonRpc/types/generated.d.mts.map +1 -1
  215. package/dist/jsonRpc/types/index.d.mts +1 -1
  216. package/dist/jsonRpc/types/params.d.mts +9 -14
  217. package/dist/jsonRpc/types/params.d.mts.map +1 -1
  218. package/dist/keypairs/ed25519/keypair.d.mts +8 -6
  219. package/dist/keypairs/ed25519/keypair.d.mts.map +1 -1
  220. package/dist/keypairs/ed25519/keypair.mjs +13 -9
  221. package/dist/keypairs/ed25519/keypair.mjs.map +1 -1
  222. package/dist/keypairs/ed25519/publickey.d.mts +0 -1
  223. package/dist/keypairs/ed25519/publickey.d.mts.map +1 -1
  224. package/dist/keypairs/passkey/keypair.d.mts +12 -5
  225. package/dist/keypairs/passkey/keypair.d.mts.map +1 -1
  226. package/dist/keypairs/passkey/keypair.mjs +20 -7
  227. package/dist/keypairs/passkey/keypair.mjs.map +1 -1
  228. package/dist/keypairs/passkey/publickey.d.mts +0 -1
  229. package/dist/keypairs/passkey/publickey.d.mts.map +1 -1
  230. package/dist/keypairs/passkey/types.d.mts.map +1 -1
  231. package/dist/keypairs/secp256k1/keypair.d.mts +3 -3
  232. package/dist/keypairs/secp256k1/keypair.d.mts.map +1 -1
  233. package/dist/keypairs/secp256k1/keypair.mjs +6 -6
  234. package/dist/keypairs/secp256k1/keypair.mjs.map +1 -1
  235. package/dist/keypairs/secp256k1/publickey.d.mts +0 -1
  236. package/dist/keypairs/secp256k1/publickey.d.mts.map +1 -1
  237. package/dist/keypairs/secp256r1/keypair.d.mts +3 -3
  238. package/dist/keypairs/secp256r1/keypair.d.mts.map +1 -1
  239. package/dist/keypairs/secp256r1/keypair.mjs +6 -6
  240. package/dist/keypairs/secp256r1/keypair.mjs.map +1 -1
  241. package/dist/keypairs/secp256r1/publickey.d.mts +0 -1
  242. package/dist/keypairs/secp256r1/publickey.d.mts.map +1 -1
  243. package/dist/multisig/publickey.d.mts +1 -0
  244. package/dist/multisig/publickey.d.mts.map +1 -1
  245. package/dist/multisig/publickey.mjs +7 -7
  246. package/dist/multisig/publickey.mjs.map +1 -1
  247. package/dist/multisig/signer.d.mts.map +1 -1
  248. package/dist/transactions/Arguments.d.mts.map +1 -1
  249. package/dist/transactions/Commands.d.mts +1 -1
  250. package/dist/transactions/Commands.d.mts.map +1 -1
  251. package/dist/transactions/Commands.mjs.map +1 -1
  252. package/dist/transactions/Inputs.d.mts.map +1 -1
  253. package/dist/transactions/ObjectCache.d.mts +3 -3
  254. package/dist/transactions/ObjectCache.d.mts.map +1 -1
  255. package/dist/transactions/Transaction.d.mts +26 -0
  256. package/dist/transactions/Transaction.d.mts.map +1 -1
  257. package/dist/transactions/Transaction.mjs +23 -1
  258. package/dist/transactions/Transaction.mjs.map +1 -1
  259. package/dist/transactions/TransactionData.d.mts.map +1 -1
  260. package/dist/transactions/TransactionData.mjs +8 -8
  261. package/dist/transactions/TransactionData.mjs.map +1 -1
  262. package/dist/transactions/data/internal.d.mts +109 -109
  263. package/dist/transactions/data/internal.d.mts.map +1 -1
  264. package/dist/transactions/data/internal.mjs.map +1 -1
  265. package/dist/transactions/data/v1.d.mts +220 -221
  266. package/dist/transactions/data/v1.d.mts.map +1 -1
  267. package/dist/transactions/data/v2.d.mts.map +1 -1
  268. package/dist/transactions/data/v2.mjs.map +1 -1
  269. package/dist/transactions/executor/caching.mjs +2 -2
  270. package/dist/transactions/executor/caching.mjs.map +1 -1
  271. package/dist/transactions/executor/parallel.d.mts +1 -1
  272. package/dist/transactions/executor/parallel.d.mts.map +1 -1
  273. package/dist/transactions/executor/parallel.mjs +1 -1
  274. package/dist/transactions/executor/parallel.mjs.map +1 -1
  275. package/dist/transactions/executor/serial.d.mts +3 -3
  276. package/dist/transactions/executor/serial.d.mts.map +1 -1
  277. package/dist/transactions/executor/serial.mjs.map +1 -1
  278. package/dist/transactions/intents/CoinWithBalance.d.mts.map +1 -1
  279. package/dist/transactions/intents/CoinWithBalance.mjs +174 -97
  280. package/dist/transactions/intents/CoinWithBalance.mjs.map +1 -1
  281. package/dist/transactions/object.d.mts.map +1 -1
  282. package/dist/transactions/pure.d.mts.map +1 -1
  283. package/dist/transactions/pure.mjs +12 -12
  284. package/dist/transactions/pure.mjs.map +1 -1
  285. package/dist/transactions/resolve.d.mts.map +1 -1
  286. package/dist/transactions/resolve.mjs +3 -3
  287. package/dist/transactions/resolve.mjs.map +1 -1
  288. package/dist/transactions/serializer.d.mts.map +1 -1
  289. package/dist/transactions/serializer.mjs +15 -15
  290. package/dist/transactions/serializer.mjs.map +1 -1
  291. package/dist/transactions/utils.d.mts +0 -1
  292. package/dist/transactions/utils.d.mts.map +1 -1
  293. package/dist/utils/coin-reservation.mjs +67 -0
  294. package/dist/utils/coin-reservation.mjs.map +1 -0
  295. package/dist/utils/constants.d.mts +2 -1
  296. package/dist/utils/constants.d.mts.map +1 -1
  297. package/dist/utils/constants.mjs +2 -1
  298. package/dist/utils/constants.mjs.map +1 -1
  299. package/dist/utils/derived-objects.d.mts +0 -1
  300. package/dist/utils/derived-objects.d.mts.map +1 -1
  301. package/dist/utils/dynamic-fields.d.mts.map +1 -1
  302. package/dist/utils/dynamic-fields.mjs +4 -4
  303. package/dist/utils/dynamic-fields.mjs.map +1 -1
  304. package/dist/utils/format.d.mts.map +1 -1
  305. package/dist/utils/haneul-types.d.mts.map +1 -1
  306. package/dist/utils/haneul-types.mjs +8 -0
  307. package/dist/utils/haneul-types.mjs.map +1 -1
  308. package/dist/utils/haneulns.d.mts.map +1 -1
  309. package/dist/utils/index.d.mts +2 -2
  310. package/dist/utils/index.mjs +2 -2
  311. package/dist/utils/move-registry.d.mts.map +1 -1
  312. package/dist/verify/verify.d.mts.map +1 -1
  313. package/dist/version.mjs +1 -1
  314. package/dist/version.mjs.map +1 -1
  315. package/dist/zklogin/address.d.mts.map +1 -1
  316. package/dist/zklogin/bcs.d.mts +14 -14
  317. package/dist/zklogin/bcs.d.mts.map +1 -1
  318. package/dist/zklogin/jwt-decode.d.mts +0 -1
  319. package/dist/zklogin/jwt-decode.d.mts.map +1 -1
  320. package/dist/zklogin/jwt-utils.d.mts +0 -1
  321. package/dist/zklogin/jwt-utils.d.mts.map +1 -1
  322. package/dist/zklogin/nonce.d.mts.map +1 -1
  323. package/dist/zklogin/poseidon.d.mts.map +1 -1
  324. package/dist/zklogin/publickey.d.mts +0 -1
  325. package/dist/zklogin/publickey.d.mts.map +1 -1
  326. package/dist/zklogin/signature.d.mts.map +1 -1
  327. package/dist/zklogin/utils.d.mts.map +1 -1
  328. package/dist/zklogin/utils.mjs +1 -1
  329. package/dist/zklogin/utils.mjs.map +1 -1
  330. package/docs/bcs.md +132 -0
  331. package/docs/clients/core.md +616 -0
  332. package/docs/clients/graphql.md +99 -0
  333. package/docs/clients/grpc.md +152 -0
  334. package/docs/clients/index.md +93 -0
  335. package/docs/clients/json-rpc.md +235 -0
  336. package/docs/cryptography/keypairs.md +259 -0
  337. package/docs/cryptography/multisig.md +192 -0
  338. package/docs/cryptography/passkey.md +111 -0
  339. package/docs/cryptography/webcrypto-signer.md +81 -0
  340. package/docs/executors.md +148 -0
  341. package/docs/faucet.md +26 -0
  342. package/docs/hello-haneul.md +115 -0
  343. package/docs/index.md +56 -0
  344. package/docs/install.md +61 -0
  345. package/docs/llm-docs.md +32 -0
  346. package/docs/llms-index.md +66 -0
  347. package/docs/migrations/0.38.md +57 -0
  348. package/docs/migrations/haneul-1.0.md +454 -0
  349. package/docs/migrations/haneul-2.0/agent-prompt.md +42 -0
  350. package/docs/migrations/haneul-2.0/dapp-kit.md +350 -0
  351. package/docs/migrations/haneul-2.0/deepbook-v3.md +33 -0
  352. package/docs/migrations/haneul-2.0/haneul.md +341 -0
  353. package/docs/migrations/haneul-2.0/haneulns.md +42 -0
  354. package/docs/migrations/haneul-2.0/index.md +161 -0
  355. package/docs/migrations/haneul-2.0/json-rpc-migration.md +399 -0
  356. package/docs/migrations/haneul-2.0/kiosk.md +120 -0
  357. package/docs/migrations/haneul-2.0/sdk-maintainers.md +91 -0
  358. package/docs/migrations/haneul-2.0/seal.md +14 -0
  359. package/docs/migrations/haneul-2.0/wallet-builders.md +66 -0
  360. package/docs/migrations/haneul-2.0/walrus.md +41 -0
  361. package/docs/migrations/haneul-2.0/zksend.md +94 -0
  362. package/docs/plugins.md +255 -0
  363. package/docs/sdk-building.md +341 -0
  364. package/docs/transaction-building/basics.md +297 -0
  365. package/docs/transaction-building/gas.md +62 -0
  366. package/docs/transaction-building/intents.md +61 -0
  367. package/docs/transaction-building/offline.md +71 -0
  368. package/docs/transaction-building/sponsored-transactions.md +22 -0
  369. package/docs/utils/derived_objects.md +80 -0
  370. package/docs/utils/index.md +53 -0
  371. package/docs/zklogin.md +78 -0
  372. package/package.json +199 -199
  373. package/src/bcs/bcs.ts +13 -13
  374. package/src/bcs/effects.ts +20 -20
  375. package/src/bcs/index.ts +2 -2
  376. package/src/client/core-resolver.ts +150 -100
  377. package/src/client/core.ts +62 -22
  378. package/src/client/types.ts +109 -24
  379. package/src/cryptography/index.ts +2 -2
  380. package/src/cryptography/keypair.ts +2 -2
  381. package/src/cryptography/mnemonics.ts +7 -7
  382. package/src/cryptography/publickey.ts +5 -5
  383. package/src/faucet/faucet.ts +1 -1
  384. package/src/faucet/index.ts +1 -1
  385. package/src/graphql/client.ts +100 -8
  386. package/src/graphql/core.ts +73 -80
  387. package/src/graphql/generated/queries.ts +301 -51
  388. package/src/graphql/generated/schema.graphql +407 -104
  389. package/src/graphql/generated/tada-env.ts +779 -58
  390. package/src/graphql/index.ts +1 -1
  391. package/src/graphql/queries/getAllBalances.graphql +1 -1
  392. package/src/graphql/queries/getBalance.graphql +1 -1
  393. package/src/graphql/queries/getCoins.graphql +2 -2
  394. package/src/graphql/queries/getDynamicFields.graphql +9 -1
  395. package/src/graphql/queries/getMoveFunction.graphql +1 -1
  396. package/src/graphql/queries/getProtocolConfig.graphql +18 -0
  397. package/src/graphql/queries/nameService.graphql +1 -1
  398. package/src/graphql/queries/objects.graphql +11 -1
  399. package/src/graphql/queries/transactions.graphql +1 -3
  400. package/src/graphql/queries/verifyZkLoginSignature.graphql +1 -2
  401. package/src/grpc/client.ts +66 -8
  402. package/src/grpc/core.ts +74 -35
  403. package/src/grpc/index.ts +1 -1
  404. package/src/grpc/proto/haneul/rpc/v2/bcs.ts +1 -1
  405. package/src/grpc/proto/haneul/rpc/v2/execution_status.ts +4 -4
  406. package/src/grpc/proto/haneul/rpc/v2/object.ts +44 -0
  407. package/src/grpc/proto/haneul/rpc/v2/signature.ts +1 -1
  408. package/src/grpc/proto/haneul/rpc/v2/signature_scheme.ts +1 -1
  409. package/src/grpc/proto/haneul/rpc/v2/system_state.ts +4 -4
  410. package/src/grpc/proto/haneul/rpc/v2/transaction_execution_service.ts +16 -0
  411. package/src/jsonRpc/client.ts +5 -23
  412. package/src/jsonRpc/core.ts +114 -41
  413. package/src/jsonRpc/http-transport.ts +0 -52
  414. package/src/jsonRpc/index.ts +0 -1
  415. package/src/jsonRpc/types/common.ts +0 -1
  416. package/src/jsonRpc/types/generated.ts +2 -2
  417. package/src/jsonRpc/types/params.ts +6 -6
  418. package/src/keypairs/ed25519/keypair.ts +14 -10
  419. package/src/keypairs/passkey/keypair.ts +22 -8
  420. package/src/keypairs/secp256k1/keypair.ts +6 -6
  421. package/src/keypairs/secp256r1/keypair.ts +6 -6
  422. package/src/transactions/Commands.ts +1 -1
  423. package/src/transactions/Transaction.ts +38 -1
  424. package/src/transactions/TransactionData.ts +3 -3
  425. package/src/transactions/__tests__/bcs.test.ts +3 -3
  426. package/src/transactions/data/internal.ts +12 -12
  427. package/src/transactions/data/v2.ts +6 -6
  428. package/src/transactions/executor/caching.ts +2 -2
  429. package/src/transactions/executor/parallel.ts +1 -2
  430. package/src/transactions/executor/serial.ts +1 -1
  431. package/src/transactions/intents/CoinWithBalance.ts +247 -121
  432. package/src/utils/coin-reservation.ts +84 -0
  433. package/src/utils/constants.ts +2 -0
  434. package/src/utils/haneul-types.ts +16 -1
  435. package/src/utils/index.ts +1 -0
  436. package/src/version.ts +1 -1
  437. package/src/zklogin/utils.ts +1 -1
  438. package/dist/jsonRpc/rpc-websocket-client.d.mts +0 -26
  439. package/dist/jsonRpc/rpc-websocket-client.d.mts.map +0 -1
  440. package/dist/jsonRpc/rpc-websocket-client.mjs +0 -135
  441. package/dist/jsonRpc/rpc-websocket-client.mjs.map +0 -1
  442. package/src/jsonRpc/rpc-websocket-client.ts +0 -241
@@ -6,7 +6,6 @@ import { ExecutionStatus } from "./execution_status.mjs";
6
6
  import { MessageType } from "@protobuf-ts/runtime";
7
7
 
8
8
  //#region src/grpc/proto/haneul/rpc/v2/effects.d.ts
9
-
10
9
  /**
11
10
  * The effects of executing a transaction.
12
11
  *
@@ -201,7 +200,7 @@ declare enum ChangedObject_InputObjectState {
201
200
  /**
202
201
  * @generated from protobuf enum value: INPUT_OBJECT_STATE_EXISTS = 2;
203
202
  */
204
- EXISTS = 2,
203
+ EXISTS = 2
205
204
  }
206
205
  /**
207
206
  * @generated from protobuf enum haneul.rpc.v2.ChangedObject.OutputObjectState
@@ -226,7 +225,7 @@ declare enum ChangedObject_OutputObjectState {
226
225
  /**
227
226
  * @generated from protobuf enum value: OUTPUT_OBJECT_STATE_ACCUMULATOR_WRITE = 4;
228
227
  */
229
- ACCUMULATOR_WRITE = 4,
228
+ ACCUMULATOR_WRITE = 4
230
229
  }
231
230
  /**
232
231
  * @generated from protobuf enum haneul.rpc.v2.ChangedObject.IdOperation
@@ -247,7 +246,7 @@ declare enum ChangedObject_IdOperation {
247
246
  /**
248
247
  * @generated from protobuf enum value: DELETED = 3;
249
248
  */
250
- DELETED = 3,
249
+ DELETED = 3
251
250
  }
252
251
  /**
253
252
  * @generated from protobuf message haneul.rpc.v2.AccumulatorWrite
@@ -285,7 +284,7 @@ declare enum AccumulatorWrite_AccumulatorOperation {
285
284
  /**
286
285
  * @generated from protobuf enum value: SPLIT = 2;
287
286
  */
288
- SPLIT = 2,
287
+ SPLIT = 2
289
288
  }
290
289
  /**
291
290
  * A consensus object that wasn't changed during execution.
@@ -363,7 +362,7 @@ declare enum UnchangedConsensusObject_UnchangedConsensusObjectKind {
363
362
  *
364
363
  * @generated from protobuf enum value: PER_EPOCH_CONFIG = 5;
365
364
  */
366
- PER_EPOCH_CONFIG = 5,
365
+ PER_EPOCH_CONFIG = 5
367
366
  }
368
367
  declare class TransactionEffects$Type extends MessageType<TransactionEffects> {
369
368
  constructor();
@@ -1 +1 @@
1
- {"version":3,"file":"effects.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/effects.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;AAsBA;;;AAoCW,UApCM,kBAAA,CAoCN;EAcE;;;;;EAqDI,GAAA,CAAA,EAjGV,GAiGU;EAUH;;;;;EAoDC,MAAA,CAAA,EAAA,MAAA;EAAyB;AAYxC;AAiBA;AAyBA;AAqBA;EAqBY,OAAA,CAAA,EAAA,MAAA;EAmBK;AAkCjB;AAsCC;AAsED;AAAgE;EA+DnD,MAAA,CAAA,EA7cH,eA6c2C;EAE/C;AA6BN;AAA4D;AAgC5D;;;;;;;;YAhgBW;;;;;;;;;;;;;;cAcE;;;;;;;;;;;;;;;;;;;;;;;;;kBAyBI;;;;;;;;;6BASW;;;;;;;;;;;;iCAYI;;;;;;;UAOf,aAAA;;;;;;;;;;eAUH;;;;;;;;;;;;;;;;;;eAkBA;;;;gBAIC;;;;;;;;;;;;;;;;;;gBAkBA;;;;;;qBAMK;;;;;;gBAML;;;;;;;;;;;;aAYH,8BAAA;;;;;;;;;;;;;;;;;aAiBA,+BAAA;;;;;;;;;;;;;;;;;;;;;;;;;aAyBA,yBAAA;;;;;;;;;;;;;;;;;;;;;UAqBK,gBAAA;;;;;;;;;;;;cAYJ;;;;;;;;;aASD,qCAAA;;;;;;;;;;;;;;;;;;;UAmBK,wBAAA;;;;SAIT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA8BI,qDAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwCN,uBAAA,SAAgC,YAAY;;;;;;cAoErC,oBAAkB;cAEzB,kBAAA,SAA2B,YAAY;;;;;;cA6DhC,eAAa;cAEpB,qBAAA,SAA8B,YAAY;;;;;;cA6BnC,kBAAgB;cAEvB,6BAAA,SAAsC,YAAY;;;;;;cA8B3C,0BAAwB"}
1
+ {"version":3,"file":"effects.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/effects.ts"],"mappings":";;;;;;;;;;AAsBA;;;UAAiB,kBAAA;EAwBP;;;;;EAlBT,GAAA,GAAM,GAAA;EA0FwC;;;;;EApF9C,MAAA;EAYA;;;;;EANA,OAAA;EAgCA;;;;;EA1BA,MAAA,GAAS,eAAA;EAmDO;;;;;EA7ChB,KAAA;EAkE8C;;AAO/C;;;EAnEC,OAAA,GAAU,cAAA;EA+FG;;;;;EAzFb,iBAAA;EA2HuC;;;;;;;EAnHvC,SAAA,GAAY,aAAA;EAqFZ;;;;;;EA9EA,YAAA;EAsGmB;;;;;EAhGnB,YAAA;EAkHW;;;;;EA5GX,cAAA;EAwHA;;;AAKD;;EAvHC,cAAA,EAAgB,aAAA;EAuH0B;;;;;;;;EA9G1C,yBAAA,EAA2B,wBAAA;EAuIS;;;;;;;EA/HpC,mBAAA;EA+IO;AAKR;;EAhJC,6BAAA,EAA+B,eAAA;AAAA;;;;;;UAOf,aAAA;EAyJX;AAKN;;;;EAxJC,QAAA;EAgKA;;;EA5JA,UAAA,GAAa,8BAAA;EAuKG;;;;;EAjKhB,YAAA;EA2KA;;;;;EArKA,WAAA;EA6LW;;;;;EAvLX,UAAA,GAAa,KAAA;EAuMb;;;EAnMA,WAAA,GAAc,+BAAA;EAwNE;;AAChB;;;EAnNA,aAAA;EAqNqC;;;;;EA/MrC,YAAA;EAmR8D;;;;AAAC;EA7Q/D,WAAA,GAAc,KAAA;;;;;;EAMd,gBAAA,GAAmB,gBAAA;;AAsUpB;;;;EAhUC,WAAA,GAAc,yBAAA;EAkUT;;;;;;EA3TL,UAAA;AAAA;;AAwVD;;aAnVY,8BAAA;EAmViB;;AAA+B;EA/U3D,OAAA;;;;EAIA,cAAA;;;;EAIA,MAAA;AAAA;;;;aAKW,+BAAA;;;;EAIX,OAAA;;;;EAIA,cAAA;;;;EAIA,YAAA;;;;EAIA,aAAA;;;;EAIA,iBAAA;AAAA;;;;aAKW,yBAAA;;;;EAIX,oBAAA;;;;EAIA,IAAA;;;;EAIA,OAAA;;;;EAIA,OAAA;AAAA;;;;UAKgB,gBAAA;;;;EAIhB,OAAA;;;;EAIA,eAAA;;;;EAIA,SAAA,GAAY,qCAAA;;;;EAIZ,KAAA;AAAA;;;;aAKW,qCAAA;;;;EAIX,6BAAA;;;;EAIA,KAAA;;;;EAIA,KAAA;AAAA;;;;;;UAOgB,wBAAA;;;;EAIhB,IAAA,GAAO,qDAAA;;;;;;EAMP,QAAA;;;;;;EAMA,OAAA;;;;;;EAMA,MAAA;;;;;;;EAOA,UAAA;AAAA;;;;aAKW,qDAAA;;;;EAIX,uCAAA;;;;;;EAMA,cAAA;;;;;;EAMA,6BAAA;;;;;;EAMA,2BAAA;;;;;;;EAOA,QAAA;;;;;;;;EAQA,gBAAA;AAAA;AAAA,cAGK,uBAAA,SAAgC,WAAA,CAAY,kBAAA;;;;;;cAoErC,kBAAA,EAAkB,uBAAA;AAAA,cAEzB,kBAAA,SAA2B,WAAA,CAAY,aAAA;;;;;;cA6DhC,aAAA,EAAa,kBAAA;AAAA,cAEpB,qBAAA,SAA8B,WAAA,CAAY,gBAAA;;;;;;cA6BnC,gBAAA,EAAgB,qBAAA;AAAA,cAEvB,6BAAA,SAAsC,WAAA,CAAY,wBAAA;;;;;;cA8B3C,wBAAA,EAAwB,6BAAA"}
@@ -5,7 +5,6 @@ import { SystemState } from "./system_state.mjs";
5
5
  import { MessageType } from "@protobuf-ts/runtime";
6
6
 
7
7
  //#region src/grpc/proto/haneul/rpc/v2/epoch.d.ts
8
-
9
8
  /**
10
9
  * @generated from protobuf message haneul.rpc.v2.Epoch
11
10
  */
@@ -1 +1 @@
1
- {"version":3,"file":"epoch.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/epoch.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AAmBA;AAUa,UAVI,KAAA,CAUJ;EAQE;;;EA0BG,KAAA,CAAA,EAAA,MAAA;EAAc;AAC/B;AAgDD;;;cAnFa;;;;;;;;gBAQE;;;;;;;;;;;;UAYN;;;;QAIF;;;;;;;;;;mBAUW;;cAGZ,UAAA,SAAmB,YAAY;;;;;;cA8CxB,OAAK"}
1
+ {"version":3,"file":"epoch.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/epoch.ts"],"mappings":";;;;;;;;;AAmBA;UAAiB,KAAA;;;;EAIhB,KAAA;EA8BM;;;;;EAxBN,SAAA,GAAY,kBAAA;EAAA;;;;;;;EAQZ,WAAA,GAAc,WAAA;EAgBR;;;EAZN,eAAA;EAsB+B;;AAC/B;EAnBA,cAAA;;;;EAIA,KAAA,GAAQ,SAAA;;;;EAIR,GAAA,GAAM,SAAA;EA2D8B;;;;;EArDpC,iBAAA;;;;EAIA,cAAA,GAAiB,cAAA;AAAA;AAAA,cAGZ,UAAA,SAAmB,WAAA,CAAY,KAAA;;;;;;cA8CxB,KAAA,EAAK,UAAA"}
@@ -14,7 +14,7 @@ declare enum ErrorReason {
14
14
  /**
15
15
  * @generated from protobuf enum value: FIELD_MISSING = 2;
16
16
  */
17
- FIELD_MISSING = 2,
17
+ FIELD_MISSING = 2
18
18
  }
19
19
  //#endregion
20
20
  export { ErrorReason };
@@ -1 +1 @@
1
- {"version":3,"file":"error_reason.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/error_reason.ts"],"sourcesContent":[],"mappings":";;AAcA;;aAAY,WAAA"}
1
+ {"version":3,"file":"error_reason.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/error_reason.ts"],"mappings":";;AAcA;;aAAY,WAAA;EAAW;;;EAItB,oBAAA;EAQa;;;EAJb,aAAA;;;;EAIA,aAAA;AAAA"}
@@ -3,7 +3,6 @@ import { Bcs } from "./bcs.mjs";
3
3
  import { MessageType } from "@protobuf-ts/runtime";
4
4
 
5
5
  //#region src/grpc/proto/haneul/rpc/v2/event.d.ts
6
-
7
6
  /**
8
7
  * Events emitted during the successful execution of a transaction.
9
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"event.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/event.ts"],"sourcesContent":[],"mappings":";;;;;;;;AAmBA;AAyBA;AAuCC;AAcY,UA9EI,iBAAA,CA8E4C;EAEvD;AAeN;;;;QAzFO;;;;;;;;;;;;UAYE;;;;;;;UAOQ,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAgCL;;;;;;SAMJ;;cAGF,sBAAA,SAA+B,YAAY;;;;;;cAYpC,mBAAiB;cAExB,UAAA,SAAmB,YAAY;;;;;;cAexB,OAAK"}
1
+ {"version":3,"file":"event.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/event.ts"],"mappings":";;;;;;;AAmBA;;;UAAiB,iBAAA;EAMhB;;;;;EAAA,GAAA,GAAM,GAAA;EAYO;AAOd;;;;EAbC,MAAA;EA2BA;;;;;EArBA,MAAA,EAAQ,KAAA;AAAA;;;AA8CR;;;UAvCgB,KAAA;EAyCoB;;;;;AAYrC;EA9CC,SAAA;;;;AA8C6D;;;EAvC7D,MAAA;EAyCwB;;;;;EAnCxB,MAAA;EAkDoC;;;;;EA5CpC,SAAA;;;;;;EAMA,QAAA,GAAW,GAAA;;;;;;EAMX,IAAA,GAAO,KAAA;AAAA;AAAA,cAGF,sBAAA,SAA+B,WAAA,CAAY,iBAAA;;;;;;cAYpC,iBAAA,EAAiB,sBAAA;AAAA,cAExB,UAAA,SAAmB,WAAA,CAAY,KAAA;;;;;;cAexB,KAAA,EAAK,UAAA"}
@@ -8,7 +8,6 @@ import { Transaction } from "./transaction.mjs";
8
8
  import { MessageType } from "@protobuf-ts/runtime";
9
9
 
10
10
  //#region src/grpc/proto/haneul/rpc/v2/executed_transaction.d.ts
11
-
12
11
  /**
13
12
  * @generated from protobuf message haneul.rpc.v2.ExecutedTransaction
14
13
  */
@@ -1 +1 @@
1
- {"version":3,"file":"executed_transaction.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/executed_transaction.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;AAsBA;AAYe,UAZE,mBAAA,CAYF;EAOF;;;;;EAwCF,MAAA,CAAA,EAAA,MAAA;EAAS;AACnB;AAuCD;;;gBAvFe;;;;;;;cAOF;;;;;;YAMF;;;;;;;;;;;WAWD;;;;;;;;;;;;cAYG;;;;kBAII;;;;;;;YAON;;cAGL,wBAAA,SAAiC,YAAY;;;;;;cAqCtC,qBAAmB"}
1
+ {"version":3,"file":"executed_transaction.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/executed_transaction.ts"],"mappings":";;;;;;;;;;;;AAsBA;UAAiB,mBAAA;;;;;;EAMhB,MAAA;EA8CgB;;;;;EAxChB,WAAA,GAAc,WAAA;EAAA;;;;;;EAOd,UAAA,EAAY,aAAA;EAuBZ;;;;;EAjBA,OAAA,GAAU,kBAAA;EAkCA;;;AACV;;;;;;;EAxBA,MAAA,GAAS,iBAAA;;AA+DV;;;;EAzDC,UAAA;;;;;;EAMA,SAAA,GAAY,SAAA;;;;EAIZ,cAAA,EAAgB,aAAA;;;;;;;EAOhB,OAAA,GAAU,SAAA;AAAA;AAAA,cAGL,wBAAA,SAAiC,WAAA,CAAY,mBAAA;;;;;;cAqCtC,mBAAA,EAAmB,wBAAA"}
@@ -1,7 +1,6 @@
1
1
  import { MessageType } from "@protobuf-ts/runtime";
2
2
 
3
3
  //#region src/grpc/proto/haneul/rpc/v2/execution_status.d.ts
4
-
5
4
  /**
6
5
  * The status of an executed transaction.
7
6
  *
@@ -178,9 +177,9 @@ declare enum ExecutionError_ExecutionErrorKind {
178
177
  /**
179
178
  * Haneul Move bytecode verification error.
180
179
  *
181
- * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_ERROR = 11;
180
+ * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_ERROR = 11;
182
181
  */
183
- SUI_MOVE_VERIFICATION_ERROR = 11,
182
+ HANEUL_MOVE_VERIFICATION_ERROR = 11,
184
183
  /**
185
184
  * Error from a non-abort instruction.
186
185
  * Possible causes:
@@ -307,9 +306,9 @@ declare enum ExecutionError_ExecutionErrorKind {
307
306
  /**
308
307
  * Haneul Move bytecode verification timed out.
309
308
  *
310
- * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_TIMEDOUT = 31;
309
+ * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_TIMEDOUT = 31;
311
310
  */
312
- SUI_MOVE_VERIFICATION_TIMEDOUT = 31,
311
+ HANEUL_MOVE_VERIFICATION_TIMEDOUT = 31,
313
312
  /**
314
313
  * The requested consensus object operation is not allowed.
315
314
  *
@@ -379,7 +378,7 @@ declare enum ExecutionError_ExecutionErrorKind {
379
378
  *
380
379
  * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42;
381
380
  */
382
- NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42,
381
+ NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42
383
382
  }
384
383
  /**
385
384
  * @generated from protobuf message haneul.rpc.v2.MoveAbort
@@ -705,7 +704,7 @@ declare enum CommandArgumentError_CommandArgumentErrorKind {
705
704
  *
706
705
  * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;
707
706
  */
708
- INVALID_REFERENCE_ARGUMENT = 19,
707
+ INVALID_REFERENCE_ARGUMENT = 19
709
708
  }
710
709
  /**
711
710
  * An error with upgrading a package.
@@ -785,7 +784,7 @@ declare enum PackageUpgradeError_PackageUpgradeErrorKind {
785
784
  *
786
785
  * @generated from protobuf enum value: PACKAGE_ID_DOES_NOT_MATCH = 6;
787
786
  */
788
- PACKAGE_ID_DOES_NOT_MATCH = 6,
787
+ PACKAGE_ID_DOES_NOT_MATCH = 6
789
788
  }
790
789
  /**
791
790
  * Type argument error.
@@ -823,7 +822,7 @@ declare enum TypeArgumentError_TypeArgumentErrorKind {
823
822
  *
824
823
  * @generated from protobuf enum value: CONSTRAINT_NOT_SATISFIED = 2;
825
824
  */
826
- CONSTRAINT_NOT_SATISFIED = 2,
825
+ CONSTRAINT_NOT_SATISFIED = 2
827
826
  }
828
827
  declare class ExecutionStatus$Type extends MessageType<ExecutionStatus> {
829
828
  constructor();
@@ -1 +1 @@
1
- {"version":3,"file":"execution_status.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/execution_status.ts"],"sourcesContent":[],"mappings":";;;;;;AAiBA;AAmBA;;AA0BW,UA7CM,eAAA,CA6CN;EAOI;;;;;EA0CQ,OAAA,CAAA,EAAA,OAAA;EASD;;AAStB;AAmRA;AAuBA;EAmCiB,KAAA,CAAA,EAjbR,cAibmB;AA4C5B;AAiBA;AAiBA;AAmBA;AAWA;AAmBA;AAkJiB,UA3rBA,cAAA,CA2rBmB;EAiCxB;AA+CZ;AAeA;AAiBC;AAaD;EAEM,WAAA,CAAA,EAAA,MAAA;EAyEO;AAA2C;AAqBxD;AAA8C;AAgB9C;EAEM,OAAA,CAAA,EAAA,MAAA;EA6BO;AAAqC;AA2BlD;EAEM,IAAA,CAAA,EAp9BE,iCAo9BkC;EAW7B;AAAmC;AAahD;EAEM,YAAA,EAAA;IAgBO,SAAA,EAAA,OAA8C;IAErD;AAqBN;AAAoE;IAyBvD,KAAA,EApiCF,SAoiCE;EAEP,CAAA,GAAA;IAoBO,SAAA,EAAA,WAAgD;;;;eAnjC9C;;;;;;0BAOW;;;;;;uBAOH;;;;;;yBAOE;;;;;;gBAOT;;;;;;;;;;;;uBAcO;;;;;;;;sBASD;;;;;;;;aASV,iCAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmRK,SAAA;;;;;;;;;;aAUL;;;;;;gBAMG;;;;;;;UAOE,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAmCA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAiCR;;;;;;;;;;UAWQ,SAAA;;;;;;;;;;;;;;;;;UAiBA,UAAA;;;;;;;;;;;;;;;;;UAiBA,iBAAA;;;;;;;;;;;;;;;;;;;UAmBA,gBAAA;;;;;;;;;;;UAWA,oBAAA;;;;;;;;;;SAUT;;;;eAIM;;;;;aAKF,6CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAkJK,mBAAA;;;;SAIT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BI,2CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA+CK,iBAAA;;;;;;;;;;SAUT;;;;;aAKI,uCAAA;;;;;;;;;;;;;;;;;;cAmBN,oBAAA,SAA6B,YAAY;;;;;;cAWlC,iBAAe;cAEtB,mBAAA,SAA4B,YAAY;;;;;;cAyEjC,gBAAc;cAErB,cAAA,SAAuB,YAAY;;;;;;cAmB5B,WAAS;cAEhB,iBAAA,SAA0B,YAAY;;;;;;cAc/B,cAAY;cAEnB,gBAAA,SAAyB,YAAY;;;;;;cA6B9B,aAAW;cAElB,cAAA,SAAuB,YAAY;;;;;;cAyB5B,WAAS;cAEhB,eAAA,SAAwB,YAAY;;;;;;cAW7B,YAAU;cAEjB,sBAAA,SAA+B,YAAY;;;;;;cAWpC,mBAAiB;cAExB,qBAAA,SAA8B,YAAY;;;;;;cAgBnC,kBAAgB;cAEvB,yBAAA,SAAkC,YAAY;;;;;;cAqBvC,sBAAoB;cAE3B,wBAAA,SAAiC,YAAY;;;;;;cAuBtC,qBAAmB;cAE1B,sBAAA,SAA+B,YAAY;;;;;;cAoBpC,mBAAiB"}
1
+ {"version":3,"file":"execution_status.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/execution_status.ts"],"mappings":"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"}
@@ -73,9 +73,9 @@ let ExecutionError_ExecutionErrorKind = /* @__PURE__ */ function(ExecutionError_
73
73
  /**
74
74
  * Haneul Move bytecode verification error.
75
75
  *
76
- * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_ERROR = 11;
76
+ * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_ERROR = 11;
77
77
  */
78
- ExecutionError_ExecutionErrorKind$1[ExecutionError_ExecutionErrorKind$1["SUI_MOVE_VERIFICATION_ERROR"] = 11] = "SUI_MOVE_VERIFICATION_ERROR";
78
+ ExecutionError_ExecutionErrorKind$1[ExecutionError_ExecutionErrorKind$1["HANEUL_MOVE_VERIFICATION_ERROR"] = 11] = "HANEUL_MOVE_VERIFICATION_ERROR";
79
79
  /**
80
80
  * Error from a non-abort instruction.
81
81
  * Possible causes:
@@ -202,9 +202,9 @@ let ExecutionError_ExecutionErrorKind = /* @__PURE__ */ function(ExecutionError_
202
202
  /**
203
203
  * Haneul Move bytecode verification timed out.
204
204
  *
205
- * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_TIMEDOUT = 31;
205
+ * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_TIMEDOUT = 31;
206
206
  */
207
- ExecutionError_ExecutionErrorKind$1[ExecutionError_ExecutionErrorKind$1["SUI_MOVE_VERIFICATION_TIMEDOUT"] = 31] = "SUI_MOVE_VERIFICATION_TIMEDOUT";
207
+ ExecutionError_ExecutionErrorKind$1[ExecutionError_ExecutionErrorKind$1["HANEUL_MOVE_VERIFICATION_TIMEDOUT"] = 31] = "HANEUL_MOVE_VERIFICATION_TIMEDOUT";
208
208
  /**
209
209
  * The requested consensus object operation is not allowed.
210
210
  *
@@ -1 +1 @@
1
- {"version":3,"file":"execution_status.mjs","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/execution_status.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"haneul/rpc/v2/execution_status.proto\" (package \"haneul.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\n/**\n * The status of an executed transaction.\n *\n * @generated from protobuf message haneul.rpc.v2.ExecutionStatus\n */\nexport interface ExecutionStatus {\n\t/**\n\t * Indicates if the transaction was successful or not.\n\t *\n\t * @generated from protobuf field: optional bool success = 1;\n\t */\n\tsuccess?: boolean;\n\t/**\n\t * The error if `success` is false.\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.ExecutionError error = 2;\n\t */\n\terror?: ExecutionError;\n}\n/**\n * An error that can occur during the execution of a transaction.\n *\n * @generated from protobuf message haneul.rpc.v2.ExecutionError\n */\nexport interface ExecutionError {\n\t/**\n\t * A human readable description of the error\n\t *\n\t * @generated from protobuf field: optional string description = 1;\n\t */\n\tdescription?: string;\n\t/**\n\t * The command, if any, during which the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint64 command = 2;\n\t */\n\tcommand?: bigint;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.ExecutionError.ExecutionErrorKind kind = 3;\n\t */\n\tkind?: ExecutionError_ExecutionErrorKind;\n\t/**\n\t * @generated from protobuf oneof: error_details\n\t */\n\terrorDetails:\n\t\t| {\n\t\t\t\toneofKind: 'abort';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.MoveAbort abort = 4;\n\t\t\t\t */\n\t\t\t\tabort: MoveAbort;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'sizeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.SizeError size_error = 5;\n\t\t\t\t */\n\t\t\t\tsizeError: SizeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'commandArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CommandArgumentError command_argument_error = 6;\n\t\t\t\t */\n\t\t\t\tcommandArgumentError: CommandArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'typeArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.TypeArgumentError type_argument_error = 7;\n\t\t\t\t */\n\t\t\t\ttypeArgumentError: TypeArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'packageUpgradeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.PackageUpgradeError package_upgrade_error = 8;\n\t\t\t\t */\n\t\t\t\tpackageUpgradeError: PackageUpgradeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'indexError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.IndexError index_error = 9;\n\t\t\t\t */\n\t\t\t\tindexError: IndexError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'objectId';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string object_id = 10;\n\t\t\t\t */\n\t\t\t\tobjectId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'coinDenyListError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CoinDenyListError coin_deny_list_error = 11;\n\t\t\t\t */\n\t\t\t\tcoinDenyListError: CoinDenyListError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'congestedObjects';\n\t\t\t\t/**\n\t\t\t\t * Set of objects that were congested, leading to the transaction's cancellation.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CongestedObjects congested_objects = 12;\n\t\t\t\t */\n\t\t\t\tcongestedObjects: CongestedObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.ExecutionError.ExecutionErrorKind\n */\nexport enum ExecutionError_ExecutionErrorKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Insufficient gas.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_GAS = 1;\n\t */\n\tINSUFFICIENT_GAS = 1,\n\t/**\n\t * Invalid `Gas` object.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_OBJECT = 2;\n\t */\n\tINVALID_GAS_OBJECT = 2,\n\t/**\n\t * Invariant violation.\n\t *\n\t * @generated from protobuf enum value: INVARIANT_VIOLATION = 3;\n\t */\n\tINVARIANT_VIOLATION = 3,\n\t/**\n\t * Attempted to use feature that is not supported yet.\n\t *\n\t * @generated from protobuf enum value: FEATURE_NOT_YET_SUPPORTED = 4;\n\t */\n\tFEATURE_NOT_YET_SUPPORTED = 4,\n\t/**\n\t * Move object is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: OBJECT_TOO_BIG = 5;\n\t */\n\tOBJECT_TOO_BIG = 5,\n\t/**\n\t * Package is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_TOO_BIG = 6;\n\t */\n\tPACKAGE_TOO_BIG = 6,\n\t/**\n\t * Circular object ownership.\n\t *\n\t * @generated from protobuf enum value: CIRCULAR_OBJECT_OWNERSHIP = 7;\n\t */\n\tCIRCULAR_OBJECT_OWNERSHIP = 7,\n\t/**\n\t * Insufficient coin balance for requested operation.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_COIN_BALANCE = 8;\n\t */\n\tINSUFFICIENT_COIN_BALANCE = 8,\n\t/**\n\t * Coin balance overflowed an u64.\n\t *\n\t * @generated from protobuf enum value: COIN_BALANCE_OVERFLOW = 9;\n\t */\n\tCOIN_BALANCE_OVERFLOW = 9,\n\t/**\n\t * Publish error, non-zero address.\n\t * The modules in the package must have their self-addresses set to zero.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_ERROR_NON_ZERO_ADDRESS = 10;\n\t */\n\tPUBLISH_ERROR_NON_ZERO_ADDRESS = 10,\n\t/**\n\t * Haneul Move bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_ERROR = 11;\n\t */\n\tSUI_MOVE_VERIFICATION_ERROR = 11,\n\t/**\n\t * Error from a non-abort instruction.\n\t * Possible causes:\n\t * Arithmetic error, stack overflow, max value depth, or similar.\n\t *\n\t * @generated from protobuf enum value: MOVE_PRIMITIVE_RUNTIME_ERROR = 12;\n\t */\n\tMOVE_PRIMITIVE_RUNTIME_ERROR = 12,\n\t/**\n\t * Move runtime abort.\n\t *\n\t * @generated from protobuf enum value: MOVE_ABORT = 13;\n\t */\n\tMOVE_ABORT = 13,\n\t/**\n\t * Bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: VM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14;\n\t */\n\tVM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14,\n\t/**\n\t * MoveVm invariant violation.\n\t *\n\t * @generated from protobuf enum value: VM_INVARIANT_VIOLATION = 15;\n\t */\n\tVM_INVARIANT_VIOLATION = 15,\n\t/**\n\t * Function not found.\n\t *\n\t * @generated from protobuf enum value: FUNCTION_NOT_FOUND = 16;\n\t */\n\tFUNCTION_NOT_FOUND = 16,\n\t/**\n\t * Parity mismatch for Move function.\n\t * The number of arguments does not match the number of parameters.\n\t *\n\t * @generated from protobuf enum value: ARITY_MISMATCH = 17;\n\t */\n\tARITY_MISMATCH = 17,\n\t/**\n\t * Type parity mismatch for Move function.\n\t * Mismatch between the number of actual versus expected type arguments.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARITY_MISMATCH = 18;\n\t */\n\tTYPE_ARITY_MISMATCH = 18,\n\t/**\n\t * Non-entry function invoked. Move Call must start with an entry function.\n\t *\n\t * @generated from protobuf enum value: NON_ENTRY_FUNCTION_INVOKED = 19;\n\t */\n\tNON_ENTRY_FUNCTION_INVOKED = 19,\n\t/**\n\t * Invalid command argument.\n\t *\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR = 20;\n\t */\n\tCOMMAND_ARGUMENT_ERROR = 20,\n\t/**\n\t * Type argument error.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR = 21;\n\t */\n\tTYPE_ARGUMENT_ERROR = 21,\n\t/**\n\t * Unused result without the drop ability.\n\t *\n\t * @generated from protobuf enum value: UNUSED_VALUE_WITHOUT_DROP = 22;\n\t */\n\tUNUSED_VALUE_WITHOUT_DROP = 22,\n\t/**\n\t * Invalid public Move function signature.\n\t * Unsupported return type for return value.\n\t *\n\t * @generated from protobuf enum value: INVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23;\n\t */\n\tINVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23,\n\t/**\n\t * Invalid transfer object, object does not have public transfer.\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 24;\n\t */\n\tINVALID_TRANSFER_OBJECT = 24,\n\t/**\n\t * Effects from the transaction are too large.\n\t *\n\t * @generated from protobuf enum value: EFFECTS_TOO_LARGE = 25;\n\t */\n\tEFFECTS_TOO_LARGE = 25,\n\t/**\n\t * Publish or Upgrade is missing dependency.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_MISSING_DEPENDENCY = 26;\n\t */\n\tPUBLISH_UPGRADE_MISSING_DEPENDENCY = 26,\n\t/**\n\t * Publish or upgrade dependency downgrade.\n\t *\n\t * Indirect (transitive) dependency of published or upgraded package has been assigned an\n\t * on-chain version that is less than the version required by one of the package's\n\t * transitive dependencies.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27;\n\t */\n\tPUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27,\n\t/**\n\t * Invalid package upgrade.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR = 28;\n\t */\n\tPACKAGE_UPGRADE_ERROR = 28,\n\t/**\n\t * Indicates the transaction tried to write objects too large to storage.\n\t *\n\t * @generated from protobuf enum value: WRITTEN_OBJECTS_TOO_LARGE = 29;\n\t */\n\tWRITTEN_OBJECTS_TOO_LARGE = 29,\n\t/**\n\t * Certificate is on the deny list.\n\t *\n\t * @generated from protobuf enum value: CERTIFICATE_DENIED = 30;\n\t */\n\tCERTIFICATE_DENIED = 30,\n\t/**\n\t * Haneul Move bytecode verification timed out.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_TIMEDOUT = 31;\n\t */\n\tSUI_MOVE_VERIFICATION_TIMEDOUT = 31,\n\t/**\n\t * The requested consensus object operation is not allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32,\n\t/**\n\t * Requested consensus object has been deleted.\n\t *\n\t * @generated from protobuf enum value: INPUT_OBJECT_DELETED = 33;\n\t */\n\tINPUT_OBJECT_DELETED = 33,\n\t/**\n\t * Certificate is canceled due to congestion on consensus objects.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34,\n\t/**\n\t * Address is denied for this coin type.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_DENIED_FOR_COIN = 35;\n\t */\n\tADDRESS_DENIED_FOR_COIN = 35,\n\t/**\n\t * Coin type is globally paused for use.\n\t *\n\t * @generated from protobuf enum value: COIN_TYPE_GLOBAL_PAUSE = 36;\n\t */\n\tCOIN_TYPE_GLOBAL_PAUSE = 36,\n\t/**\n\t * Certificate is canceled because randomness could not be generated this epoch.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37,\n\t/**\n\t * Move vector element (passed to MakeMoveVec) with size {value_size} is larger \\\n\t * than the maximum size {max_scaled_size}. Note that this maximum is scaled based on the \\\n\t * type of the vector element.\n\t *\n\t * @generated from protobuf enum value: MOVE_VECTOR_ELEM_TOO_BIG = 38;\n\t */\n\tMOVE_VECTOR_ELEM_TOO_BIG = 38,\n\t/**\n\t * Move value (possibly an upgrade ticket or a dev-inspect value) with size {value_size} \\\n\t * is larger than the maximum size {max_scaled_size}. Note that this maximum is scaled based \\\n\t * on the type of the value.\n\t *\n\t * @generated from protobuf enum value: MOVE_RAW_VALUE_TOO_BIG = 39;\n\t */\n\tMOVE_RAW_VALUE_TOO_BIG = 39,\n\t/**\n\t * A valid linkage was unable to be determined for the transaction or one of its commands.\n\t *\n\t * @generated from protobuf enum value: INVALID_LINKAGE = 40;\n\t */\n\tINVALID_LINKAGE = 40,\n\t/**\n\t * Insufficient funds for transaction withdrawal\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_FUNDS_FOR_WITHDRAW = 41;\n\t */\n\tINSUFFICIENT_FUNDS_FOR_WITHDRAW = 41,\n\t/**\n\t * An input object with non-exclusive write mutability was modified\n\t *\n\t * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42;\n\t */\n\tNON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42,\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.MoveAbort\n */\nexport interface MoveAbort {\n\t/**\n\t * @generated from protobuf field: optional uint64 abort_code = 1;\n\t */\n\tabortCode?: bigint;\n\t/**\n\t * Location in Move where the error occurred.\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.MoveLocation location = 2;\n\t */\n\tlocation?: MoveLocation;\n\t/**\n\t * Extra error information if abort code is a \"Clever Error\"\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.CleverError clever_error = 3;\n\t */\n\tcleverError?: CleverError;\n}\n/**\n * Location in Move bytecode where an error occurred.\n *\n * @generated from protobuf message haneul.rpc.v2.MoveLocation\n */\nexport interface MoveLocation {\n\t/**\n\t * The package ID.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The module name.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function index.\n\t *\n\t * @generated from protobuf field: optional uint32 function = 3;\n\t */\n\tfunction?: number;\n\t/**\n\t * Offset of the instruction where the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint32 instruction = 4;\n\t */\n\tinstruction?: number;\n\t/**\n\t * The name of the function, if available.\n\t *\n\t * @generated from protobuf field: optional string function_name = 5;\n\t */\n\tfunctionName?: string;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.CleverError\n */\nexport interface CleverError {\n\t/**\n\t * @generated from protobuf field: optional uint64 error_code = 1;\n\t */\n\terrorCode?: bigint;\n\t/**\n\t * @generated from protobuf field: optional uint64 line_number = 2;\n\t */\n\tlineNumber?: bigint;\n\t/**\n\t * @generated from protobuf field: optional string constant_name = 3;\n\t */\n\tconstantName?: string;\n\t/**\n\t * @generated from protobuf field: optional string constant_type = 4;\n\t */\n\tconstantType?: string;\n\t/**\n\t * @generated from protobuf oneof: value\n\t */\n\tvalue:\n\t\t| {\n\t\t\t\toneofKind: 'rendered';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string rendered = 5;\n\t\t\t\t */\n\t\t\t\trendered: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'raw';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: bytes raw = 6;\n\t\t\t\t */\n\t\t\t\traw: Uint8Array;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * A size error.\n *\n * @generated from protobuf message haneul.rpc.v2.SizeError\n */\nexport interface SizeError {\n\t/**\n\t * The offending size.\n\t *\n\t * @generated from protobuf field: optional uint64 size = 1;\n\t */\n\tsize?: bigint;\n\t/**\n\t * The maximum allowable size.\n\t *\n\t * @generated from protobuf field: optional uint64 max_size = 2;\n\t */\n\tmaxSize?: bigint;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.IndexError\n */\nexport interface IndexError {\n\t/**\n\t * Index of an input or result.\n\t *\n\t * @generated from protobuf field: optional uint32 index = 1;\n\t */\n\tindex?: number;\n\t/**\n\t * Index of a subresult.\n\t *\n\t * @generated from protobuf field: optional uint32 subresult = 2;\n\t */\n\tsubresult?: number;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.CoinDenyListError\n */\nexport interface CoinDenyListError {\n\t/**\n\t * Denied address.\n\t *\n\t * @generated from protobuf field: optional string address = 1;\n\t */\n\taddress?: string;\n\t/**\n\t * Coin type.\n\t *\n\t * @generated from protobuf field: optional string coin_type = 2;\n\t */\n\tcoinType?: string;\n}\n/**\n * Set of objects that were congested, leading to the transaction's cancellation.\n *\n * @generated from protobuf message haneul.rpc.v2.CongestedObjects\n */\nexport interface CongestedObjects {\n\t/**\n\t * @generated from protobuf field: repeated string objects = 1;\n\t */\n\tobjects: string[];\n}\n/**\n * An error with an argument to a command.\n *\n * @generated from protobuf message haneul.rpc.v2.CommandArgumentError\n */\nexport interface CommandArgumentError {\n\t/**\n\t * Position of the problematic argument.\n\t *\n\t * @generated from protobuf field: optional uint32 argument = 1;\n\t */\n\targument?: number;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind kind = 2;\n\t */\n\tkind?: CommandArgumentError_CommandArgumentErrorKind;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.IndexError index_error = 3;\n\t */\n\tindexError?: IndexError;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind\n */\nexport enum CommandArgumentError_CommandArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tCOMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * The type of the value does not match the expected type.\n\t *\n\t * @generated from protobuf enum value: TYPE_MISMATCH = 1;\n\t */\n\tTYPE_MISMATCH = 1,\n\t/**\n\t * The argument cannot be deserialized into a value of the specified type.\n\t *\n\t * @generated from protobuf enum value: INVALID_BCS_BYTES = 2;\n\t */\n\tINVALID_BCS_BYTES = 2,\n\t/**\n\t * The argument cannot be instantiated from raw bytes.\n\t *\n\t * @generated from protobuf enum value: INVALID_USAGE_OF_PURE_ARGUMENT = 3;\n\t */\n\tINVALID_USAGE_OF_PURE_ARGUMENT = 3,\n\t/**\n\t * Invalid argument to private entry function.\n\t * Private entry functions cannot take arguments from other Move functions.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4;\n\t */\n\tINVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4,\n\t/**\n\t * Out of bounds access to input or results.\n\t *\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INDEX_OUT_OF_BOUNDS = 5;\n\t */\n\tINDEX_OUT_OF_BOUNDS = 5,\n\t/**\n\t * Out of bounds access to subresult.\n\t *\n\t * `index` and `subresult` fields will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: SECONDARY_INDEX_OUT_OF_BOUNDS = 6;\n\t */\n\tSECONDARY_INDEX_OUT_OF_BOUNDS = 6,\n\t/**\n\t * Invalid usage of result.\n\t * Expected a single result but found either no return value or multiple.\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INVALID_RESULT_ARITY = 7;\n\t */\n\tINVALID_RESULT_ARITY = 7,\n\t/**\n\t * Invalid usage of gas coin.\n\t * The gas coin can only be used by-value with a `TransferObject` command.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_COIN_USAGE = 8;\n\t */\n\tINVALID_GAS_COIN_USAGE = 8,\n\t/**\n\t * Invalid usage of Move value.\n\t * - Mutably borrowed values require unique usage.\n\t * - Immutably borrowed values cannot be taken or borrowed mutably.\n\t * - Taken values cannot be used again.\n\t *\n\t * @generated from protobuf enum value: INVALID_VALUE_USAGE = 9;\n\t */\n\tINVALID_VALUE_USAGE = 9,\n\t/**\n\t * Immutable objects cannot be passed by-value.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_VALUE = 10;\n\t */\n\tINVALID_OBJECT_BY_VALUE = 10,\n\t/**\n\t * Immutable objects cannot be passed by mutable reference, `&mut`.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_MUT_REF = 11;\n\t */\n\tINVALID_OBJECT_BY_MUT_REF = 11,\n\t/**\n\t * Consensus object operations such as wrapping, freezing, or converting to owned are not\n\t * allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12,\n\t/**\n\t * Invalid argument arity. Expected a single argument but found a result that expanded to\n\t * multiple arguments.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_ARITY = 13;\n\t */\n\tINVALID_ARGUMENT_ARITY = 13,\n\t/**\n\t * Object passed to TransferObject does not have public transfer, i.e. the `store` ability\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 14;\n\t */\n\tINVALID_TRANSFER_OBJECT = 14,\n\t/**\n\t * First argument to MakeMoveVec is not an object. If no type is specified for MakeMoveVec,\n\t * all arguments must be the same object type.\n\t *\n\t * @generated from protobuf enum value: INVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15;\n\t */\n\tINVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15,\n\t/**\n\t * Specified argument location does not have a value and cannot be used\n\t *\n\t * @generated from protobuf enum value: ARGUMENT_WITHOUT_VALUE = 16;\n\t */\n\tARGUMENT_WITHOUT_VALUE = 16,\n\t/**\n\t * Cannot move a borrowed value. The value's type does resulted in this argument usage being\n\t * inferred as a move. This is likely due to the type not having the `copy` ability; although\n\t * in rare cases, it could also be this is the last usage of a value without the `drop`\n\t * ability.\n\t *\n\t * @generated from protobuf enum value: CANNOT_MOVE_BORROWED_VALUE = 17;\n\t */\n\tCANNOT_MOVE_BORROWED_VALUE = 17,\n\t/**\n\t * Cannot write to an argument location that is still borrowed, and where that borrow is an\n\t * extension of that reference. This is likely due to this argument being used in a Move call\n\t * that returns a reference, and that reference is used in a later command.\n\t *\n\t * @generated from protobuf enum value: CANNOT_WRITE_TO_EXTENDED_REFERENCE = 18;\n\t */\n\tCANNOT_WRITE_TO_EXTENDED_REFERENCE = 18,\n\t/**\n\t * The argument specified cannot be used as a reference argument in the Move call. Either the\n\t * argument is a mutable reference and it conflicts with another argument to the call, or the\n\t * argument is mutable and another reference extends it and will be used in a later command.\n\t *\n\t * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;\n\t */\n\tINVALID_REFERENCE_ARGUMENT = 19,\n}\n/**\n * An error with upgrading a package.\n *\n * @generated from protobuf message haneul.rpc.v2.PackageUpgradeError\n */\nexport interface PackageUpgradeError {\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind kind = 1;\n\t */\n\tkind?: PackageUpgradeError_PackageUpgradeErrorKind;\n\t/**\n\t * The Package Id.\n\t *\n\t * @generated from protobuf field: optional string package_id = 2;\n\t */\n\tpackageId?: string;\n\t/**\n\t * A digest.\n\t *\n\t * @generated from protobuf field: optional string digest = 3;\n\t */\n\tdigest?: string;\n\t/**\n\t * The policy.\n\t *\n\t * @generated from protobuf field: optional uint32 policy = 4;\n\t */\n\tpolicy?: number;\n\t/**\n\t * The ticket Id.\n\t *\n\t * @generated from protobuf field: optional string ticket_id = 5;\n\t */\n\tticketId?: string;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind\n */\nexport enum PackageUpgradeError_PackageUpgradeErrorKind {\n\t/**\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tPACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Unable to fetch package.\n\t *\n\t * @generated from protobuf enum value: UNABLE_TO_FETCH_PACKAGE = 1;\n\t */\n\tUNABLE_TO_FETCH_PACKAGE = 1,\n\t/**\n\t * Object is not a package.\n\t *\n\t * @generated from protobuf enum value: NOT_A_PACKAGE = 2;\n\t */\n\tNOT_A_PACKAGE = 2,\n\t/**\n\t * Package upgrade is incompatible with previous version.\n\t *\n\t * @generated from protobuf enum value: INCOMPATIBLE_UPGRADE = 3;\n\t */\n\tINCOMPATIBLE_UPGRADE = 3,\n\t/**\n\t * Digest in upgrade ticket and computed digest differ.\n\t *\n\t * @generated from protobuf enum value: DIGEST_DOES_NOT_MATCH = 4;\n\t */\n\tDIGEST_DOES_NOT_MATCH = 4,\n\t/**\n\t * Upgrade policy is not valid.\n\t *\n\t * @generated from protobuf enum value: UNKNOWN_UPGRADE_POLICY = 5;\n\t */\n\tUNKNOWN_UPGRADE_POLICY = 5,\n\t/**\n\t * Package ID does not match `PackageId` in upgrade ticket.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_ID_DOES_NOT_MATCH = 6;\n\t */\n\tPACKAGE_ID_DOES_NOT_MATCH = 6,\n}\n/**\n * Type argument error.\n *\n * @generated from protobuf message haneul.rpc.v2.TypeArgumentError\n */\nexport interface TypeArgumentError {\n\t/**\n\t * Index of the problematic type argument.\n\t *\n\t * @generated from protobuf field: optional uint32 type_argument = 1;\n\t */\n\ttypeArgument?: number;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind kind = 2;\n\t */\n\tkind?: TypeArgumentError_TypeArgumentErrorKind;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind\n */\nexport enum TypeArgumentError_TypeArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tTYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * A type was not found in the module specified.\n\t *\n\t * @generated from protobuf enum value: TYPE_NOT_FOUND = 1;\n\t */\n\tTYPE_NOT_FOUND = 1,\n\t/**\n\t * A type provided did not match the specified constraint.\n\t *\n\t * @generated from protobuf enum value: CONSTRAINT_NOT_SATISFIED = 2;\n\t */\n\tCONSTRAINT_NOT_SATISFIED = 2,\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionStatus$Type extends MessageType<ExecutionStatus> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.ExecutionStatus', [\n\t\t\t{ no: 1, name: 'success', kind: 'scalar', opt: true, T: 8 /*ScalarType.BOOL*/ },\n\t\t\t{ no: 2, name: 'error', kind: 'message', T: () => ExecutionError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.ExecutionStatus\n */\nexport const ExecutionStatus = new ExecutionStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionError$Type extends MessageType<ExecutionError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.ExecutionError', [\n\t\t\t{ no: 1, name: 'description', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'command',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.ExecutionError.ExecutionErrorKind',\n\t\t\t\t\tExecutionError_ExecutionErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 4, name: 'abort', kind: 'message', oneof: 'errorDetails', T: () => MoveAbort },\n\t\t\t{ no: 5, name: 'size_error', kind: 'message', oneof: 'errorDetails', T: () => SizeError },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'command_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CommandArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'type_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => TypeArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'package_upgrade_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => PackageUpgradeError,\n\t\t\t},\n\t\t\t{ no: 9, name: 'index_error', kind: 'message', oneof: 'errorDetails', T: () => IndexError },\n\t\t\t{\n\t\t\t\tno: 10,\n\t\t\t\tname: 'object_id',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 11,\n\t\t\t\tname: 'coin_deny_list_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CoinDenyListError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 12,\n\t\t\t\tname: 'congested_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CongestedObjects,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.ExecutionError\n */\nexport const ExecutionError = new ExecutionError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveAbort$Type extends MessageType<MoveAbort> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.MoveAbort', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'abort_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 2, name: 'location', kind: 'message', T: () => MoveLocation },\n\t\t\t{ no: 3, name: 'clever_error', kind: 'message', T: () => CleverError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.MoveAbort\n */\nexport const MoveAbort = new MoveAbort$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveLocation$Type extends MessageType<MoveLocation> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.MoveLocation', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 4, name: 'instruction', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'function_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.MoveLocation\n */\nexport const MoveLocation = new MoveLocation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CleverError$Type extends MessageType<CleverError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CleverError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'error_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'line_number',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'constant_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'constant_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 5, name: 'rendered', kind: 'scalar', oneof: 'value', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'raw', kind: 'scalar', oneof: 'value', T: 12 /*ScalarType.BYTES*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CleverError\n */\nexport const CleverError = new CleverError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SizeError$Type extends MessageType<SizeError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.SizeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'max_size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.SizeError\n */\nexport const SizeError = new SizeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass IndexError$Type extends MessageType<IndexError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.IndexError', [\n\t\t\t{ no: 1, name: 'index', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 2, name: 'subresult', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.IndexError\n */\nexport const IndexError = new IndexError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CoinDenyListError$Type extends MessageType<CoinDenyListError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CoinDenyListError', [\n\t\t\t{ no: 1, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'coin_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CoinDenyListError\n */\nexport const CoinDenyListError = new CoinDenyListError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CongestedObjects$Type extends MessageType<CongestedObjects> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CongestedObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CongestedObjects\n */\nexport const CongestedObjects = new CongestedObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CommandArgumentError$Type extends MessageType<CommandArgumentError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CommandArgumentError', [\n\t\t\t{ no: 1, name: 'argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind',\n\t\t\t\t\tCommandArgumentError_CommandArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 3, name: 'index_error', kind: 'message', T: () => IndexError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CommandArgumentError\n */\nexport const CommandArgumentError = new CommandArgumentError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass PackageUpgradeError$Type extends MessageType<PackageUpgradeError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.PackageUpgradeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind',\n\t\t\t\t\tPackageUpgradeError_PackageUpgradeErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'package_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'policy', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'ticket_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.PackageUpgradeError\n */\nexport const PackageUpgradeError = new PackageUpgradeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TypeArgumentError$Type extends MessageType<TypeArgumentError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.TypeArgumentError', [\n\t\t\t{ no: 1, name: 'type_argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind',\n\t\t\t\t\tTypeArgumentError_TypeArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.TypeArgumentError\n */\nexport const TypeArgumentError = new TypeArgumentError$Type();\n"],"mappings":"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"}
1
+ {"version":3,"file":"execution_status.mjs","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/execution_status.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"haneul/rpc/v2/execution_status.proto\" (package \"haneul.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\n/**\n * The status of an executed transaction.\n *\n * @generated from protobuf message haneul.rpc.v2.ExecutionStatus\n */\nexport interface ExecutionStatus {\n\t/**\n\t * Indicates if the transaction was successful or not.\n\t *\n\t * @generated from protobuf field: optional bool success = 1;\n\t */\n\tsuccess?: boolean;\n\t/**\n\t * The error if `success` is false.\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.ExecutionError error = 2;\n\t */\n\terror?: ExecutionError;\n}\n/**\n * An error that can occur during the execution of a transaction.\n *\n * @generated from protobuf message haneul.rpc.v2.ExecutionError\n */\nexport interface ExecutionError {\n\t/**\n\t * A human readable description of the error\n\t *\n\t * @generated from protobuf field: optional string description = 1;\n\t */\n\tdescription?: string;\n\t/**\n\t * The command, if any, during which the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint64 command = 2;\n\t */\n\tcommand?: bigint;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.ExecutionError.ExecutionErrorKind kind = 3;\n\t */\n\tkind?: ExecutionError_ExecutionErrorKind;\n\t/**\n\t * @generated from protobuf oneof: error_details\n\t */\n\terrorDetails:\n\t\t| {\n\t\t\t\toneofKind: 'abort';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.MoveAbort abort = 4;\n\t\t\t\t */\n\t\t\t\tabort: MoveAbort;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'sizeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.SizeError size_error = 5;\n\t\t\t\t */\n\t\t\t\tsizeError: SizeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'commandArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CommandArgumentError command_argument_error = 6;\n\t\t\t\t */\n\t\t\t\tcommandArgumentError: CommandArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'typeArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.TypeArgumentError type_argument_error = 7;\n\t\t\t\t */\n\t\t\t\ttypeArgumentError: TypeArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'packageUpgradeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.PackageUpgradeError package_upgrade_error = 8;\n\t\t\t\t */\n\t\t\t\tpackageUpgradeError: PackageUpgradeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'indexError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.IndexError index_error = 9;\n\t\t\t\t */\n\t\t\t\tindexError: IndexError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'objectId';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string object_id = 10;\n\t\t\t\t */\n\t\t\t\tobjectId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'coinDenyListError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CoinDenyListError coin_deny_list_error = 11;\n\t\t\t\t */\n\t\t\t\tcoinDenyListError: CoinDenyListError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'congestedObjects';\n\t\t\t\t/**\n\t\t\t\t * Set of objects that were congested, leading to the transaction's cancellation.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: haneul.rpc.v2.CongestedObjects congested_objects = 12;\n\t\t\t\t */\n\t\t\t\tcongestedObjects: CongestedObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.ExecutionError.ExecutionErrorKind\n */\nexport enum ExecutionError_ExecutionErrorKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Insufficient gas.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_GAS = 1;\n\t */\n\tINSUFFICIENT_GAS = 1,\n\t/**\n\t * Invalid `Gas` object.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_OBJECT = 2;\n\t */\n\tINVALID_GAS_OBJECT = 2,\n\t/**\n\t * Invariant violation.\n\t *\n\t * @generated from protobuf enum value: INVARIANT_VIOLATION = 3;\n\t */\n\tINVARIANT_VIOLATION = 3,\n\t/**\n\t * Attempted to use feature that is not supported yet.\n\t *\n\t * @generated from protobuf enum value: FEATURE_NOT_YET_SUPPORTED = 4;\n\t */\n\tFEATURE_NOT_YET_SUPPORTED = 4,\n\t/**\n\t * Move object is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: OBJECT_TOO_BIG = 5;\n\t */\n\tOBJECT_TOO_BIG = 5,\n\t/**\n\t * Package is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_TOO_BIG = 6;\n\t */\n\tPACKAGE_TOO_BIG = 6,\n\t/**\n\t * Circular object ownership.\n\t *\n\t * @generated from protobuf enum value: CIRCULAR_OBJECT_OWNERSHIP = 7;\n\t */\n\tCIRCULAR_OBJECT_OWNERSHIP = 7,\n\t/**\n\t * Insufficient coin balance for requested operation.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_COIN_BALANCE = 8;\n\t */\n\tINSUFFICIENT_COIN_BALANCE = 8,\n\t/**\n\t * Coin balance overflowed an u64.\n\t *\n\t * @generated from protobuf enum value: COIN_BALANCE_OVERFLOW = 9;\n\t */\n\tCOIN_BALANCE_OVERFLOW = 9,\n\t/**\n\t * Publish error, non-zero address.\n\t * The modules in the package must have their self-addresses set to zero.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_ERROR_NON_ZERO_ADDRESS = 10;\n\t */\n\tPUBLISH_ERROR_NON_ZERO_ADDRESS = 10,\n\t/**\n\t * Haneul Move bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_ERROR = 11;\n\t */\n\tHANEUL_MOVE_VERIFICATION_ERROR = 11,\n\t/**\n\t * Error from a non-abort instruction.\n\t * Possible causes:\n\t * Arithmetic error, stack overflow, max value depth, or similar.\n\t *\n\t * @generated from protobuf enum value: MOVE_PRIMITIVE_RUNTIME_ERROR = 12;\n\t */\n\tMOVE_PRIMITIVE_RUNTIME_ERROR = 12,\n\t/**\n\t * Move runtime abort.\n\t *\n\t * @generated from protobuf enum value: MOVE_ABORT = 13;\n\t */\n\tMOVE_ABORT = 13,\n\t/**\n\t * Bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: VM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14;\n\t */\n\tVM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14,\n\t/**\n\t * MoveVm invariant violation.\n\t *\n\t * @generated from protobuf enum value: VM_INVARIANT_VIOLATION = 15;\n\t */\n\tVM_INVARIANT_VIOLATION = 15,\n\t/**\n\t * Function not found.\n\t *\n\t * @generated from protobuf enum value: FUNCTION_NOT_FOUND = 16;\n\t */\n\tFUNCTION_NOT_FOUND = 16,\n\t/**\n\t * Parity mismatch for Move function.\n\t * The number of arguments does not match the number of parameters.\n\t *\n\t * @generated from protobuf enum value: ARITY_MISMATCH = 17;\n\t */\n\tARITY_MISMATCH = 17,\n\t/**\n\t * Type parity mismatch for Move function.\n\t * Mismatch between the number of actual versus expected type arguments.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARITY_MISMATCH = 18;\n\t */\n\tTYPE_ARITY_MISMATCH = 18,\n\t/**\n\t * Non-entry function invoked. Move Call must start with an entry function.\n\t *\n\t * @generated from protobuf enum value: NON_ENTRY_FUNCTION_INVOKED = 19;\n\t */\n\tNON_ENTRY_FUNCTION_INVOKED = 19,\n\t/**\n\t * Invalid command argument.\n\t *\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR = 20;\n\t */\n\tCOMMAND_ARGUMENT_ERROR = 20,\n\t/**\n\t * Type argument error.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR = 21;\n\t */\n\tTYPE_ARGUMENT_ERROR = 21,\n\t/**\n\t * Unused result without the drop ability.\n\t *\n\t * @generated from protobuf enum value: UNUSED_VALUE_WITHOUT_DROP = 22;\n\t */\n\tUNUSED_VALUE_WITHOUT_DROP = 22,\n\t/**\n\t * Invalid public Move function signature.\n\t * Unsupported return type for return value.\n\t *\n\t * @generated from protobuf enum value: INVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23;\n\t */\n\tINVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23,\n\t/**\n\t * Invalid transfer object, object does not have public transfer.\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 24;\n\t */\n\tINVALID_TRANSFER_OBJECT = 24,\n\t/**\n\t * Effects from the transaction are too large.\n\t *\n\t * @generated from protobuf enum value: EFFECTS_TOO_LARGE = 25;\n\t */\n\tEFFECTS_TOO_LARGE = 25,\n\t/**\n\t * Publish or Upgrade is missing dependency.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_MISSING_DEPENDENCY = 26;\n\t */\n\tPUBLISH_UPGRADE_MISSING_DEPENDENCY = 26,\n\t/**\n\t * Publish or upgrade dependency downgrade.\n\t *\n\t * Indirect (transitive) dependency of published or upgraded package has been assigned an\n\t * on-chain version that is less than the version required by one of the package's\n\t * transitive dependencies.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27;\n\t */\n\tPUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27,\n\t/**\n\t * Invalid package upgrade.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR = 28;\n\t */\n\tPACKAGE_UPGRADE_ERROR = 28,\n\t/**\n\t * Indicates the transaction tried to write objects too large to storage.\n\t *\n\t * @generated from protobuf enum value: WRITTEN_OBJECTS_TOO_LARGE = 29;\n\t */\n\tWRITTEN_OBJECTS_TOO_LARGE = 29,\n\t/**\n\t * Certificate is on the deny list.\n\t *\n\t * @generated from protobuf enum value: CERTIFICATE_DENIED = 30;\n\t */\n\tCERTIFICATE_DENIED = 30,\n\t/**\n\t * Haneul Move bytecode verification timed out.\n\t *\n\t * @generated from protobuf enum value: HANEUL_MOVE_VERIFICATION_TIMEDOUT = 31;\n\t */\n\tHANEUL_MOVE_VERIFICATION_TIMEDOUT = 31,\n\t/**\n\t * The requested consensus object operation is not allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32,\n\t/**\n\t * Requested consensus object has been deleted.\n\t *\n\t * @generated from protobuf enum value: INPUT_OBJECT_DELETED = 33;\n\t */\n\tINPUT_OBJECT_DELETED = 33,\n\t/**\n\t * Certificate is canceled due to congestion on consensus objects.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34,\n\t/**\n\t * Address is denied for this coin type.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_DENIED_FOR_COIN = 35;\n\t */\n\tADDRESS_DENIED_FOR_COIN = 35,\n\t/**\n\t * Coin type is globally paused for use.\n\t *\n\t * @generated from protobuf enum value: COIN_TYPE_GLOBAL_PAUSE = 36;\n\t */\n\tCOIN_TYPE_GLOBAL_PAUSE = 36,\n\t/**\n\t * Certificate is canceled because randomness could not be generated this epoch.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37,\n\t/**\n\t * Move vector element (passed to MakeMoveVec) with size {value_size} is larger \\\n\t * than the maximum size {max_scaled_size}. Note that this maximum is scaled based on the \\\n\t * type of the vector element.\n\t *\n\t * @generated from protobuf enum value: MOVE_VECTOR_ELEM_TOO_BIG = 38;\n\t */\n\tMOVE_VECTOR_ELEM_TOO_BIG = 38,\n\t/**\n\t * Move value (possibly an upgrade ticket or a dev-inspect value) with size {value_size} \\\n\t * is larger than the maximum size {max_scaled_size}. Note that this maximum is scaled based \\\n\t * on the type of the value.\n\t *\n\t * @generated from protobuf enum value: MOVE_RAW_VALUE_TOO_BIG = 39;\n\t */\n\tMOVE_RAW_VALUE_TOO_BIG = 39,\n\t/**\n\t * A valid linkage was unable to be determined for the transaction or one of its commands.\n\t *\n\t * @generated from protobuf enum value: INVALID_LINKAGE = 40;\n\t */\n\tINVALID_LINKAGE = 40,\n\t/**\n\t * Insufficient funds for transaction withdrawal\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_FUNDS_FOR_WITHDRAW = 41;\n\t */\n\tINSUFFICIENT_FUNDS_FOR_WITHDRAW = 41,\n\t/**\n\t * An input object with non-exclusive write mutability was modified\n\t *\n\t * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42;\n\t */\n\tNON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42,\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.MoveAbort\n */\nexport interface MoveAbort {\n\t/**\n\t * @generated from protobuf field: optional uint64 abort_code = 1;\n\t */\n\tabortCode?: bigint;\n\t/**\n\t * Location in Move where the error occurred.\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.MoveLocation location = 2;\n\t */\n\tlocation?: MoveLocation;\n\t/**\n\t * Extra error information if abort code is a \"Clever Error\"\n\t *\n\t * @generated from protobuf field: optional haneul.rpc.v2.CleverError clever_error = 3;\n\t */\n\tcleverError?: CleverError;\n}\n/**\n * Location in Move bytecode where an error occurred.\n *\n * @generated from protobuf message haneul.rpc.v2.MoveLocation\n */\nexport interface MoveLocation {\n\t/**\n\t * The package ID.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The module name.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function index.\n\t *\n\t * @generated from protobuf field: optional uint32 function = 3;\n\t */\n\tfunction?: number;\n\t/**\n\t * Offset of the instruction where the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint32 instruction = 4;\n\t */\n\tinstruction?: number;\n\t/**\n\t * The name of the function, if available.\n\t *\n\t * @generated from protobuf field: optional string function_name = 5;\n\t */\n\tfunctionName?: string;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.CleverError\n */\nexport interface CleverError {\n\t/**\n\t * @generated from protobuf field: optional uint64 error_code = 1;\n\t */\n\terrorCode?: bigint;\n\t/**\n\t * @generated from protobuf field: optional uint64 line_number = 2;\n\t */\n\tlineNumber?: bigint;\n\t/**\n\t * @generated from protobuf field: optional string constant_name = 3;\n\t */\n\tconstantName?: string;\n\t/**\n\t * @generated from protobuf field: optional string constant_type = 4;\n\t */\n\tconstantType?: string;\n\t/**\n\t * @generated from protobuf oneof: value\n\t */\n\tvalue:\n\t\t| {\n\t\t\t\toneofKind: 'rendered';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string rendered = 5;\n\t\t\t\t */\n\t\t\t\trendered: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'raw';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: bytes raw = 6;\n\t\t\t\t */\n\t\t\t\traw: Uint8Array;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * A size error.\n *\n * @generated from protobuf message haneul.rpc.v2.SizeError\n */\nexport interface SizeError {\n\t/**\n\t * The offending size.\n\t *\n\t * @generated from protobuf field: optional uint64 size = 1;\n\t */\n\tsize?: bigint;\n\t/**\n\t * The maximum allowable size.\n\t *\n\t * @generated from protobuf field: optional uint64 max_size = 2;\n\t */\n\tmaxSize?: bigint;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.IndexError\n */\nexport interface IndexError {\n\t/**\n\t * Index of an input or result.\n\t *\n\t * @generated from protobuf field: optional uint32 index = 1;\n\t */\n\tindex?: number;\n\t/**\n\t * Index of a subresult.\n\t *\n\t * @generated from protobuf field: optional uint32 subresult = 2;\n\t */\n\tsubresult?: number;\n}\n/**\n * @generated from protobuf message haneul.rpc.v2.CoinDenyListError\n */\nexport interface CoinDenyListError {\n\t/**\n\t * Denied address.\n\t *\n\t * @generated from protobuf field: optional string address = 1;\n\t */\n\taddress?: string;\n\t/**\n\t * Coin type.\n\t *\n\t * @generated from protobuf field: optional string coin_type = 2;\n\t */\n\tcoinType?: string;\n}\n/**\n * Set of objects that were congested, leading to the transaction's cancellation.\n *\n * @generated from protobuf message haneul.rpc.v2.CongestedObjects\n */\nexport interface CongestedObjects {\n\t/**\n\t * @generated from protobuf field: repeated string objects = 1;\n\t */\n\tobjects: string[];\n}\n/**\n * An error with an argument to a command.\n *\n * @generated from protobuf message haneul.rpc.v2.CommandArgumentError\n */\nexport interface CommandArgumentError {\n\t/**\n\t * Position of the problematic argument.\n\t *\n\t * @generated from protobuf field: optional uint32 argument = 1;\n\t */\n\targument?: number;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind kind = 2;\n\t */\n\tkind?: CommandArgumentError_CommandArgumentErrorKind;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.IndexError index_error = 3;\n\t */\n\tindexError?: IndexError;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind\n */\nexport enum CommandArgumentError_CommandArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tCOMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * The type of the value does not match the expected type.\n\t *\n\t * @generated from protobuf enum value: TYPE_MISMATCH = 1;\n\t */\n\tTYPE_MISMATCH = 1,\n\t/**\n\t * The argument cannot be deserialized into a value of the specified type.\n\t *\n\t * @generated from protobuf enum value: INVALID_BCS_BYTES = 2;\n\t */\n\tINVALID_BCS_BYTES = 2,\n\t/**\n\t * The argument cannot be instantiated from raw bytes.\n\t *\n\t * @generated from protobuf enum value: INVALID_USAGE_OF_PURE_ARGUMENT = 3;\n\t */\n\tINVALID_USAGE_OF_PURE_ARGUMENT = 3,\n\t/**\n\t * Invalid argument to private entry function.\n\t * Private entry functions cannot take arguments from other Move functions.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4;\n\t */\n\tINVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4,\n\t/**\n\t * Out of bounds access to input or results.\n\t *\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INDEX_OUT_OF_BOUNDS = 5;\n\t */\n\tINDEX_OUT_OF_BOUNDS = 5,\n\t/**\n\t * Out of bounds access to subresult.\n\t *\n\t * `index` and `subresult` fields will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: SECONDARY_INDEX_OUT_OF_BOUNDS = 6;\n\t */\n\tSECONDARY_INDEX_OUT_OF_BOUNDS = 6,\n\t/**\n\t * Invalid usage of result.\n\t * Expected a single result but found either no return value or multiple.\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INVALID_RESULT_ARITY = 7;\n\t */\n\tINVALID_RESULT_ARITY = 7,\n\t/**\n\t * Invalid usage of gas coin.\n\t * The gas coin can only be used by-value with a `TransferObject` command.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_COIN_USAGE = 8;\n\t */\n\tINVALID_GAS_COIN_USAGE = 8,\n\t/**\n\t * Invalid usage of Move value.\n\t * - Mutably borrowed values require unique usage.\n\t * - Immutably borrowed values cannot be taken or borrowed mutably.\n\t * - Taken values cannot be used again.\n\t *\n\t * @generated from protobuf enum value: INVALID_VALUE_USAGE = 9;\n\t */\n\tINVALID_VALUE_USAGE = 9,\n\t/**\n\t * Immutable objects cannot be passed by-value.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_VALUE = 10;\n\t */\n\tINVALID_OBJECT_BY_VALUE = 10,\n\t/**\n\t * Immutable objects cannot be passed by mutable reference, `&mut`.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_MUT_REF = 11;\n\t */\n\tINVALID_OBJECT_BY_MUT_REF = 11,\n\t/**\n\t * Consensus object operations such as wrapping, freezing, or converting to owned are not\n\t * allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12,\n\t/**\n\t * Invalid argument arity. Expected a single argument but found a result that expanded to\n\t * multiple arguments.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_ARITY = 13;\n\t */\n\tINVALID_ARGUMENT_ARITY = 13,\n\t/**\n\t * Object passed to TransferObject does not have public transfer, i.e. the `store` ability\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 14;\n\t */\n\tINVALID_TRANSFER_OBJECT = 14,\n\t/**\n\t * First argument to MakeMoveVec is not an object. If no type is specified for MakeMoveVec,\n\t * all arguments must be the same object type.\n\t *\n\t * @generated from protobuf enum value: INVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15;\n\t */\n\tINVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15,\n\t/**\n\t * Specified argument location does not have a value and cannot be used\n\t *\n\t * @generated from protobuf enum value: ARGUMENT_WITHOUT_VALUE = 16;\n\t */\n\tARGUMENT_WITHOUT_VALUE = 16,\n\t/**\n\t * Cannot move a borrowed value. The value's type does resulted in this argument usage being\n\t * inferred as a move. This is likely due to the type not having the `copy` ability; although\n\t * in rare cases, it could also be this is the last usage of a value without the `drop`\n\t * ability.\n\t *\n\t * @generated from protobuf enum value: CANNOT_MOVE_BORROWED_VALUE = 17;\n\t */\n\tCANNOT_MOVE_BORROWED_VALUE = 17,\n\t/**\n\t * Cannot write to an argument location that is still borrowed, and where that borrow is an\n\t * extension of that reference. This is likely due to this argument being used in a Move call\n\t * that returns a reference, and that reference is used in a later command.\n\t *\n\t * @generated from protobuf enum value: CANNOT_WRITE_TO_EXTENDED_REFERENCE = 18;\n\t */\n\tCANNOT_WRITE_TO_EXTENDED_REFERENCE = 18,\n\t/**\n\t * The argument specified cannot be used as a reference argument in the Move call. Either the\n\t * argument is a mutable reference and it conflicts with another argument to the call, or the\n\t * argument is mutable and another reference extends it and will be used in a later command.\n\t *\n\t * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;\n\t */\n\tINVALID_REFERENCE_ARGUMENT = 19,\n}\n/**\n * An error with upgrading a package.\n *\n * @generated from protobuf message haneul.rpc.v2.PackageUpgradeError\n */\nexport interface PackageUpgradeError {\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind kind = 1;\n\t */\n\tkind?: PackageUpgradeError_PackageUpgradeErrorKind;\n\t/**\n\t * The Package Id.\n\t *\n\t * @generated from protobuf field: optional string package_id = 2;\n\t */\n\tpackageId?: string;\n\t/**\n\t * A digest.\n\t *\n\t * @generated from protobuf field: optional string digest = 3;\n\t */\n\tdigest?: string;\n\t/**\n\t * The policy.\n\t *\n\t * @generated from protobuf field: optional uint32 policy = 4;\n\t */\n\tpolicy?: number;\n\t/**\n\t * The ticket Id.\n\t *\n\t * @generated from protobuf field: optional string ticket_id = 5;\n\t */\n\tticketId?: string;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind\n */\nexport enum PackageUpgradeError_PackageUpgradeErrorKind {\n\t/**\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tPACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Unable to fetch package.\n\t *\n\t * @generated from protobuf enum value: UNABLE_TO_FETCH_PACKAGE = 1;\n\t */\n\tUNABLE_TO_FETCH_PACKAGE = 1,\n\t/**\n\t * Object is not a package.\n\t *\n\t * @generated from protobuf enum value: NOT_A_PACKAGE = 2;\n\t */\n\tNOT_A_PACKAGE = 2,\n\t/**\n\t * Package upgrade is incompatible with previous version.\n\t *\n\t * @generated from protobuf enum value: INCOMPATIBLE_UPGRADE = 3;\n\t */\n\tINCOMPATIBLE_UPGRADE = 3,\n\t/**\n\t * Digest in upgrade ticket and computed digest differ.\n\t *\n\t * @generated from protobuf enum value: DIGEST_DOES_NOT_MATCH = 4;\n\t */\n\tDIGEST_DOES_NOT_MATCH = 4,\n\t/**\n\t * Upgrade policy is not valid.\n\t *\n\t * @generated from protobuf enum value: UNKNOWN_UPGRADE_POLICY = 5;\n\t */\n\tUNKNOWN_UPGRADE_POLICY = 5,\n\t/**\n\t * Package ID does not match `PackageId` in upgrade ticket.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_ID_DOES_NOT_MATCH = 6;\n\t */\n\tPACKAGE_ID_DOES_NOT_MATCH = 6,\n}\n/**\n * Type argument error.\n *\n * @generated from protobuf message haneul.rpc.v2.TypeArgumentError\n */\nexport interface TypeArgumentError {\n\t/**\n\t * Index of the problematic type argument.\n\t *\n\t * @generated from protobuf field: optional uint32 type_argument = 1;\n\t */\n\ttypeArgument?: number;\n\t/**\n\t * @generated from protobuf field: optional haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind kind = 2;\n\t */\n\tkind?: TypeArgumentError_TypeArgumentErrorKind;\n}\n/**\n * @generated from protobuf enum haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind\n */\nexport enum TypeArgumentError_TypeArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tTYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * A type was not found in the module specified.\n\t *\n\t * @generated from protobuf enum value: TYPE_NOT_FOUND = 1;\n\t */\n\tTYPE_NOT_FOUND = 1,\n\t/**\n\t * A type provided did not match the specified constraint.\n\t *\n\t * @generated from protobuf enum value: CONSTRAINT_NOT_SATISFIED = 2;\n\t */\n\tCONSTRAINT_NOT_SATISFIED = 2,\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionStatus$Type extends MessageType<ExecutionStatus> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.ExecutionStatus', [\n\t\t\t{ no: 1, name: 'success', kind: 'scalar', opt: true, T: 8 /*ScalarType.BOOL*/ },\n\t\t\t{ no: 2, name: 'error', kind: 'message', T: () => ExecutionError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.ExecutionStatus\n */\nexport const ExecutionStatus = new ExecutionStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionError$Type extends MessageType<ExecutionError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.ExecutionError', [\n\t\t\t{ no: 1, name: 'description', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'command',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.ExecutionError.ExecutionErrorKind',\n\t\t\t\t\tExecutionError_ExecutionErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 4, name: 'abort', kind: 'message', oneof: 'errorDetails', T: () => MoveAbort },\n\t\t\t{ no: 5, name: 'size_error', kind: 'message', oneof: 'errorDetails', T: () => SizeError },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'command_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CommandArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'type_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => TypeArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'package_upgrade_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => PackageUpgradeError,\n\t\t\t},\n\t\t\t{ no: 9, name: 'index_error', kind: 'message', oneof: 'errorDetails', T: () => IndexError },\n\t\t\t{\n\t\t\t\tno: 10,\n\t\t\t\tname: 'object_id',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 11,\n\t\t\t\tname: 'coin_deny_list_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CoinDenyListError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 12,\n\t\t\t\tname: 'congested_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CongestedObjects,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.ExecutionError\n */\nexport const ExecutionError = new ExecutionError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveAbort$Type extends MessageType<MoveAbort> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.MoveAbort', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'abort_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 2, name: 'location', kind: 'message', T: () => MoveLocation },\n\t\t\t{ no: 3, name: 'clever_error', kind: 'message', T: () => CleverError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.MoveAbort\n */\nexport const MoveAbort = new MoveAbort$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveLocation$Type extends MessageType<MoveLocation> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.MoveLocation', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 4, name: 'instruction', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'function_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.MoveLocation\n */\nexport const MoveLocation = new MoveLocation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CleverError$Type extends MessageType<CleverError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CleverError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'error_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'line_number',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'constant_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'constant_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 5, name: 'rendered', kind: 'scalar', oneof: 'value', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'raw', kind: 'scalar', oneof: 'value', T: 12 /*ScalarType.BYTES*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CleverError\n */\nexport const CleverError = new CleverError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SizeError$Type extends MessageType<SizeError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.SizeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'max_size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.SizeError\n */\nexport const SizeError = new SizeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass IndexError$Type extends MessageType<IndexError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.IndexError', [\n\t\t\t{ no: 1, name: 'index', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 2, name: 'subresult', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.IndexError\n */\nexport const IndexError = new IndexError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CoinDenyListError$Type extends MessageType<CoinDenyListError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CoinDenyListError', [\n\t\t\t{ no: 1, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'coin_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CoinDenyListError\n */\nexport const CoinDenyListError = new CoinDenyListError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CongestedObjects$Type extends MessageType<CongestedObjects> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CongestedObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CongestedObjects\n */\nexport const CongestedObjects = new CongestedObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CommandArgumentError$Type extends MessageType<CommandArgumentError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.CommandArgumentError', [\n\t\t\t{ no: 1, name: 'argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.CommandArgumentError.CommandArgumentErrorKind',\n\t\t\t\t\tCommandArgumentError_CommandArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 3, name: 'index_error', kind: 'message', T: () => IndexError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.CommandArgumentError\n */\nexport const CommandArgumentError = new CommandArgumentError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass PackageUpgradeError$Type extends MessageType<PackageUpgradeError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.PackageUpgradeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind',\n\t\t\t\t\tPackageUpgradeError_PackageUpgradeErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'package_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'policy', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'ticket_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.PackageUpgradeError\n */\nexport const PackageUpgradeError = new PackageUpgradeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TypeArgumentError$Type extends MessageType<TypeArgumentError> {\n\tconstructor() {\n\t\tsuper('haneul.rpc.v2.TypeArgumentError', [\n\t\t\t{ no: 1, name: 'type_argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'haneul.rpc.v2.TypeArgumentError.TypeArgumentErrorKind',\n\t\t\t\t\tTypeArgumentError_TypeArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message haneul.rpc.v2.TypeArgumentError\n */\nexport const TypeArgumentError = new TypeArgumentError$Type();\n"],"mappings":"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"}
@@ -1,7 +1,6 @@
1
1
  import { MessageType } from "@protobuf-ts/runtime";
2
2
 
3
3
  //#region src/grpc/proto/haneul/rpc/v2/gas_cost_summary.d.ts
4
-
5
4
  /**
6
5
  * Summary of gas charges.
7
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"gas_cost_summary.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/gas_cost_summary.ts"],"sourcesContent":[],"mappings":";;;;;;AAiBA;AA0BC;AA2CD;UArEiB,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BX,mBAAA,SAA4B,YAAY;;;;;;cAyCjC,gBAAc"}
1
+ {"version":3,"file":"gas_cost_summary.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/gas_cost_summary.ts"],"mappings":";;;;;AAiBA;;;UAAiB,cAAA;EAMhB;;;;;EAAA,eAAA;EAsBK;;;;;EAhBL,WAAA;;;;AAyDD;;;EAlDC,aAAA;EAkDsD;;;;;EA5CtD,uBAAA;AAAA;AAAA,cAGK,mBAAA,SAA4B,WAAA,CAAY,cAAA;;;;;;cAyCjC,cAAA,EAAc,mBAAA"}
@@ -2,7 +2,6 @@ import { Value } from "../../../google/protobuf/struct.mjs";
2
2
  import { MessageType } from "@protobuf-ts/runtime";
3
3
 
4
4
  //#region src/grpc/proto/haneul/rpc/v2/input.d.ts
5
-
6
5
  /**
7
6
  * An input to a user transaction.
8
7
  *
@@ -110,7 +109,7 @@ declare enum Input_InputKind {
110
109
  *
111
110
  * @generated from protobuf enum value: FUNDS_WITHDRAWAL = 5;
112
111
  */
113
- FUNDS_WITHDRAWAL = 5,
112
+ FUNDS_WITHDRAWAL = 5
114
113
  }
115
114
  /**
116
115
  * @generated from protobuf enum haneul.rpc.v2.Input.Mutability
@@ -135,7 +134,7 @@ declare enum Input_Mutability {
135
134
  *
136
135
  * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE = 3;
137
136
  */
138
- NON_EXCLUSIVE_WRITE = 3,
137
+ NON_EXCLUSIVE_WRITE = 3
139
138
  }
140
139
  /**
141
140
  * @generated from protobuf message haneul.rpc.v2.FundsWithdrawal
@@ -169,7 +168,7 @@ declare enum FundsWithdrawal_Source {
169
168
  /**
170
169
  * @generated from protobuf enum value: SPONSOR = 2;
171
170
  */
172
- SPONSOR = 2,
171
+ SPONSOR = 2
173
172
  }
174
173
  declare class Input$Type extends MessageType<Input> {
175
174
  constructor();
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/input.ts"],"sourcesContent":[],"mappings":";;;;;;;AAkBA;;;AAiDc,UAjDG,KAAA,CAiDH;EAMK;;;EAaP,IAAA,CAAA,EAhEJ,eAgEmB;EAuCf;AAyBZ;AAiBA;AAaC;AAuCD;AAAsC;AA2BtC;;SAvNQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAoCM;;;;;;oBAMK;;;;;;;;YAQR;;;;;aAKC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAuCA,gBAAA;;;;;;;;;;;;;;;;;;;;;;;;;UAyBK,eAAA;;;;;;;;;;;;WAYP;;;;;aAKE,sBAAA;;;;;;;;;;;;;;cAeN,UAAA,SAAmB,YAAY;;;;;;cAqCxB,OAAK;cAEZ,oBAAA,SAA6B,YAAY;;;;;;cAyBlC,iBAAe"}
1
+ {"version":3,"file":"input.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/input.ts"],"mappings":";;;;;;AAkBA;;;UAAiB,KAAA;EAaT;;;EATP,IAAA,GAAO,eAAA;EA2DQ;;;;;;;;EAlDf,IAAA,GAAO,UAAA;EA2BP;;;;;EArBA,QAAA;EA4CU;;;AAKX;;;;EAzCC,OAAA;EAmDA;;;;;EA7CA,MAAA;EAqEgB;AAKjB;;;;;EAnEC,OAAA;EA+EA;;;;AAaD;;;;EAnFC,UAAA,GAAa,gBAAA;EA2Fb;;;;;EArFA,eAAA,GAAkB,eAAA;EA8Fe;;;;;;;EAtFjC,OAAA,GAAU,KAAA;AAAA;;;;aAKC,eAAA;EAgGyB;;;EA5FpC,kBAAA;EAiIY;;;;;EA3HZ,IAAA;EA6H0B;;;;;EAvH1B,kBAAA;;;AAgJD;;;EA1IC,MAAA;EA0IwD;;;;;EApIxD,SAAA;;;;;;EAMA,gBAAA;AAAA;;;;aAKW,gBAAA;;;;EAIX,kBAAA;;;;EAIA,SAAA;;;;EAIA,OAAA;;;;;;;;EAQA,mBAAA;AAAA;;;;UAKgB,eAAA;;;;EAIhB,MAAA;;;;EAIA,QAAA;;;;EAIA,MAAA,GAAS,sBAAA;AAAA;;;;aAKE,sBAAA;;;;EAIX,cAAA;;;;EAIA,MAAA;;;;EAIA,OAAA;AAAA;AAAA,cAGK,UAAA,SAAmB,WAAA,CAAY,KAAA;;;;;;cAqCxB,KAAA,EAAK,UAAA;AAAA,cAEZ,oBAAA,SAA6B,WAAA,CAAY,eAAA;;;;;;cAyBlC,eAAA,EAAe,oBAAA"}
@@ -1,7 +1,6 @@
1
1
  import { MessageType } from "@protobuf-ts/runtime";
2
2
 
3
3
  //#region src/grpc/proto/haneul/rpc/v2/jwk.d.ts
4
-
5
4
  /**
6
5
  * Key to uniquely identify a JWK.
7
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"jwk.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/jwk.ts"],"sourcesContent":[],"mappings":";;;;;;AAiBA;AAuBA;AAyBC;AAaY,UA7DI,KAAA,CA6DoB;EAE/B;AAaN;;;;;;;;;;;;;;;;;;;;;UArDiB,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA2BX,UAAA,SAAmB,YAAY;;;;;;cAWxB,OAAK;cAEZ,QAAA,SAAiB,YAAY;;;;;;cAatB,KAAG"}
1
+ {"version":3,"file":"jwk.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/jwk.ts"],"mappings":";;;;;AAiBA;;;UAAiB,KAAA;EAYb;AAWJ;;;;EAjBC,GAAA;EA6BA;;;;;EAvBA,GAAA;AAAA;;;;;;;;AAiDD;;UAtCiB,GAAA;EAsCC;;AAAoB;;;EAhCrC,GAAA;EAkCsB;;;;;EA5BtB,CAAA;EAyCgC;;;;;EAnChC,CAAA;;;;;;EAMA,GAAA;AAAA;AAAA,cAGK,UAAA,SAAmB,WAAA,CAAY,KAAA;;;;;;cAWxB,KAAA,EAAK,UAAA;AAAA,cAEZ,QAAA,SAAiB,WAAA,CAAY,GAAA;;;;;;cAatB,GAAA,EAAG,QAAA"}
@@ -1,10 +1,9 @@
1
1
  import { BatchGetObjectsRequest, BatchGetObjectsResponse, BatchGetTransactionsRequest, BatchGetTransactionsResponse, GetCheckpointRequest, GetCheckpointResponse, GetEpochRequest, GetEpochResponse, GetObjectRequest, GetObjectResponse, GetServiceInfoRequest, GetServiceInfoResponse, GetTransactionRequest, GetTransactionResponse } from "./ledger_service.mjs";
2
- import * as _protobuf_ts_runtime1 from "@protobuf-ts/runtime";
3
- import * as _protobuf_ts_runtime_rpc1 from "@protobuf-ts/runtime-rpc";
2
+ import * as _protobuf_ts_runtime4 from "@protobuf-ts/runtime";
3
+ import * as _protobuf_ts_runtime_rpc4 from "@protobuf-ts/runtime-rpc";
4
4
  import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
5
5
 
6
6
  //#region src/grpc/proto/haneul/rpc/v2/ledger_service.client.d.ts
7
-
8
7
  /**
9
8
  * @generated from protobuf service haneul.rpc.v2.LedgerService
10
9
  */
@@ -46,9 +45,9 @@ interface ILedgerServiceClient {
46
45
  declare class LedgerServiceClient implements ILedgerServiceClient, ServiceInfo {
47
46
  private readonly _transport;
48
47
  typeName: string;
49
- methods: _protobuf_ts_runtime_rpc1.MethodInfo<any, any>[];
48
+ methods: _protobuf_ts_runtime_rpc4.MethodInfo<any, any>[];
50
49
  options: {
51
- [extensionName: string]: _protobuf_ts_runtime1.JsonValue;
50
+ [extensionName: string]: _protobuf_ts_runtime4.JsonValue;
52
51
  };
53
52
  constructor(_transport: RpcTransport);
54
53
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ledger_service.client.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/ledger_service.client.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;AAyDI,UAvBa,oBAAA,CAuBb;EAKK;;;;;EAOA,cAAA,CAAA,KAAA,EA5BA,qBA4BA,EAAA,OAAA,CAAA,EA3BG,UA2BH,CAAA,EA1BL,SA0BK,CA1BK,qBA0BL,EA1B4B,sBA0B5B,CAAA;EACG;;;EACR,SAAA,CAAA,KAAA,EAvBK,gBAuBL,EAAA,OAAA,CAAA,EAtBQ,UAsBR,CAAA,EArBA,SAqBA,CArBU,gBAqBV,EArB4B,iBAqB5B,CAAA;EAKK;;;EAE2B,eAAA,CAAA,KAAA,EAvB3B,sBAuB2B,EAAA,OAAA,CAAA,EAtBxB,UAsBwB,CAAA,EArBhC,SAqBgC,CArBtB,sBAqBsB,EArBE,uBAqBF,CAAA;EAAhC;;;EAOU,cAAA,CAAA,KAAA,EAvBL,qBAuBK,EAAA,OAAA,CAAA,EAtBF,UAsBE,CAAA,EArBV,SAqBU,CArBA,qBAqBA,EArBuB,sBAqBvB,CAAA;EAAiB;;;EAKlB,oBAAA,CAAA,KAAoB,EArBxB,2BAqBwB,EAAA,OAAA,CAAA,EApBrB,UAoBqB,CAAA,EAnB7B,SAmB6B,CAnBnB,2BAmBmB,EAnBU,4BAmBV,CAAA;EAAA;;;EAWxB,aAAA,CAAA,KAAA,EAzBA,oBAyBA,EAAA,OAAA,CAAA,EAxBG,UAwBH,CAAA,EAvBL,SAuBK,CAvBK,oBAuBL,EAvB2B,qBAuB3B,CAAA;EACG;;;EACR,QAAA,CAAA,KAAA,EApBK,eAoBL,EAAA,OAAA,CAAA,EAnBQ,UAmBR,CAAA,EAlBA,SAkBA,CAlBU,eAkBV,EAlB2B,gBAkB3B,CAAA;;;;;AAiBA,cA9BS,mBAAA,YAA+B,oBA8BxC,EA9B8D,WA8B9D,CAAA;EAeK,iBAAA,UAAA;EACG,QAAA,EAAA,MAAA;EACE,OAAA,EA/CmB,yBAAA,CAEzB,UA6CM,CAAA,GAAA,EAAA,GAAA,CAAA,EAAA;EAAwB,OAAA,EAAA;IAAlC,CAAA,aAAA,EAAA,MAAA,CAAA,EA7CI,qBAAA,CAAA,SA6CJ;EAeK,CAAA;EACG,WAAA,CAAA,UAAA,EA3D8B,YA2D9B;EACE;;;;;EAiBA,cAAA,CAAA,KAAA,EAtEL,qBAsEK,EAAA,OAAA,CAAA,EArEF,UAqEE,CAAA,EApEV,SAoEU,CApEA,qBAoEA,EApEuB,sBAoEvB,CAAA;EAA6B;;;EAgB/B,SAAA,CAAA,KAAA,EArEH,gBAqEG,EAAA,OAAA,CAAA,EApEA,UAoEA,CAAA,EAnER,SAmEQ,CAnEE,gBAmEF,EAnEoB,iBAmEpB,CAAA;EACE;;;EAeL,eAAA,CAAA,KAAA,EApEA,sBAoEA,EAAA,OAAA,CAAA,EAnEG,UAmEH,CAAA,EAlEL,SAkEK,CAlEK,sBAkEL,EAlE6B,uBAkE7B,CAAA;EACG;;;EACR,cAAA,CAAA,KAAA,EArDK,qBAqDL,EAAA,OAAA,CAAA,EApDQ,UAoDR,CAAA,EAnDA,SAmDA,CAnDU,qBAmDV,EAnDiC,sBAmDjC,CAAA;EAnHwC;;;8BA+EnC,uCACG,aACR,UAAU,6BAA6B;;;;uBAelC,gCACG,aACR,UAAU,sBAAsB;;;;kBAe3B,2BACG,aACR,UAAU,iBAAiB"}
1
+ {"version":3,"file":"ledger_service.client.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/ledger_service.client.ts"],"mappings":";;;;;;;;;UAkCiB,oBAAA;EAuBqB;;;;;EAjBrC,cAAA,CACC,KAAA,EAAO,qBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,qBAAA,EAAuB,sBAAA;EAqBjC;;;EAjBH,SAAA,CACC,KAAA,EAAO,gBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,gBAAA,EAAkB,iBAAA;EAqBW;;;EAjB1C,eAAA,CACC,KAAA,EAAO,sBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,sBAAA,EAAwB,uBAAA;EAqBxB;;;EAjBb,cAAA,CACC,KAAA,EAAO,qBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,qBAAA,EAAuB,sBAAA;EAoBzB;;;EAhBX,oBAAA,CACC,KAAA,EAAO,2BAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,2BAAA,EAA6B,4BAAA;EAc9B;;;EAVZ,aAAA,CACC,KAAA,EAAO,oBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,oBAAA,EAAsB,qBAAA;EArClC;;;EAyCD,QAAA,CACC,KAAA,EAAO,eAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,eAAA,EAAiB,gBAAA;AAAA;;;;cAKlB,mBAAA,YAA+B,oBAAA,EAAsB,WAAA;EAAA,iBAIpC,UAAA;EAH7B,QAAA;EACA,OAAA,EAFgC,yBAAA,CAEzB,UAAA;EACP,OAAA;IAAA,yBADO,qBAAA,CAAA,SAAA;EAAA;cAEsB,UAAA,EAAY,YAAA;EAvCxC;;;;;EA6CD,cAAA,CACC,KAAA,EAAO,qBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,qBAAA,EAAuB,sBAAA;EA1CpC;;;EAwDA,SAAA,CACC,KAAA,EAAO,gBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,gBAAA,EAAkB,iBAAA;EAzD9B;;;EAuED,eAAA,CACC,KAAA,EAAO,sBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,sBAAA,EAAwB,uBAAA;EArErC;;;EAmFA,cAAA,CACC,KAAA,EAAO,qBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,qBAAA,EAAuB,sBAAA;EApFnC;;;EAkGD,oBAAA,CACC,KAAA,EAAO,2BAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,2BAAA,EAA6B,4BAAA;EAhG1C;;;EA8GA,aAAA,CACC,KAAA,EAAO,oBAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,oBAAA,EAAsB,qBAAA;EA/GlC;;;EA6HD,QAAA,CACC,KAAA,EAAO,eAAA,EACP,OAAA,GAAU,UAAA,GACR,SAAA,CAAU,eAAA,EAAiB,gBAAA;AAAA"}
@@ -9,7 +9,6 @@ import { MessageType } from "@protobuf-ts/runtime";
9
9
  import { ServiceType } from "@protobuf-ts/runtime-rpc";
10
10
 
11
11
  //#region src/grpc/proto/haneul/rpc/v2/ledger_service.d.ts
12
-
13
12
  /**
14
13
  * @generated from protobuf message haneul.rpc.v2.GetServiceInfoRequest
15
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ledger_service.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/ledger_service.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;AAuBA;AAIiB,UAJA,qBAAA,CAIsB,CA0DvC;AA0BA;AASA;AAgBA;AASiB,UAtHA,sBAAA,CAgIL;EAgBK;AAkBjB;AASA;AAkBA;AASA;AA0BA;AAqCA;AASA;EAmBiB,OAAA,CAAA,EAAA,MAAA;EAOX;AAQN;AAAsE;AA+CtE;AAAwE;AAqBxE;AAA4D;EAY/C,KAAA,CAAA,EAAA,MAAA;EAEP;AAiBN;AAAwE;AAkBxE;AAA0E;EAa7D,KAAA,CAAA,EAAA,MAAA;EAEP;AAWN;AAAsE;AAYtE;AAAwE;EAmB3D,gBAAA,CAAA,EAAA,MAAA;EAEP;AAgBN;AAAoF;AAmBpF;AAAoE;EAqBvD,SAAA,CAAA,EArfA,SAqfA;EAEP;AAUN;AAAsE;AAoBtE;AAA0D;EAY7C,yBAA8C,CAAA,EAAA,MAA9B;EAIhB;;;;;;;;;;;;;;;;UA9gBI,gBAAA;;;;;;;;;;;;;;;;;;;;;aAqBL;;;;;UAKK,iBAAA;;;;WAIP;;;;;UAKO,sBAAA;;;;YAIN;;;;;;;aAOC;;;;;UAKK,uBAAA;;;;WAIP;;;;;UAKO,eAAA;;;;;;;;;YAUL;;;;;;WAOD;;;;;;;;UASM,qBAAA;;;;;;;;;;;;;aAaL;;;;;UAKK,sBAAA;;;;gBAIF;;;;;UAKE,2BAAA;;;;;;;;;;;;;aAaL;;;;;UAKK,4BAAA;;;;gBAIF;;;;;UAKE,oBAAA;;;;;;;;;iBAUA;;;;;;WAON;;;;;;;;UASM,oBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAgCL;;;;;UAKK,qBAAA;;;;eAIH;;;;;UAKG,eAAA;;;;;;;;;;;;;;aAcL;;;;;UAKK,gBAAA;;;;UAIR;;cAGH,0BAAA,SAAmC,YAAY;;;;;;cAQxC,uBAAqB;cAE5B,2BAAA,SAAoC,YAAY;;;;;;cA6CzC,wBAAsB;cAE7B,qBAAA,SAA8B,YAAY;;;;;;cAmBnC,kBAAgB;cAEvB,sBAAA,SAA+B,YAAY;;;;;;cAUpC,mBAAiB;cAExB,2BAAA,SAAoC,YAAY;;;;;;cAiBzC,wBAAsB;cAE7B,4BAAA,SAAqC,YAAY;;;;;;cAgB1C,yBAAuB;cAE9B,oBAAA,SAA6B,YAAY;;;;;;cAWlC,iBAAe;cAEtB,0BAAA,SAAmC,YAAY;;;;;;cAWxC,uBAAqB;cAE5B,2BAAA,SAAoC,YAAY;;;;;;cAUzC,wBAAsB;cAE7B,gCAAA,SAAyC,YAAY;;;;;;cAiB9C,6BAA2B;cAElC,iCAAA,SAA0C,YAAY;;;;;;cAgB/C,8BAA4B;cAEnC,yBAAA,SAAkC,YAAY;;;;;;cAiBvC,sBAAoB;cAE3B,yBAAA,SAAkC,YAAY;;;;;;cAmBvC,sBAAoB;cAE3B,0BAAA,SAAmC,YAAY;;;;;;cAUxC,uBAAqB;cAE5B,oBAAA,SAA6B,YAAY;;;;;;cAkBlC,iBAAe;cAEtB,qBAAA,SAA8B,YAAY;;;;;;cAUnC,kBAAgB;;;;cAIhB,eAAa"}
1
+ {"version":3,"file":"ledger_service.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/haneul/rpc/v2/ledger_service.ts"],"mappings":"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"}