@haneullabs/haneul 2.5.1 → 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 (454) 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 +2 -3
  47. package/dist/cryptography/publickey.d.mts.map +1 -1
  48. package/dist/cryptography/publickey.mjs +10 -10
  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 +4 -5
  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 +8 -8
  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 +32 -6
  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 +16 -16
  268. package/dist/transactions/data/v2.d.mts.map +1 -1
  269. package/dist/transactions/data/v2.mjs.map +1 -1
  270. package/dist/transactions/executor/caching.mjs +2 -2
  271. package/dist/transactions/executor/caching.mjs.map +1 -1
  272. package/dist/transactions/executor/parallel.d.mts +1 -1
  273. package/dist/transactions/executor/parallel.d.mts.map +1 -1
  274. package/dist/transactions/executor/parallel.mjs +1 -1
  275. package/dist/transactions/executor/parallel.mjs.map +1 -1
  276. package/dist/transactions/executor/serial.d.mts +3 -3
  277. package/dist/transactions/executor/serial.d.mts.map +1 -1
  278. package/dist/transactions/executor/serial.mjs.map +1 -1
  279. package/dist/transactions/intents/CoinWithBalance.d.mts.map +1 -1
  280. package/dist/transactions/intents/CoinWithBalance.mjs +174 -97
  281. package/dist/transactions/intents/CoinWithBalance.mjs.map +1 -1
  282. package/dist/transactions/object.d.mts.map +1 -1
  283. package/dist/transactions/pure.d.mts.map +1 -1
  284. package/dist/transactions/pure.mjs +12 -12
  285. package/dist/transactions/pure.mjs.map +1 -1
  286. package/dist/transactions/resolve.d.mts.map +1 -1
  287. package/dist/transactions/resolve.mjs +3 -3
  288. package/dist/transactions/resolve.mjs.map +1 -1
  289. package/dist/transactions/serializer.d.mts.map +1 -1
  290. package/dist/transactions/serializer.mjs +15 -15
  291. package/dist/transactions/serializer.mjs.map +1 -1
  292. package/dist/transactions/utils.d.mts +0 -1
  293. package/dist/transactions/utils.d.mts.map +1 -1
  294. package/dist/utils/coin-reservation.mjs +67 -0
  295. package/dist/utils/coin-reservation.mjs.map +1 -0
  296. package/dist/utils/constants.d.mts +2 -1
  297. package/dist/utils/constants.d.mts.map +1 -1
  298. package/dist/utils/constants.mjs +2 -1
  299. package/dist/utils/constants.mjs.map +1 -1
  300. package/dist/utils/derived-objects.d.mts +0 -1
  301. package/dist/utils/derived-objects.d.mts.map +1 -1
  302. package/dist/utils/dynamic-fields.d.mts.map +1 -1
  303. package/dist/utils/dynamic-fields.mjs +4 -4
  304. package/dist/utils/dynamic-fields.mjs.map +1 -1
  305. package/dist/utils/format.d.mts.map +1 -1
  306. package/dist/utils/haneul-types.d.mts.map +1 -1
  307. package/dist/utils/haneul-types.mjs +8 -0
  308. package/dist/utils/haneul-types.mjs.map +1 -1
  309. package/dist/utils/haneulns.d.mts.map +1 -1
  310. package/dist/utils/index.d.mts +2 -2
  311. package/dist/utils/index.mjs +2 -2
  312. package/dist/utils/move-registry.d.mts.map +1 -1
  313. package/dist/verify/index.d.mts +2 -2
  314. package/dist/verify/index.mjs +2 -2
  315. package/dist/verify/verify.d.mts +2 -2
  316. package/dist/verify/verify.d.mts.map +1 -1
  317. package/dist/verify/verify.mjs +2 -2
  318. package/dist/verify/verify.mjs.map +1 -1
  319. package/dist/version.mjs +1 -1
  320. package/dist/version.mjs.map +1 -1
  321. package/dist/zklogin/address.d.mts.map +1 -1
  322. package/dist/zklogin/bcs.d.mts +14 -14
  323. package/dist/zklogin/bcs.d.mts.map +1 -1
  324. package/dist/zklogin/jwt-decode.d.mts +0 -1
  325. package/dist/zklogin/jwt-decode.d.mts.map +1 -1
  326. package/dist/zklogin/jwt-utils.d.mts +0 -1
  327. package/dist/zklogin/jwt-utils.d.mts.map +1 -1
  328. package/dist/zklogin/nonce.d.mts.map +1 -1
  329. package/dist/zklogin/nonce.mjs +1 -1
  330. package/dist/zklogin/nonce.mjs.map +1 -1
  331. package/dist/zklogin/poseidon.d.mts.map +1 -1
  332. package/dist/zklogin/publickey.d.mts +0 -1
  333. package/dist/zklogin/publickey.d.mts.map +1 -1
  334. package/dist/zklogin/signature.d.mts.map +1 -1
  335. package/dist/zklogin/utils.d.mts.map +1 -1
  336. package/dist/zklogin/utils.mjs +1 -1
  337. package/dist/zklogin/utils.mjs.map +1 -1
  338. package/docs/bcs.md +132 -0
  339. package/docs/clients/core.md +616 -0
  340. package/docs/clients/graphql.md +99 -0
  341. package/docs/clients/grpc.md +152 -0
  342. package/docs/clients/index.md +93 -0
  343. package/docs/clients/json-rpc.md +235 -0
  344. package/docs/cryptography/keypairs.md +259 -0
  345. package/docs/cryptography/multisig.md +192 -0
  346. package/docs/cryptography/passkey.md +111 -0
  347. package/docs/cryptography/webcrypto-signer.md +81 -0
  348. package/docs/executors.md +148 -0
  349. package/docs/faucet.md +26 -0
  350. package/docs/hello-haneul.md +115 -0
  351. package/docs/index.md +56 -0
  352. package/docs/install.md +61 -0
  353. package/docs/llm-docs.md +32 -0
  354. package/docs/llms-index.md +66 -0
  355. package/docs/migrations/0.38.md +57 -0
  356. package/docs/migrations/haneul-1.0.md +454 -0
  357. package/docs/migrations/haneul-2.0/agent-prompt.md +42 -0
  358. package/docs/migrations/haneul-2.0/dapp-kit.md +350 -0
  359. package/docs/migrations/haneul-2.0/deepbook-v3.md +33 -0
  360. package/docs/migrations/haneul-2.0/haneul.md +341 -0
  361. package/docs/migrations/haneul-2.0/haneulns.md +42 -0
  362. package/docs/migrations/haneul-2.0/index.md +161 -0
  363. package/docs/migrations/haneul-2.0/json-rpc-migration.md +399 -0
  364. package/docs/migrations/haneul-2.0/kiosk.md +120 -0
  365. package/docs/migrations/haneul-2.0/sdk-maintainers.md +91 -0
  366. package/docs/migrations/haneul-2.0/seal.md +14 -0
  367. package/docs/migrations/haneul-2.0/wallet-builders.md +66 -0
  368. package/docs/migrations/haneul-2.0/walrus.md +41 -0
  369. package/docs/migrations/haneul-2.0/zksend.md +94 -0
  370. package/docs/plugins.md +255 -0
  371. package/docs/sdk-building.md +341 -0
  372. package/docs/transaction-building/basics.md +297 -0
  373. package/docs/transaction-building/gas.md +62 -0
  374. package/docs/transaction-building/intents.md +61 -0
  375. package/docs/transaction-building/offline.md +71 -0
  376. package/docs/transaction-building/sponsored-transactions.md +22 -0
  377. package/docs/utils/derived_objects.md +80 -0
  378. package/docs/utils/index.md +53 -0
  379. package/docs/zklogin.md +78 -0
  380. package/package.json +199 -199
  381. package/src/bcs/bcs.ts +13 -13
  382. package/src/bcs/effects.ts +20 -20
  383. package/src/bcs/index.ts +2 -2
  384. package/src/client/core-resolver.ts +150 -100
  385. package/src/client/core.ts +62 -22
  386. package/src/client/types.ts +109 -24
  387. package/src/cryptography/index.ts +2 -2
  388. package/src/cryptography/keypair.ts +2 -2
  389. package/src/cryptography/mnemonics.ts +7 -7
  390. package/src/cryptography/publickey.ts +8 -8
  391. package/src/faucet/faucet.ts +1 -1
  392. package/src/faucet/index.ts +1 -1
  393. package/src/graphql/client.ts +100 -8
  394. package/src/graphql/core.ts +73 -80
  395. package/src/graphql/generated/queries.ts +301 -51
  396. package/src/graphql/generated/schema.graphql +407 -104
  397. package/src/graphql/generated/tada-env.ts +779 -58
  398. package/src/graphql/index.ts +1 -1
  399. package/src/graphql/queries/getAllBalances.graphql +1 -1
  400. package/src/graphql/queries/getBalance.graphql +1 -1
  401. package/src/graphql/queries/getCoins.graphql +2 -2
  402. package/src/graphql/queries/getDynamicFields.graphql +9 -1
  403. package/src/graphql/queries/getMoveFunction.graphql +1 -1
  404. package/src/graphql/queries/getProtocolConfig.graphql +18 -0
  405. package/src/graphql/queries/nameService.graphql +1 -1
  406. package/src/graphql/queries/objects.graphql +11 -1
  407. package/src/graphql/queries/transactions.graphql +1 -3
  408. package/src/graphql/queries/verifyZkLoginSignature.graphql +1 -2
  409. package/src/grpc/client.ts +66 -8
  410. package/src/grpc/core.ts +74 -35
  411. package/src/grpc/index.ts +1 -1
  412. package/src/grpc/proto/haneul/rpc/v2/bcs.ts +1 -1
  413. package/src/grpc/proto/haneul/rpc/v2/execution_status.ts +4 -4
  414. package/src/grpc/proto/haneul/rpc/v2/object.ts +44 -0
  415. package/src/grpc/proto/haneul/rpc/v2/signature.ts +1 -1
  416. package/src/grpc/proto/haneul/rpc/v2/signature_scheme.ts +1 -1
  417. package/src/grpc/proto/haneul/rpc/v2/system_state.ts +4 -4
  418. package/src/grpc/proto/haneul/rpc/v2/transaction_execution_service.ts +16 -0
  419. package/src/jsonRpc/client.ts +5 -23
  420. package/src/jsonRpc/core.ts +114 -41
  421. package/src/jsonRpc/http-transport.ts +0 -52
  422. package/src/jsonRpc/index.ts +0 -1
  423. package/src/jsonRpc/types/common.ts +0 -1
  424. package/src/jsonRpc/types/generated.ts +2 -2
  425. package/src/jsonRpc/types/params.ts +6 -6
  426. package/src/keypairs/ed25519/keypair.ts +14 -10
  427. package/src/keypairs/passkey/keypair.ts +22 -8
  428. package/src/keypairs/secp256k1/keypair.ts +6 -6
  429. package/src/keypairs/secp256r1/keypair.ts +6 -6
  430. package/src/multisig/publickey.ts +1 -1
  431. package/src/transactions/Commands.ts +1 -1
  432. package/src/transactions/Transaction.ts +38 -1
  433. package/src/transactions/TransactionData.ts +3 -3
  434. package/src/transactions/__tests__/bcs.test.ts +3 -3
  435. package/src/transactions/data/internal.ts +12 -12
  436. package/src/transactions/data/v2.ts +6 -6
  437. package/src/transactions/executor/caching.ts +2 -2
  438. package/src/transactions/executor/parallel.ts +1 -2
  439. package/src/transactions/executor/serial.ts +1 -1
  440. package/src/transactions/intents/CoinWithBalance.ts +247 -121
  441. package/src/utils/coin-reservation.ts +84 -0
  442. package/src/utils/constants.ts +2 -0
  443. package/src/utils/haneul-types.ts +16 -1
  444. package/src/utils/index.ts +1 -0
  445. package/src/verify/index.ts +1 -1
  446. package/src/verify/verify.ts +1 -1
  447. package/src/version.ts +1 -1
  448. package/src/zklogin/nonce.ts +1 -1
  449. package/src/zklogin/utils.ts +1 -1
  450. package/dist/jsonRpc/rpc-websocket-client.d.mts +0 -26
  451. package/dist/jsonRpc/rpc-websocket-client.d.mts.map +0 -1
  452. package/dist/jsonRpc/rpc-websocket-client.mjs +0 -135
  453. package/dist/jsonRpc/rpc-websocket-client.mjs.map +0 -1
  454. package/src/jsonRpc/rpc-websocket-client.ts +0 -241
@@ -1,245 +1,244 @@
1
1
  import { TypeTag } from "../../bcs/types.mjs";
2
2
  import "./internal.mjs";
3
3
  import "@haneullabs/bcs";
4
- import * as valibot0 from "valibot";
4
+ import * as valibot49 from "valibot";
5
5
  import { GenericSchema, InferOutput } from "valibot";
6
6
 
7
7
  //#region src/transactions/data/v1.d.ts
8
-
9
- declare const SerializedTransactionDataV1: valibot0.ObjectSchema<{
10
- readonly version: valibot0.LiteralSchema<1, undefined>;
11
- readonly sender: valibot0.OptionalSchema<valibot0.StringSchema<undefined>, undefined>;
12
- readonly expiration: valibot0.NullishSchema<valibot0.UnionSchema<[valibot0.ObjectSchema<{
13
- readonly Epoch: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
14
- }, undefined>, valibot0.ObjectSchema<{
15
- readonly None: valibot0.NullableSchema<valibot0.LiteralSchema<true, undefined>, undefined>;
8
+ declare const SerializedTransactionDataV1: valibot49.ObjectSchema<{
9
+ readonly version: valibot49.LiteralSchema<1, undefined>;
10
+ readonly sender: valibot49.OptionalSchema<valibot49.StringSchema<undefined>, undefined>;
11
+ readonly expiration: valibot49.NullishSchema<valibot49.UnionSchema<[valibot49.ObjectSchema<{
12
+ readonly Epoch: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
13
+ }, undefined>, valibot49.ObjectSchema<{
14
+ readonly None: valibot49.NullableSchema<valibot49.LiteralSchema<true, undefined>, undefined>;
16
15
  }, undefined>], undefined>, undefined>;
17
- readonly gasConfig: valibot0.ObjectSchema<{
18
- readonly budget: valibot0.OptionalSchema<valibot0.SchemaWithPipe<readonly [valibot0.UnionSchema<[valibot0.NumberSchema<undefined>, valibot0.StringSchema<undefined>, valibot0.BigintSchema<undefined>], undefined>, valibot0.CheckAction<string | number | bigint, undefined>]>, undefined>;
19
- readonly price: valibot0.OptionalSchema<valibot0.SchemaWithPipe<readonly [valibot0.UnionSchema<[valibot0.NumberSchema<undefined>, valibot0.StringSchema<undefined>, valibot0.BigintSchema<undefined>], undefined>, valibot0.CheckAction<string | number | bigint, undefined>]>, undefined>;
20
- readonly payment: valibot0.OptionalSchema<valibot0.ArraySchema<valibot0.ObjectSchema<{
21
- readonly digest: valibot0.StringSchema<undefined>;
22
- readonly objectId: valibot0.StringSchema<undefined>;
23
- readonly version: valibot0.UnionSchema<[valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>, valibot0.StringSchema<undefined>, valibot0.BigintSchema<undefined>], undefined>;
16
+ readonly gasConfig: valibot49.ObjectSchema<{
17
+ readonly budget: valibot49.OptionalSchema<valibot49.SchemaWithPipe<readonly [valibot49.UnionSchema<[valibot49.NumberSchema<undefined>, valibot49.StringSchema<undefined>, valibot49.BigintSchema<undefined>], undefined>, valibot49.CheckAction<string | number | bigint, undefined>]>, undefined>;
18
+ readonly price: valibot49.OptionalSchema<valibot49.SchemaWithPipe<readonly [valibot49.UnionSchema<[valibot49.NumberSchema<undefined>, valibot49.StringSchema<undefined>, valibot49.BigintSchema<undefined>], undefined>, valibot49.CheckAction<string | number | bigint, undefined>]>, undefined>;
19
+ readonly payment: valibot49.OptionalSchema<valibot49.ArraySchema<valibot49.ObjectSchema<{
20
+ readonly digest: valibot49.StringSchema<undefined>;
21
+ readonly objectId: valibot49.StringSchema<undefined>;
22
+ readonly version: valibot49.UnionSchema<[valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>, valibot49.StringSchema<undefined>, valibot49.BigintSchema<undefined>], undefined>;
24
23
  }, undefined>, undefined>, undefined>;
25
- readonly owner: valibot0.OptionalSchema<valibot0.StringSchema<undefined>, undefined>;
24
+ readonly owner: valibot49.OptionalSchema<valibot49.StringSchema<undefined>, undefined>;
26
25
  }, undefined>;
27
- readonly inputs: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.ObjectSchema<{
28
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
29
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
30
- readonly value: valibot0.UnknownSchema;
31
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
32
- }, undefined>, valibot0.ObjectSchema<{
33
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
34
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
35
- readonly value: valibot0.UnknownSchema;
36
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
26
+ readonly inputs: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.ObjectSchema<{
27
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
28
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
29
+ readonly value: valibot49.UnknownSchema;
30
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
31
+ }, undefined>, valibot49.ObjectSchema<{
32
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
33
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
34
+ readonly value: valibot49.UnknownSchema;
35
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
37
36
  }, undefined>], undefined>, undefined>;
38
- readonly transactions: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.ObjectSchema<{
39
- readonly kind: valibot0.LiteralSchema<"MoveCall", undefined>;
37
+ readonly transactions: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.ObjectSchema<{
38
+ readonly kind: valibot49.LiteralSchema<"MoveCall", undefined>;
40
39
  readonly target: GenericSchema<`${string}::${string}::${string}`>;
41
- readonly typeArguments: valibot0.ArraySchema<valibot0.StringSchema<undefined>, undefined>;
42
- readonly arguments: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
43
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
44
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
45
- readonly value: valibot0.UnknownSchema;
46
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
47
- }, undefined>, valibot0.ObjectSchema<{
48
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
49
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
50
- readonly value: valibot0.UnknownSchema;
51
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
52
- }, undefined>], undefined>, valibot0.ObjectSchema<{
53
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
54
- }, undefined>, valibot0.ObjectSchema<{
55
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
56
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
57
- }, undefined>, valibot0.ObjectSchema<{
58
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
59
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
60
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
40
+ readonly typeArguments: valibot49.ArraySchema<valibot49.StringSchema<undefined>, undefined>;
41
+ readonly arguments: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
42
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
43
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
44
+ readonly value: valibot49.UnknownSchema;
45
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
46
+ }, undefined>, valibot49.ObjectSchema<{
47
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
48
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
49
+ readonly value: valibot49.UnknownSchema;
50
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
51
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
52
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
53
+ }, undefined>, valibot49.ObjectSchema<{
54
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
55
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
56
+ }, undefined>, valibot49.ObjectSchema<{
57
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
58
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
59
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
61
60
  }, undefined>], undefined>, undefined>;
62
- }, undefined>, valibot0.ObjectSchema<{
63
- readonly kind: valibot0.LiteralSchema<"TransferObjects", undefined>;
64
- readonly objects: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
65
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
66
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
67
- readonly value: valibot0.UnknownSchema;
68
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
69
- }, undefined>, valibot0.ObjectSchema<{
70
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
71
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
72
- readonly value: valibot0.UnknownSchema;
73
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
74
- }, undefined>], undefined>, valibot0.ObjectSchema<{
75
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
76
- }, undefined>, valibot0.ObjectSchema<{
77
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
78
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
79
- }, undefined>, valibot0.ObjectSchema<{
80
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
81
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
82
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
61
+ }, undefined>, valibot49.ObjectSchema<{
62
+ readonly kind: valibot49.LiteralSchema<"TransferObjects", undefined>;
63
+ readonly objects: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
64
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
65
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
66
+ readonly value: valibot49.UnknownSchema;
67
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
68
+ }, undefined>, valibot49.ObjectSchema<{
69
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
70
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
71
+ readonly value: valibot49.UnknownSchema;
72
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
73
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
74
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
75
+ }, undefined>, valibot49.ObjectSchema<{
76
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
77
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
78
+ }, undefined>, valibot49.ObjectSchema<{
79
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
80
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
81
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
83
82
  }, undefined>], undefined>, undefined>;
84
- readonly address: valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
85
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
86
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
87
- readonly value: valibot0.UnknownSchema;
88
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
89
- }, undefined>, valibot0.ObjectSchema<{
90
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
91
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
92
- readonly value: valibot0.UnknownSchema;
93
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
94
- }, undefined>], undefined>, valibot0.ObjectSchema<{
95
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
96
- }, undefined>, valibot0.ObjectSchema<{
97
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
98
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
99
- }, undefined>, valibot0.ObjectSchema<{
100
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
101
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
102
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
83
+ readonly address: valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
84
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
85
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
86
+ readonly value: valibot49.UnknownSchema;
87
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
88
+ }, undefined>, valibot49.ObjectSchema<{
89
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
90
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
91
+ readonly value: valibot49.UnknownSchema;
92
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
93
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
94
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
95
+ }, undefined>, valibot49.ObjectSchema<{
96
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
97
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
98
+ }, undefined>, valibot49.ObjectSchema<{
99
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
100
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
101
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
103
102
  }, undefined>], undefined>;
104
- }, undefined>, valibot0.ObjectSchema<{
105
- readonly kind: valibot0.LiteralSchema<"SplitCoins", undefined>;
106
- readonly coin: valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
107
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
108
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
109
- readonly value: valibot0.UnknownSchema;
110
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
111
- }, undefined>, valibot0.ObjectSchema<{
112
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
113
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
114
- readonly value: valibot0.UnknownSchema;
115
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
116
- }, undefined>], undefined>, valibot0.ObjectSchema<{
117
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
118
- }, undefined>, valibot0.ObjectSchema<{
119
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
120
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
121
- }, undefined>, valibot0.ObjectSchema<{
122
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
123
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
124
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
103
+ }, undefined>, valibot49.ObjectSchema<{
104
+ readonly kind: valibot49.LiteralSchema<"SplitCoins", undefined>;
105
+ readonly coin: valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
106
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
107
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
108
+ readonly value: valibot49.UnknownSchema;
109
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
110
+ }, undefined>, valibot49.ObjectSchema<{
111
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
112
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
113
+ readonly value: valibot49.UnknownSchema;
114
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
115
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
116
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
117
+ }, undefined>, valibot49.ObjectSchema<{
118
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
119
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
120
+ }, undefined>, valibot49.ObjectSchema<{
121
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
122
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
123
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
125
124
  }, undefined>], undefined>;
126
- readonly amounts: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
127
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
128
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
129
- readonly value: valibot0.UnknownSchema;
130
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
131
- }, undefined>, valibot0.ObjectSchema<{
132
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
133
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
134
- readonly value: valibot0.UnknownSchema;
135
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
136
- }, undefined>], undefined>, valibot0.ObjectSchema<{
137
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
138
- }, undefined>, valibot0.ObjectSchema<{
139
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
140
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
141
- }, undefined>, valibot0.ObjectSchema<{
142
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
143
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
144
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
125
+ readonly amounts: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
126
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
127
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
128
+ readonly value: valibot49.UnknownSchema;
129
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
130
+ }, undefined>, valibot49.ObjectSchema<{
131
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
132
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
133
+ readonly value: valibot49.UnknownSchema;
134
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
135
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
136
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
137
+ }, undefined>, valibot49.ObjectSchema<{
138
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
139
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
140
+ }, undefined>, valibot49.ObjectSchema<{
141
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
142
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
143
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
145
144
  }, undefined>], undefined>, undefined>;
146
- }, undefined>, valibot0.ObjectSchema<{
147
- readonly kind: valibot0.LiteralSchema<"MergeCoins", undefined>;
148
- readonly destination: valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
149
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
150
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
151
- readonly value: valibot0.UnknownSchema;
152
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
153
- }, undefined>, valibot0.ObjectSchema<{
154
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
155
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
156
- readonly value: valibot0.UnknownSchema;
157
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
158
- }, undefined>], undefined>, valibot0.ObjectSchema<{
159
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
160
- }, undefined>, valibot0.ObjectSchema<{
161
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
162
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
163
- }, undefined>, valibot0.ObjectSchema<{
164
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
165
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
166
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
145
+ }, undefined>, valibot49.ObjectSchema<{
146
+ readonly kind: valibot49.LiteralSchema<"MergeCoins", undefined>;
147
+ readonly destination: valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
148
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
149
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
150
+ readonly value: valibot49.UnknownSchema;
151
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
152
+ }, undefined>, valibot49.ObjectSchema<{
153
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
154
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
155
+ readonly value: valibot49.UnknownSchema;
156
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
157
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
158
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
159
+ }, undefined>, valibot49.ObjectSchema<{
160
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
161
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
162
+ }, undefined>, valibot49.ObjectSchema<{
163
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
164
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
165
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
167
166
  }, undefined>], undefined>;
168
- readonly sources: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
169
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
170
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
171
- readonly value: valibot0.UnknownSchema;
172
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
173
- }, undefined>, valibot0.ObjectSchema<{
174
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
175
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
176
- readonly value: valibot0.UnknownSchema;
177
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
178
- }, undefined>], undefined>, valibot0.ObjectSchema<{
179
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
180
- }, undefined>, valibot0.ObjectSchema<{
181
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
182
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
183
- }, undefined>, valibot0.ObjectSchema<{
184
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
185
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
186
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
167
+ readonly sources: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
168
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
169
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
170
+ readonly value: valibot49.UnknownSchema;
171
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
172
+ }, undefined>, valibot49.ObjectSchema<{
173
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
174
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
175
+ readonly value: valibot49.UnknownSchema;
176
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
177
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
178
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
179
+ }, undefined>, valibot49.ObjectSchema<{
180
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
181
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
182
+ }, undefined>, valibot49.ObjectSchema<{
183
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
184
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
185
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
187
186
  }, undefined>], undefined>, undefined>;
188
- }, undefined>, valibot0.ObjectSchema<{
189
- readonly kind: valibot0.LiteralSchema<"Publish", undefined>;
190
- readonly modules: valibot0.ArraySchema<valibot0.ArraySchema<valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>, undefined>, undefined>;
191
- readonly dependencies: valibot0.ArraySchema<valibot0.StringSchema<undefined>, undefined>;
192
- }, undefined>, valibot0.ObjectSchema<{
193
- readonly kind: valibot0.LiteralSchema<"Upgrade", undefined>;
194
- readonly modules: valibot0.ArraySchema<valibot0.ArraySchema<valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>, undefined>, undefined>;
195
- readonly dependencies: valibot0.ArraySchema<valibot0.StringSchema<undefined>, undefined>;
196
- readonly packageId: valibot0.StringSchema<undefined>;
197
- readonly ticket: valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
198
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
199
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
200
- readonly value: valibot0.UnknownSchema;
201
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
202
- }, undefined>, valibot0.ObjectSchema<{
203
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
204
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
205
- readonly value: valibot0.UnknownSchema;
206
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
207
- }, undefined>], undefined>, valibot0.ObjectSchema<{
208
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
209
- }, undefined>, valibot0.ObjectSchema<{
210
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
211
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
212
- }, undefined>, valibot0.ObjectSchema<{
213
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
214
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
215
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
187
+ }, undefined>, valibot49.ObjectSchema<{
188
+ readonly kind: valibot49.LiteralSchema<"Publish", undefined>;
189
+ readonly modules: valibot49.ArraySchema<valibot49.ArraySchema<valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>, undefined>, undefined>;
190
+ readonly dependencies: valibot49.ArraySchema<valibot49.StringSchema<undefined>, undefined>;
191
+ }, undefined>, valibot49.ObjectSchema<{
192
+ readonly kind: valibot49.LiteralSchema<"Upgrade", undefined>;
193
+ readonly modules: valibot49.ArraySchema<valibot49.ArraySchema<valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>, undefined>, undefined>;
194
+ readonly dependencies: valibot49.ArraySchema<valibot49.StringSchema<undefined>, undefined>;
195
+ readonly packageId: valibot49.StringSchema<undefined>;
196
+ readonly ticket: valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
197
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
198
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
199
+ readonly value: valibot49.UnknownSchema;
200
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
201
+ }, undefined>, valibot49.ObjectSchema<{
202
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
203
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
204
+ readonly value: valibot49.UnknownSchema;
205
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
206
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
207
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
208
+ }, undefined>, valibot49.ObjectSchema<{
209
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
210
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
211
+ }, undefined>, valibot49.ObjectSchema<{
212
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
213
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
214
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
216
215
  }, undefined>], undefined>;
217
- }, undefined>, valibot0.ObjectSchema<{
218
- readonly kind: valibot0.LiteralSchema<"MakeMoveVec", undefined>;
219
- readonly type: valibot0.UnionSchema<[valibot0.ObjectSchema<{
216
+ }, undefined>, valibot49.ObjectSchema<{
217
+ readonly kind: valibot49.LiteralSchema<"MakeMoveVec", undefined>;
218
+ readonly type: valibot49.UnionSchema<[valibot49.ObjectSchema<{
220
219
  readonly Some: GenericSchema<TypeTag>;
221
- }, undefined>, valibot0.ObjectSchema<{
222
- readonly None: valibot0.NullableSchema<valibot0.LiteralSchema<true, undefined>, undefined>;
220
+ }, undefined>, valibot49.ObjectSchema<{
221
+ readonly None: valibot49.NullableSchema<valibot49.LiteralSchema<true, undefined>, undefined>;
223
222
  }, undefined>], undefined>;
224
- readonly objects: valibot0.ArraySchema<valibot0.UnionSchema<[valibot0.UnionSchema<[valibot0.ObjectSchema<{
225
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
226
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
227
- readonly value: valibot0.UnknownSchema;
228
- readonly type: valibot0.OptionalSchema<valibot0.LiteralSchema<"object", undefined>, undefined>;
229
- }, undefined>, valibot0.ObjectSchema<{
230
- readonly kind: valibot0.LiteralSchema<"Input", undefined>;
231
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
232
- readonly value: valibot0.UnknownSchema;
233
- readonly type: valibot0.LiteralSchema<"pure", undefined>;
234
- }, undefined>], undefined>, valibot0.ObjectSchema<{
235
- readonly kind: valibot0.LiteralSchema<"GasCoin", undefined>;
236
- }, undefined>, valibot0.ObjectSchema<{
237
- readonly kind: valibot0.LiteralSchema<"Result", undefined>;
238
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
239
- }, undefined>, valibot0.ObjectSchema<{
240
- readonly kind: valibot0.LiteralSchema<"NestedResult", undefined>;
241
- readonly index: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
242
- readonly resultIndex: valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>;
223
+ readonly objects: valibot49.ArraySchema<valibot49.UnionSchema<[valibot49.UnionSchema<[valibot49.ObjectSchema<{
224
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
225
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
226
+ readonly value: valibot49.UnknownSchema;
227
+ readonly type: valibot49.OptionalSchema<valibot49.LiteralSchema<"object", undefined>, undefined>;
228
+ }, undefined>, valibot49.ObjectSchema<{
229
+ readonly kind: valibot49.LiteralSchema<"Input", undefined>;
230
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
231
+ readonly value: valibot49.UnknownSchema;
232
+ readonly type: valibot49.LiteralSchema<"pure", undefined>;
233
+ }, undefined>], undefined>, valibot49.ObjectSchema<{
234
+ readonly kind: valibot49.LiteralSchema<"GasCoin", undefined>;
235
+ }, undefined>, valibot49.ObjectSchema<{
236
+ readonly kind: valibot49.LiteralSchema<"Result", undefined>;
237
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
238
+ }, undefined>, valibot49.ObjectSchema<{
239
+ readonly kind: valibot49.LiteralSchema<"NestedResult", undefined>;
240
+ readonly index: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
241
+ readonly resultIndex: valibot49.SchemaWithPipe<readonly [valibot49.NumberSchema<undefined>, valibot49.IntegerAction<number, undefined>]>;
243
242
  }, undefined>], undefined>, undefined>;
244
243
  }, undefined>], undefined>, undefined>;
245
244
  }, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"v1.d.mts","names":[],"sources":["../../../src/transactions/data/v1.ts"],"sourcesContent":[],"mappings":";;;;;;;;cA6La,sCAA2B;oBAOtC,QAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA9DI;iDAAa,QAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgEP,2BAAA,GAA8B,mBAAmB"}
1
+ {"version":3,"file":"v1.d.mts","names":[],"sources":["../../../src/transactions/data/v1.ts"],"mappings":";;;;;;;cA6La,2BAAA,YAA2B,YAAA;EAAA,kBAOtC,SAAA,CAAA,aAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA9DI,aAAA;IAAA,8CAAa,SAAA,CAAA,YAAA;IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAgEP,2BAAA,GAA8B,WAAA,QAAmB,2BAAA"}
@@ -1,12 +1,12 @@
1
1
  import { EnumInputShape } from "@haneullabs/bcs";
2
- import * as valibot1073 from "valibot";
2
+ import * as valibot0 from "valibot";
3
3
  import { GenericSchema, InferOutput } from "valibot";
4
4
 
5
5
  //#region src/transactions/data/v2.d.ts
6
- declare const SerializedTransactionDataV2Schema: valibot1073.ObjectSchema<{
7
- readonly version: valibot1073.LiteralSchema<2, undefined>;
8
- readonly sender: valibot1073.NullishSchema<valibot1073.SchemaWithPipe<readonly [valibot1073.StringSchema<undefined>, valibot1073.TransformAction<string, string>, valibot1073.CheckAction<string, undefined>]>, undefined>;
9
- readonly expiration: valibot1073.NullishSchema<GenericSchema<EnumInputShape<{
6
+ declare const SerializedTransactionDataV2Schema: valibot0.ObjectSchema<{
7
+ readonly version: valibot0.LiteralSchema<2, undefined>;
8
+ readonly sender: valibot0.NullishSchema<valibot0.SchemaWithPipe<readonly [valibot0.StringSchema<undefined>, valibot0.TransformAction<string, string>, valibot0.CheckAction<string, undefined>]>, undefined>;
9
+ readonly expiration: valibot0.NullishSchema<GenericSchema<EnumInputShape<{
10
10
  None: true;
11
11
  Epoch: string | number;
12
12
  ValidDuring: {
@@ -18,17 +18,17 @@ declare const SerializedTransactionDataV2Schema: valibot1073.ObjectSchema<{
18
18
  nonce: number;
19
19
  };
20
20
  }>>, undefined>;
21
- readonly gasData: valibot1073.ObjectSchema<{
22
- readonly budget: valibot1073.NullableSchema<valibot1073.SchemaWithPipe<readonly [valibot1073.UnionSchema<[valibot1073.StringSchema<undefined>, valibot1073.SchemaWithPipe<readonly [valibot1073.NumberSchema<undefined>, valibot1073.IntegerAction<number, undefined>]>], undefined>, valibot1073.CheckAction<string | number, "Invalid u64">]>, undefined>;
23
- readonly price: valibot1073.NullableSchema<valibot1073.SchemaWithPipe<readonly [valibot1073.UnionSchema<[valibot1073.StringSchema<undefined>, valibot1073.SchemaWithPipe<readonly [valibot1073.NumberSchema<undefined>, valibot1073.IntegerAction<number, undefined>]>], undefined>, valibot1073.CheckAction<string | number, "Invalid u64">]>, undefined>;
24
- readonly owner: valibot1073.NullableSchema<valibot1073.SchemaWithPipe<readonly [valibot1073.StringSchema<undefined>, valibot1073.TransformAction<string, string>, valibot1073.CheckAction<string, undefined>]>, undefined>;
25
- readonly payment: valibot1073.NullableSchema<valibot1073.ArraySchema<valibot1073.ObjectSchema<{
26
- readonly objectId: valibot1073.SchemaWithPipe<readonly [valibot1073.StringSchema<undefined>, valibot1073.TransformAction<string, string>, valibot1073.CheckAction<string, undefined>]>;
27
- readonly version: valibot1073.SchemaWithPipe<readonly [valibot1073.UnionSchema<[valibot1073.StringSchema<undefined>, valibot1073.SchemaWithPipe<readonly [valibot1073.NumberSchema<undefined>, valibot1073.IntegerAction<number, undefined>]>], undefined>, valibot1073.CheckAction<string | number, "Invalid u64">]>;
28
- readonly digest: valibot1073.StringSchema<undefined>;
21
+ readonly gasData: valibot0.ObjectSchema<{
22
+ readonly budget: valibot0.NullableSchema<valibot0.SchemaWithPipe<readonly [valibot0.UnionSchema<[valibot0.StringSchema<undefined>, valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>], undefined>, valibot0.CheckAction<string | number, "Invalid u64">]>, undefined>;
23
+ readonly price: valibot0.NullableSchema<valibot0.SchemaWithPipe<readonly [valibot0.UnionSchema<[valibot0.StringSchema<undefined>, valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>], undefined>, valibot0.CheckAction<string | number, "Invalid u64">]>, undefined>;
24
+ readonly owner: valibot0.NullableSchema<valibot0.SchemaWithPipe<readonly [valibot0.StringSchema<undefined>, valibot0.TransformAction<string, string>, valibot0.CheckAction<string, undefined>]>, undefined>;
25
+ readonly payment: valibot0.NullableSchema<valibot0.ArraySchema<valibot0.ObjectSchema<{
26
+ readonly objectId: valibot0.SchemaWithPipe<readonly [valibot0.StringSchema<undefined>, valibot0.TransformAction<string, string>, valibot0.CheckAction<string, undefined>]>;
27
+ readonly version: valibot0.SchemaWithPipe<readonly [valibot0.UnionSchema<[valibot0.StringSchema<undefined>, valibot0.SchemaWithPipe<readonly [valibot0.NumberSchema<undefined>, valibot0.IntegerAction<number, undefined>]>], undefined>, valibot0.CheckAction<string | number, "Invalid u64">]>;
28
+ readonly digest: valibot0.StringSchema<undefined>;
29
29
  }, undefined>, undefined>, undefined>;
30
30
  }, undefined>;
31
- readonly inputs: valibot1073.ArraySchema<GenericSchema<EnumInputShape<{
31
+ readonly inputs: valibot0.ArraySchema<GenericSchema<EnumInputShape<{
32
32
  Object: EnumInputShape<{
33
33
  ImmOrOwnedObject: {
34
34
  objectId: string;
@@ -73,7 +73,7 @@ declare const SerializedTransactionDataV2Schema: valibot1073.ObjectSchema<{
73
73
  };
74
74
  };
75
75
  }>>, undefined>;
76
- readonly commands: valibot1073.ArraySchema<GenericSchema<EnumInputShape<{
76
+ readonly commands: valibot0.ArraySchema<GenericSchema<EnumInputShape<{
77
77
  MoveCall: {
78
78
  package: string;
79
79
  module: string;
@@ -172,7 +172,7 @@ declare const SerializedTransactionDataV2Schema: valibot1073.ObjectSchema<{
172
172
  };
173
173
  };
174
174
  }>>, undefined>;
175
- readonly digest: valibot1073.OptionalSchema<valibot1073.NullableSchema<valibot1073.StringSchema<undefined>, undefined>, undefined>;
175
+ readonly digest: valibot0.OptionalSchema<valibot0.NullableSchema<valibot0.StringSchema<undefined>, undefined>, undefined>;
176
176
  }, undefined>;
177
177
  type SerializedTransactionDataV2 = InferOutput<typeof SerializedTransactionDataV2Schema>;
178
178
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"v2.d.mts","names":[],"sources":["../../../src/transactions/data/v2.ts"],"sourcesContent":[],"mappings":";;;;;cAmJa,+CAAiC;oBAQ5C,WAAA,CAAA;;EARW,SAAA,UAAA,2BAQX,cAAA,eAAA,CAAA;IAAA,IAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAR4C,EAAA;MAAA,OAAA,EAAA,MAAA;MAUlC,MAAA,EAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAA,2BAAA,GAA8B,mBAAmB"}
1
+ {"version":3,"file":"v2.d.mts","names":[],"sources":["../../../src/transactions/data/v2.ts"],"mappings":";;;;;cAmJa,iCAAA,WAAiC,YAAA;EAAA,kBAQ5C,QAAA,CAAA,aAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEU,2BAAA,GAA8B,WAAA,QAAmB,iCAAA"}