@mysten/sui 1.2.1 → 1.3.1

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 (190) hide show
  1. package/CHANGELOG.md +210 -84
  2. package/README.md +0 -44
  3. package/dist/cjs/bcs/bcs.d.ts +2 -2
  4. package/dist/cjs/bcs/bcs.js.map +2 -2
  5. package/dist/cjs/bcs/index.d.ts +20 -20
  6. package/dist/cjs/bcs/type-tag-serializer.js.map +1 -1
  7. package/dist/cjs/client/client.d.ts +5 -2
  8. package/dist/cjs/client/client.js +5 -0
  9. package/dist/cjs/client/client.js.map +2 -2
  10. package/dist/cjs/client/http-transport.js +14 -28
  11. package/dist/cjs/client/http-transport.js.map +1 -1
  12. package/dist/cjs/client/network.js.map +1 -1
  13. package/dist/cjs/client/rpc-websocket-client.d.ts +1 -8
  14. package/dist/cjs/client/rpc-websocket-client.js +14 -31
  15. package/dist/cjs/client/rpc-websocket-client.js.map +1 -1
  16. package/dist/cjs/cryptography/publickey.js +1 -2
  17. package/dist/cjs/cryptography/publickey.js.map +1 -1
  18. package/dist/cjs/faucet/faucet.js.map +1 -1
  19. package/dist/cjs/graphql/client.js +11 -22
  20. package/dist/cjs/graphql/client.js.map +2 -2
  21. package/dist/cjs/graphql/schemas/2024.1/index.d.ts +681 -681
  22. package/dist/cjs/graphql/schemas/2024.4/index.d.ts +682 -682
  23. package/dist/cjs/keypairs/ed25519/keypair.js.map +1 -1
  24. package/dist/cjs/keypairs/ed25519/publickey.js.map +1 -1
  25. package/dist/cjs/keypairs/secp256k1/publickey.js.map +1 -1
  26. package/dist/cjs/keypairs/secp256r1/publickey.js.map +1 -1
  27. package/dist/cjs/multisig/publickey.js.map +1 -1
  28. package/dist/cjs/multisig/signer.js +9 -20
  29. package/dist/cjs/multisig/signer.js.map +1 -1
  30. package/dist/cjs/transactions/Arguments.d.ts +988 -0
  31. package/dist/cjs/transactions/Arguments.js +32 -0
  32. package/dist/cjs/transactions/Arguments.js.map +7 -0
  33. package/dist/cjs/transactions/Commands.d.ts +19 -72
  34. package/dist/cjs/transactions/Commands.js.map +1 -1
  35. package/dist/cjs/transactions/ObjectCache.d.ts +1 -4
  36. package/dist/cjs/transactions/ObjectCache.js +8 -19
  37. package/dist/cjs/transactions/ObjectCache.js.map +1 -1
  38. package/dist/cjs/transactions/Transaction.d.ts +47 -49
  39. package/dist/cjs/transactions/Transaction.js +25 -51
  40. package/dist/cjs/transactions/Transaction.js.map +2 -2
  41. package/dist/cjs/transactions/TransactionData.d.ts +2 -2
  42. package/dist/cjs/transactions/TransactionData.js.map +2 -2
  43. package/dist/cjs/transactions/data/internal.d.ts +447 -2128
  44. package/dist/cjs/transactions/data/internal.js +32 -29
  45. package/dist/cjs/transactions/data/internal.js.map +2 -2
  46. package/dist/cjs/transactions/data/v1.d.ts +288 -1818
  47. package/dist/cjs/transactions/data/v1.js +80 -80
  48. package/dist/cjs/transactions/data/v1.js.map +2 -2
  49. package/dist/cjs/transactions/data/v2.d.ts +24 -192
  50. package/dist/cjs/transactions/data/v2.js +3 -3
  51. package/dist/cjs/transactions/data/v2.js.map +2 -2
  52. package/dist/cjs/transactions/executor/caching.d.ts +1 -0
  53. package/dist/cjs/transactions/executor/caching.js +23 -22
  54. package/dist/cjs/transactions/executor/caching.js.map +2 -2
  55. package/dist/cjs/transactions/executor/parallel.d.ts +1 -0
  56. package/dist/cjs/transactions/executor/parallel.js +36 -60
  57. package/dist/cjs/transactions/executor/parallel.js.map +2 -2
  58. package/dist/cjs/transactions/executor/queue.js +6 -13
  59. package/dist/cjs/transactions/executor/queue.js.map +1 -1
  60. package/dist/cjs/transactions/executor/serial.d.ts +2 -1
  61. package/dist/cjs/transactions/executor/serial.js +14 -40
  62. package/dist/cjs/transactions/executor/serial.js.map +2 -2
  63. package/dist/cjs/transactions/hash.js.map +1 -1
  64. package/dist/cjs/transactions/index.d.ts +1 -0
  65. package/dist/cjs/transactions/index.js +2 -2
  66. package/dist/cjs/transactions/index.js.map +2 -2
  67. package/dist/cjs/transactions/intents/CoinWithBalance.js.map +2 -2
  68. package/dist/cjs/transactions/json-rpc-resolver.js +4 -2
  69. package/dist/cjs/transactions/json-rpc-resolver.js.map +2 -2
  70. package/dist/cjs/transactions/pure.d.ts +25 -182
  71. package/dist/cjs/transactions/pure.js +58 -12
  72. package/dist/cjs/transactions/pure.js.map +3 -3
  73. package/dist/cjs/transactions/serializer.js.map +1 -1
  74. package/dist/cjs/utils/constants.js.map +1 -1
  75. package/dist/cjs/utils/format.js.map +1 -1
  76. package/dist/cjs/utils/sui-types.js +1 -2
  77. package/dist/cjs/utils/sui-types.js.map +2 -2
  78. package/dist/cjs/utils/suins.js.map +1 -1
  79. package/dist/cjs/verify/verify.js.map +1 -1
  80. package/dist/cjs/version.d.ts +2 -2
  81. package/dist/cjs/version.js +2 -2
  82. package/dist/cjs/version.js.map +1 -1
  83. package/dist/cjs/zklogin/jwt-utils.js.map +1 -1
  84. package/dist/cjs/zklogin/publickey.js +11 -22
  85. package/dist/cjs/zklogin/publickey.js.map +1 -1
  86. package/dist/esm/bcs/bcs.d.ts +2 -2
  87. package/dist/esm/bcs/bcs.js.map +2 -2
  88. package/dist/esm/bcs/index.d.ts +20 -20
  89. package/dist/esm/bcs/type-tag-serializer.js.map +1 -1
  90. package/dist/esm/client/client.d.ts +5 -2
  91. package/dist/esm/client/client.js +5 -0
  92. package/dist/esm/client/client.js.map +2 -2
  93. package/dist/esm/client/http-transport.js +13 -27
  94. package/dist/esm/client/http-transport.js.map +1 -1
  95. package/dist/esm/client/network.js.map +1 -1
  96. package/dist/esm/client/rpc-websocket-client.d.ts +1 -8
  97. package/dist/esm/client/rpc-websocket-client.js +13 -30
  98. package/dist/esm/client/rpc-websocket-client.js.map +1 -1
  99. package/dist/esm/cryptography/publickey.js +1 -2
  100. package/dist/esm/cryptography/publickey.js.map +1 -1
  101. package/dist/esm/faucet/faucet.js.map +1 -1
  102. package/dist/esm/graphql/client.js +10 -21
  103. package/dist/esm/graphql/client.js.map +2 -2
  104. package/dist/esm/graphql/schemas/2024.1/index.d.ts +681 -681
  105. package/dist/esm/graphql/schemas/2024.4/index.d.ts +682 -682
  106. package/dist/esm/keypairs/ed25519/keypair.js.map +1 -1
  107. package/dist/esm/keypairs/ed25519/publickey.js.map +1 -1
  108. package/dist/esm/keypairs/secp256k1/publickey.js.map +1 -1
  109. package/dist/esm/keypairs/secp256r1/publickey.js.map +1 -1
  110. package/dist/esm/multisig/publickey.js.map +1 -1
  111. package/dist/esm/multisig/signer.js +8 -19
  112. package/dist/esm/multisig/signer.js.map +1 -1
  113. package/dist/esm/transactions/Arguments.d.ts +988 -0
  114. package/dist/esm/transactions/Arguments.js +12 -0
  115. package/dist/esm/transactions/Arguments.js.map +7 -0
  116. package/dist/esm/transactions/Commands.d.ts +19 -72
  117. package/dist/esm/transactions/Commands.js.map +1 -1
  118. package/dist/esm/transactions/ObjectCache.d.ts +1 -4
  119. package/dist/esm/transactions/ObjectCache.js +7 -18
  120. package/dist/esm/transactions/ObjectCache.js.map +1 -1
  121. package/dist/esm/transactions/Transaction.d.ts +47 -49
  122. package/dist/esm/transactions/Transaction.js +24 -50
  123. package/dist/esm/transactions/Transaction.js.map +2 -2
  124. package/dist/esm/transactions/TransactionData.d.ts +2 -2
  125. package/dist/esm/transactions/TransactionData.js.map +2 -2
  126. package/dist/esm/transactions/data/internal.d.ts +447 -2128
  127. package/dist/esm/transactions/data/internal.js +35 -31
  128. package/dist/esm/transactions/data/internal.js.map +2 -2
  129. package/dist/esm/transactions/data/v1.d.ts +288 -1818
  130. package/dist/esm/transactions/data/v1.js +83 -82
  131. package/dist/esm/transactions/data/v1.js.map +2 -2
  132. package/dist/esm/transactions/data/v2.d.ts +24 -192
  133. package/dist/esm/transactions/data/v2.js +4 -3
  134. package/dist/esm/transactions/data/v2.js.map +2 -2
  135. package/dist/esm/transactions/executor/caching.d.ts +1 -0
  136. package/dist/esm/transactions/executor/caching.js +22 -21
  137. package/dist/esm/transactions/executor/caching.js.map +2 -2
  138. package/dist/esm/transactions/executor/parallel.d.ts +1 -0
  139. package/dist/esm/transactions/executor/parallel.js +35 -59
  140. package/dist/esm/transactions/executor/parallel.js.map +2 -2
  141. package/dist/esm/transactions/executor/queue.js +5 -12
  142. package/dist/esm/transactions/executor/queue.js.map +1 -1
  143. package/dist/esm/transactions/executor/serial.d.ts +2 -1
  144. package/dist/esm/transactions/executor/serial.js +13 -39
  145. package/dist/esm/transactions/executor/serial.js.map +2 -2
  146. package/dist/esm/transactions/hash.js.map +1 -1
  147. package/dist/esm/transactions/index.d.ts +1 -0
  148. package/dist/esm/transactions/index.js +2 -2
  149. package/dist/esm/transactions/index.js.map +2 -2
  150. package/dist/esm/transactions/intents/CoinWithBalance.js.map +2 -2
  151. package/dist/esm/transactions/json-rpc-resolver.js +4 -2
  152. package/dist/esm/transactions/json-rpc-resolver.js.map +2 -2
  153. package/dist/esm/transactions/pure.d.ts +25 -182
  154. package/dist/esm/transactions/pure.js +48 -2
  155. package/dist/esm/transactions/pure.js.map +2 -2
  156. package/dist/esm/transactions/serializer.js.map +1 -1
  157. package/dist/esm/utils/constants.js.map +1 -1
  158. package/dist/esm/utils/format.js.map +1 -1
  159. package/dist/esm/utils/sui-types.js +1 -2
  160. package/dist/esm/utils/sui-types.js.map +2 -2
  161. package/dist/esm/utils/suins.js.map +1 -1
  162. package/dist/esm/verify/verify.js.map +1 -1
  163. package/dist/esm/version.d.ts +2 -2
  164. package/dist/esm/version.js +2 -2
  165. package/dist/esm/version.js.map +1 -1
  166. package/dist/esm/zklogin/jwt-utils.js.map +1 -1
  167. package/dist/esm/zklogin/publickey.js +10 -21
  168. package/dist/esm/zklogin/publickey.js.map +1 -1
  169. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  170. package/dist/tsconfig.tsbuildinfo +1 -1
  171. package/package.json +26 -26
  172. package/src/bcs/bcs.ts +2 -2
  173. package/src/client/client.ts +7 -4
  174. package/src/graphql/client.ts +1 -1
  175. package/src/transactions/Arguments.ts +23 -0
  176. package/src/transactions/Commands.ts +12 -12
  177. package/src/transactions/Transaction.ts +11 -11
  178. package/src/transactions/TransactionData.ts +4 -2
  179. package/src/transactions/data/internal.ts +52 -47
  180. package/src/transactions/data/v1.ts +102 -100
  181. package/src/transactions/data/v2.ts +9 -8
  182. package/src/transactions/executor/caching.ts +14 -2
  183. package/src/transactions/executor/parallel.ts +5 -1
  184. package/src/transactions/executor/serial.ts +3 -10
  185. package/src/transactions/index.ts +2 -0
  186. package/src/transactions/intents/CoinWithBalance.ts +2 -2
  187. package/src/transactions/json-rpc-resolver.ts +5 -1
  188. package/src/transactions/pure.ts +106 -4
  189. package/src/utils/sui-types.ts +1 -1
  190. package/src/version.ts +2 -2
@@ -1,1839 +1,309 @@
1
- import type { BaseSchema, Output } from 'valibot';
1
+ import type { GenericSchema, InferOutput } from 'valibot';
2
2
  import type { StructTag as StructTagType, TypeTag as TypeTagType } from '../../bcs/types.js';
3
3
  import { TransactionData } from './internal.js';
4
4
  export declare const ObjectRef: import("valibot").ObjectSchema<{
5
- digest: import("valibot").StringSchema<string>;
6
- objectId: import("valibot").StringSchema<string>;
7
- version: import("valibot").UnionSchema<(import("valibot").StringSchema<string> | import("valibot").NumberSchema<number> | import("valibot").BigintSchema<bigint>)[], string | number | bigint>;
8
- }, undefined, {
9
- objectId: string;
10
- version: string | number | bigint;
11
- digest: string;
12
- }>;
13
- export declare const NormalizedCallArg: {
14
- async: false;
15
- _parse(input: unknown, info?: Partial<Pick<import("valibot").Issue, "origin" | "abortEarly" | "abortPipeEarly" | "skipPipe">> | undefined): import("valibot").SchemaResult<import("@mysten/bcs").EnumOutputShapeWithKeys<{
16
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
17
- ImmOrOwned: {
18
- objectId: string;
19
- version: string | number | bigint;
20
- digest: string;
21
- };
22
- Shared: {
23
- objectId: string;
24
- initialSharedVersion: string | number;
25
- mutable: boolean;
26
- };
27
- Receiving: {
28
- objectId: string;
29
- version: string | number | bigint;
30
- digest: string;
31
- };
32
- }, "Receiving" | "Shared" | "ImmOrOwned">;
33
- Pure: number[];
34
- }, "Pure" | "Object">>;
35
- _types?: {
36
- input: import("@mysten/bcs").EnumInputShape<{
37
- Object: import("@mysten/bcs").EnumInputShape<{
38
- ImmOrOwned: {
39
- objectId: string;
40
- version: string | number | bigint;
41
- digest: string;
42
- };
43
- Shared: {
44
- objectId: string;
45
- initialSharedVersion: string | number;
46
- mutable: boolean;
47
- };
48
- Receiving: {
49
- objectId: string;
50
- version: string | number | bigint;
51
- digest: string;
52
- };
53
- }>;
54
- Pure: number[];
55
- }>;
56
- output: import("@mysten/bcs").EnumOutputShapeWithKeys<{
57
- Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
58
- ImmOrOwned: {
59
- objectId: string;
60
- version: string | number | bigint;
61
- digest: string;
62
- };
63
- Shared: {
64
- objectId: string;
65
- initialSharedVersion: string | number;
66
- mutable: boolean;
67
- };
68
- Receiving: {
69
- objectId: string;
70
- version: string | number | bigint;
71
- digest: string;
72
- };
73
- }, "Receiving" | "Shared" | "ImmOrOwned">;
74
- Pure: number[];
75
- }, "Pure" | "Object">;
76
- } | undefined;
77
- };
78
- export declare const TypeTag: BaseSchema<TypeTagType>;
79
- export declare const StructTag: BaseSchema<StructTagType>;
80
- export declare const TransactionArgument: import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
81
- kind: import("valibot").LiteralSchema<"Input", "Input">;
82
- index: import("valibot").NumberSchema<number>;
83
- value: import("valibot").UnknownSchema<unknown>;
84
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
85
- }, undefined, {
86
- kind: "Input";
87
- value: unknown;
88
- index: number;
89
- type?: "object" | undefined;
90
- }> | import("valibot").ObjectSchema<{
91
- kind: import("valibot").LiteralSchema<"Input", "Input">;
92
- index: import("valibot").NumberSchema<number>;
93
- value: import("valibot").UnknownSchema<unknown>;
94
- type: import("valibot").LiteralSchema<"pure", "pure">;
95
- }, undefined, {
96
- type: "pure";
97
- kind: "Input";
98
- value: unknown;
99
- index: number;
100
- }>)[], {
101
- kind: "Input";
102
- value: unknown;
103
- index: number;
104
- type?: "object" | undefined;
105
- } | {
106
- type: "pure";
107
- kind: "Input";
108
- value: unknown;
109
- index: number;
110
- }> | import("valibot").ObjectSchema<{
111
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
112
- }, undefined, {
113
- kind: "GasCoin";
114
- }> | import("valibot").ObjectSchema<{
115
- kind: import("valibot").LiteralSchema<"Result", "Result">;
116
- index: import("valibot").NumberSchema<number>;
117
- }, undefined, {
118
- kind: "Result";
119
- index: number;
120
- }> | import("valibot").ObjectSchema<{
121
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
122
- index: import("valibot").NumberSchema<number>;
123
- resultIndex: import("valibot").NumberSchema<number>;
124
- }, undefined, {
125
- kind: "NestedResult";
126
- index: number;
127
- resultIndex: number;
128
- }>)[], {
129
- kind: "Input";
130
- value: unknown;
131
- index: number;
132
- type?: "object" | undefined;
133
- } | {
134
- type: "pure";
135
- kind: "Input";
136
- value: unknown;
137
- index: number;
138
- } | {
139
- kind: "GasCoin";
140
- } | {
141
- kind: "Result";
142
- index: number;
143
- } | {
144
- kind: "NestedResult";
145
- index: number;
146
- resultIndex: number;
147
- }>;
148
- export declare const SerializedTransactionDataV1: import("valibot").ObjectSchema<{
149
- version: import("valibot").LiteralSchema<1, 1>;
150
- sender: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
151
- expiration: import("valibot").NullishSchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
152
- Epoch: import("valibot").NumberSchema<number>;
153
- }, undefined, {
154
- Epoch: number;
155
- }> | import("valibot").ObjectSchema<{
156
- None: import("valibot").NullableSchema<import("valibot").LiteralSchema<true, true>, undefined, true | null>;
157
- }, undefined, {
158
- None: true | null;
159
- }>)[], {
160
- Epoch: number;
161
- } | {
162
- None: true | null;
163
- }>, undefined, {
164
- Epoch: number;
165
- } | {
166
- None: true | null;
167
- } | null | undefined>;
168
- gasConfig: import("valibot").ObjectSchema<{
169
- budget: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").StringSchema<string> | import("valibot").NumberSchema<number> | import("valibot").BigintSchema<bigint>)[], string | number | bigint>, undefined, string | number | bigint | undefined>;
170
- price: import("valibot").OptionalSchema<import("valibot").UnionSchema<(import("valibot").StringSchema<string> | import("valibot").NumberSchema<number> | import("valibot").BigintSchema<bigint>)[], string | number | bigint>, undefined, string | number | bigint | undefined>;
171
- payment: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
172
- digest: import("valibot").StringSchema<string>;
173
- objectId: import("valibot").StringSchema<string>;
174
- version: import("valibot").UnionSchema<(import("valibot").StringSchema<string> | import("valibot").NumberSchema<number> | import("valibot").BigintSchema<bigint>)[], string | number | bigint>;
175
- }, undefined, {
5
+ readonly digest: import("valibot").StringSchema<undefined>;
6
+ readonly objectId: import("valibot").StringSchema<undefined>;
7
+ readonly version: import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>, import("valibot").StringSchema<undefined>, import("valibot").BigintSchema<undefined>], undefined>;
8
+ }, undefined>;
9
+ export declare const NormalizedCallArg: GenericSchema<import("@mysten/bcs").EnumInputShape<{
10
+ Object: import("@mysten/bcs").EnumInputShape<{
11
+ ImmOrOwned: {
176
12
  objectId: string;
177
13
  version: string | number | bigint;
178
14
  digest: string;
179
- }>, {
15
+ };
16
+ Shared: {
180
17
  objectId: string;
181
- version: string | number | bigint;
182
- digest: string;
183
- }[]>, undefined, {
18
+ initialSharedVersion: string | number;
19
+ mutable: boolean;
20
+ };
21
+ Receiving: {
184
22
  objectId: string;
185
23
  version: string | number | bigint;
186
24
  digest: string;
187
- }[] | undefined>;
188
- owner: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
189
- }, undefined, {
190
- payment?: {
25
+ };
26
+ }>;
27
+ Pure: number[];
28
+ }>, import("@mysten/bcs").EnumOutputShapeWithKeys<{
29
+ Object: import("@mysten/bcs").EnumOutputShapeWithKeys<{
30
+ ImmOrOwned: {
191
31
  objectId: string;
192
32
  version: string | number | bigint;
193
33
  digest: string;
194
- }[] | undefined;
195
- owner?: string | undefined;
196
- price?: string | number | bigint | undefined;
197
- budget?: string | number | bigint | undefined;
198
- }>;
199
- inputs: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
200
- kind: import("valibot").LiteralSchema<"Input", "Input">;
201
- index: import("valibot").NumberSchema<number>;
202
- value: import("valibot").UnknownSchema<unknown>;
203
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
204
- }, undefined, {
205
- kind: "Input";
206
- value: unknown;
207
- index: number;
208
- type?: "object" | undefined;
209
- }> | import("valibot").ObjectSchema<{
210
- kind: import("valibot").LiteralSchema<"Input", "Input">;
211
- index: import("valibot").NumberSchema<number>;
212
- value: import("valibot").UnknownSchema<unknown>;
213
- type: import("valibot").LiteralSchema<"pure", "pure">;
214
- }, undefined, {
215
- type: "pure";
216
- kind: "Input";
217
- value: unknown;
218
- index: number;
219
- }>)[], {
220
- kind: "Input";
221
- value: unknown;
222
- index: number;
223
- type?: "object" | undefined;
224
- } | {
225
- type: "pure";
226
- kind: "Input";
227
- value: unknown;
228
- index: number;
229
- }>, ({
230
- kind: "Input";
231
- value: unknown;
232
- index: number;
233
- type?: "object" | undefined;
234
- } | {
235
- type: "pure";
236
- kind: "Input";
237
- value: unknown;
238
- index: number;
239
- })[]>;
240
- transactions: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
241
- kind: import("valibot").LiteralSchema<"MoveCall", "MoveCall">;
242
- target: BaseSchema<`${string}::${string}::${string}`>;
243
- typeArguments: import("valibot").ArraySchema<import("valibot").StringSchema<string>, string[]>;
244
- arguments: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
245
- kind: import("valibot").LiteralSchema<"Input", "Input">;
246
- index: import("valibot").NumberSchema<number>;
247
- value: import("valibot").UnknownSchema<unknown>;
248
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
249
- }, undefined, {
250
- kind: "Input";
251
- value: unknown;
252
- index: number;
253
- type?: "object" | undefined;
254
- }> | import("valibot").ObjectSchema<{
255
- kind: import("valibot").LiteralSchema<"Input", "Input">;
256
- index: import("valibot").NumberSchema<number>;
257
- value: import("valibot").UnknownSchema<unknown>;
258
- type: import("valibot").LiteralSchema<"pure", "pure">;
259
- }, undefined, {
260
- type: "pure";
261
- kind: "Input";
262
- value: unknown;
263
- index: number;
264
- }>)[], {
265
- kind: "Input";
266
- value: unknown;
267
- index: number;
268
- type?: "object" | undefined;
269
- } | {
270
- type: "pure";
271
- kind: "Input";
272
- value: unknown;
273
- index: number;
274
- }> | import("valibot").ObjectSchema<{
275
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
276
- }, undefined, {
277
- kind: "GasCoin";
278
- }> | import("valibot").ObjectSchema<{
279
- kind: import("valibot").LiteralSchema<"Result", "Result">;
280
- index: import("valibot").NumberSchema<number>;
281
- }, undefined, {
282
- kind: "Result";
283
- index: number;
284
- }> | import("valibot").ObjectSchema<{
285
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
286
- index: import("valibot").NumberSchema<number>;
287
- resultIndex: import("valibot").NumberSchema<number>;
288
- }, undefined, {
289
- kind: "NestedResult";
290
- index: number;
291
- resultIndex: number;
292
- }>)[], {
293
- kind: "Input";
294
- value: unknown;
295
- index: number;
296
- type?: "object" | undefined;
297
- } | {
298
- type: "pure";
299
- kind: "Input";
300
- value: unknown;
301
- index: number;
302
- } | {
303
- kind: "GasCoin";
304
- } | {
305
- kind: "Result";
306
- index: number;
307
- } | {
308
- kind: "NestedResult";
309
- index: number;
310
- resultIndex: number;
311
- }>, ({
312
- kind: "Input";
313
- value: unknown;
314
- index: number;
315
- type?: "object" | undefined;
316
- } | {
317
- type: "pure";
318
- kind: "Input";
319
- value: unknown;
320
- index: number;
321
- } | {
322
- kind: "GasCoin";
323
- } | {
324
- kind: "Result";
325
- index: number;
326
- } | {
327
- kind: "NestedResult";
328
- index: number;
329
- resultIndex: number;
330
- })[]>;
331
- }, undefined, {
332
- typeArguments: string[];
333
- arguments: ({
334
- kind: "Input";
335
- value: unknown;
336
- index: number;
337
- type?: "object" | undefined;
338
- } | {
339
- type: "pure";
340
- kind: "Input";
341
- value: unknown;
342
- index: number;
343
- } | {
344
- kind: "GasCoin";
345
- } | {
346
- kind: "Result";
347
- index: number;
348
- } | {
349
- kind: "NestedResult";
350
- index: number;
351
- resultIndex: number;
352
- })[];
353
- kind: "MoveCall";
354
- target: `${string}::${string}::${string}`;
355
- }> | import("valibot").ObjectSchema<{
356
- kind: import("valibot").LiteralSchema<"TransferObjects", "TransferObjects">;
357
- objects: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
358
- kind: import("valibot").LiteralSchema<"Input", "Input">;
359
- index: import("valibot").NumberSchema<number>;
360
- value: import("valibot").UnknownSchema<unknown>;
361
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
362
- }, undefined, {
363
- kind: "Input";
364
- value: unknown;
365
- index: number;
366
- type?: "object" | undefined;
367
- }> | import("valibot").ObjectSchema<{
368
- kind: import("valibot").LiteralSchema<"Input", "Input">;
369
- index: import("valibot").NumberSchema<number>;
370
- value: import("valibot").UnknownSchema<unknown>;
371
- type: import("valibot").LiteralSchema<"pure", "pure">;
372
- }, undefined, {
373
- type: "pure";
374
- kind: "Input";
375
- value: unknown;
376
- index: number;
377
- }>)[], {
378
- kind: "Input";
379
- value: unknown;
380
- index: number;
381
- type?: "object" | undefined;
382
- } | {
383
- type: "pure";
384
- kind: "Input";
385
- value: unknown;
386
- index: number;
387
- }> | import("valibot").ObjectSchema<{
388
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
389
- }, undefined, {
390
- kind: "GasCoin";
391
- }> | import("valibot").ObjectSchema<{
392
- kind: import("valibot").LiteralSchema<"Result", "Result">;
393
- index: import("valibot").NumberSchema<number>;
394
- }, undefined, {
395
- kind: "Result";
396
- index: number;
397
- }> | import("valibot").ObjectSchema<{
398
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
399
- index: import("valibot").NumberSchema<number>;
400
- resultIndex: import("valibot").NumberSchema<number>;
401
- }, undefined, {
402
- kind: "NestedResult";
403
- index: number;
404
- resultIndex: number;
405
- }>)[], {
406
- kind: "Input";
407
- value: unknown;
408
- index: number;
409
- type?: "object" | undefined;
410
- } | {
411
- type: "pure";
412
- kind: "Input";
413
- value: unknown;
414
- index: number;
415
- } | {
416
- kind: "GasCoin";
417
- } | {
418
- kind: "Result";
419
- index: number;
420
- } | {
421
- kind: "NestedResult";
422
- index: number;
423
- resultIndex: number;
424
- }>, ({
425
- kind: "Input";
426
- value: unknown;
427
- index: number;
428
- type?: "object" | undefined;
429
- } | {
430
- type: "pure";
431
- kind: "Input";
432
- value: unknown;
433
- index: number;
434
- } | {
435
- kind: "GasCoin";
436
- } | {
437
- kind: "Result";
438
- index: number;
439
- } | {
440
- kind: "NestedResult";
441
- index: number;
442
- resultIndex: number;
443
- })[]>;
444
- address: import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
445
- kind: import("valibot").LiteralSchema<"Input", "Input">;
446
- index: import("valibot").NumberSchema<number>;
447
- value: import("valibot").UnknownSchema<unknown>;
448
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
449
- }, undefined, {
450
- kind: "Input";
451
- value: unknown;
452
- index: number;
453
- type?: "object" | undefined;
454
- }> | import("valibot").ObjectSchema<{
455
- kind: import("valibot").LiteralSchema<"Input", "Input">;
456
- index: import("valibot").NumberSchema<number>;
457
- value: import("valibot").UnknownSchema<unknown>;
458
- type: import("valibot").LiteralSchema<"pure", "pure">;
459
- }, undefined, {
460
- type: "pure";
461
- kind: "Input";
462
- value: unknown;
463
- index: number;
464
- }>)[], {
465
- kind: "Input";
466
- value: unknown;
467
- index: number;
468
- type?: "object" | undefined;
469
- } | {
470
- type: "pure";
471
- kind: "Input";
472
- value: unknown;
473
- index: number;
474
- }> | import("valibot").ObjectSchema<{
475
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
476
- }, undefined, {
477
- kind: "GasCoin";
478
- }> | import("valibot").ObjectSchema<{
479
- kind: import("valibot").LiteralSchema<"Result", "Result">;
480
- index: import("valibot").NumberSchema<number>;
481
- }, undefined, {
482
- kind: "Result";
483
- index: number;
484
- }> | import("valibot").ObjectSchema<{
485
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
486
- index: import("valibot").NumberSchema<number>;
487
- resultIndex: import("valibot").NumberSchema<number>;
488
- }, undefined, {
489
- kind: "NestedResult";
490
- index: number;
491
- resultIndex: number;
492
- }>)[], {
493
- kind: "Input";
494
- value: unknown;
495
- index: number;
496
- type?: "object" | undefined;
497
- } | {
498
- type: "pure";
499
- kind: "Input";
500
- value: unknown;
501
- index: number;
502
- } | {
503
- kind: "GasCoin";
504
- } | {
505
- kind: "Result";
506
- index: number;
507
- } | {
508
- kind: "NestedResult";
509
- index: number;
510
- resultIndex: number;
511
- }>;
512
- }, undefined, {
513
- address: {
514
- kind: "Input";
515
- value: unknown;
516
- index: number;
517
- type?: "object" | undefined;
518
- } | {
519
- type: "pure";
520
- kind: "Input";
521
- value: unknown;
522
- index: number;
523
- } | {
524
- kind: "GasCoin";
525
- } | {
526
- kind: "Result";
527
- index: number;
528
- } | {
529
- kind: "NestedResult";
530
- index: number;
531
- resultIndex: number;
532
- };
533
- objects: ({
534
- kind: "Input";
535
- value: unknown;
536
- index: number;
537
- type?: "object" | undefined;
538
- } | {
539
- type: "pure";
540
- kind: "Input";
541
- value: unknown;
542
- index: number;
543
- } | {
544
- kind: "GasCoin";
545
- } | {
546
- kind: "Result";
547
- index: number;
548
- } | {
549
- kind: "NestedResult";
550
- index: number;
551
- resultIndex: number;
552
- })[];
553
- kind: "TransferObjects";
554
- }> | import("valibot").ObjectSchema<{
555
- kind: import("valibot").LiteralSchema<"SplitCoins", "SplitCoins">;
556
- coin: import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
557
- kind: import("valibot").LiteralSchema<"Input", "Input">;
558
- index: import("valibot").NumberSchema<number>;
559
- value: import("valibot").UnknownSchema<unknown>;
560
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
561
- }, undefined, {
562
- kind: "Input";
563
- value: unknown;
564
- index: number;
565
- type?: "object" | undefined;
566
- }> | import("valibot").ObjectSchema<{
567
- kind: import("valibot").LiteralSchema<"Input", "Input">;
568
- index: import("valibot").NumberSchema<number>;
569
- value: import("valibot").UnknownSchema<unknown>;
570
- type: import("valibot").LiteralSchema<"pure", "pure">;
571
- }, undefined, {
572
- type: "pure";
573
- kind: "Input";
574
- value: unknown;
575
- index: number;
576
- }>)[], {
577
- kind: "Input";
578
- value: unknown;
579
- index: number;
580
- type?: "object" | undefined;
581
- } | {
582
- type: "pure";
583
- kind: "Input";
584
- value: unknown;
585
- index: number;
586
- }> | import("valibot").ObjectSchema<{
587
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
588
- }, undefined, {
589
- kind: "GasCoin";
590
- }> | import("valibot").ObjectSchema<{
591
- kind: import("valibot").LiteralSchema<"Result", "Result">;
592
- index: import("valibot").NumberSchema<number>;
593
- }, undefined, {
594
- kind: "Result";
595
- index: number;
596
- }> | import("valibot").ObjectSchema<{
597
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
598
- index: import("valibot").NumberSchema<number>;
599
- resultIndex: import("valibot").NumberSchema<number>;
600
- }, undefined, {
601
- kind: "NestedResult";
602
- index: number;
603
- resultIndex: number;
604
- }>)[], {
605
- kind: "Input";
606
- value: unknown;
607
- index: number;
608
- type?: "object" | undefined;
609
- } | {
610
- type: "pure";
611
- kind: "Input";
612
- value: unknown;
613
- index: number;
614
- } | {
615
- kind: "GasCoin";
616
- } | {
617
- kind: "Result";
618
- index: number;
619
- } | {
620
- kind: "NestedResult";
621
- index: number;
622
- resultIndex: number;
623
- }>;
624
- amounts: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
625
- kind: import("valibot").LiteralSchema<"Input", "Input">;
626
- index: import("valibot").NumberSchema<number>;
627
- value: import("valibot").UnknownSchema<unknown>;
628
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
629
- }, undefined, {
630
- kind: "Input";
631
- value: unknown;
632
- index: number;
633
- type?: "object" | undefined;
634
- }> | import("valibot").ObjectSchema<{
635
- kind: import("valibot").LiteralSchema<"Input", "Input">;
636
- index: import("valibot").NumberSchema<number>;
637
- value: import("valibot").UnknownSchema<unknown>;
638
- type: import("valibot").LiteralSchema<"pure", "pure">;
639
- }, undefined, {
640
- type: "pure";
641
- kind: "Input";
642
- value: unknown;
643
- index: number;
644
- }>)[], {
645
- kind: "Input";
646
- value: unknown;
647
- index: number;
648
- type?: "object" | undefined;
649
- } | {
650
- type: "pure";
651
- kind: "Input";
652
- value: unknown;
653
- index: number;
654
- }> | import("valibot").ObjectSchema<{
655
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
656
- }, undefined, {
657
- kind: "GasCoin";
658
- }> | import("valibot").ObjectSchema<{
659
- kind: import("valibot").LiteralSchema<"Result", "Result">;
660
- index: import("valibot").NumberSchema<number>;
661
- }, undefined, {
662
- kind: "Result";
663
- index: number;
664
- }> | import("valibot").ObjectSchema<{
665
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
666
- index: import("valibot").NumberSchema<number>;
667
- resultIndex: import("valibot").NumberSchema<number>;
668
- }, undefined, {
669
- kind: "NestedResult";
670
- index: number;
671
- resultIndex: number;
672
- }>)[], {
673
- kind: "Input";
674
- value: unknown;
675
- index: number;
676
- type?: "object" | undefined;
677
- } | {
678
- type: "pure";
679
- kind: "Input";
680
- value: unknown;
681
- index: number;
682
- } | {
683
- kind: "GasCoin";
684
- } | {
685
- kind: "Result";
686
- index: number;
687
- } | {
688
- kind: "NestedResult";
689
- index: number;
690
- resultIndex: number;
691
- }>, ({
692
- kind: "Input";
693
- value: unknown;
694
- index: number;
695
- type?: "object" | undefined;
696
- } | {
697
- type: "pure";
698
- kind: "Input";
699
- value: unknown;
700
- index: number;
701
- } | {
702
- kind: "GasCoin";
703
- } | {
704
- kind: "Result";
705
- index: number;
706
- } | {
707
- kind: "NestedResult";
708
- index: number;
709
- resultIndex: number;
710
- })[]>;
711
- }, undefined, {
712
- coin: {
713
- kind: "Input";
714
- value: unknown;
715
- index: number;
716
- type?: "object" | undefined;
717
- } | {
718
- type: "pure";
719
- kind: "Input";
720
- value: unknown;
721
- index: number;
722
- } | {
723
- kind: "GasCoin";
724
- } | {
725
- kind: "Result";
726
- index: number;
727
- } | {
728
- kind: "NestedResult";
729
- index: number;
730
- resultIndex: number;
731
- };
732
- amounts: ({
733
- kind: "Input";
734
- value: unknown;
735
- index: number;
736
- type?: "object" | undefined;
737
- } | {
738
- type: "pure";
739
- kind: "Input";
740
- value: unknown;
741
- index: number;
742
- } | {
743
- kind: "GasCoin";
744
- } | {
745
- kind: "Result";
746
- index: number;
747
- } | {
748
- kind: "NestedResult";
749
- index: number;
750
- resultIndex: number;
751
- })[];
752
- kind: "SplitCoins";
753
- }> | import("valibot").ObjectSchema<{
754
- kind: import("valibot").LiteralSchema<"MergeCoins", "MergeCoins">;
755
- destination: import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
756
- kind: import("valibot").LiteralSchema<"Input", "Input">;
757
- index: import("valibot").NumberSchema<number>;
758
- value: import("valibot").UnknownSchema<unknown>;
759
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
760
- }, undefined, {
761
- kind: "Input";
762
- value: unknown;
763
- index: number;
764
- type?: "object" | undefined;
765
- }> | import("valibot").ObjectSchema<{
766
- kind: import("valibot").LiteralSchema<"Input", "Input">;
767
- index: import("valibot").NumberSchema<number>;
768
- value: import("valibot").UnknownSchema<unknown>;
769
- type: import("valibot").LiteralSchema<"pure", "pure">;
770
- }, undefined, {
771
- type: "pure";
772
- kind: "Input";
773
- value: unknown;
774
- index: number;
775
- }>)[], {
776
- kind: "Input";
777
- value: unknown;
778
- index: number;
779
- type?: "object" | undefined;
780
- } | {
781
- type: "pure";
782
- kind: "Input";
783
- value: unknown;
784
- index: number;
785
- }> | import("valibot").ObjectSchema<{
786
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
787
- }, undefined, {
788
- kind: "GasCoin";
789
- }> | import("valibot").ObjectSchema<{
790
- kind: import("valibot").LiteralSchema<"Result", "Result">;
791
- index: import("valibot").NumberSchema<number>;
792
- }, undefined, {
793
- kind: "Result";
794
- index: number;
795
- }> | import("valibot").ObjectSchema<{
796
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
797
- index: import("valibot").NumberSchema<number>;
798
- resultIndex: import("valibot").NumberSchema<number>;
799
- }, undefined, {
800
- kind: "NestedResult";
801
- index: number;
802
- resultIndex: number;
803
- }>)[], {
804
- kind: "Input";
805
- value: unknown;
806
- index: number;
807
- type?: "object" | undefined;
808
- } | {
809
- type: "pure";
810
- kind: "Input";
811
- value: unknown;
812
- index: number;
813
- } | {
814
- kind: "GasCoin";
815
- } | {
816
- kind: "Result";
817
- index: number;
818
- } | {
819
- kind: "NestedResult";
820
- index: number;
821
- resultIndex: number;
822
- }>;
823
- sources: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
824
- kind: import("valibot").LiteralSchema<"Input", "Input">;
825
- index: import("valibot").NumberSchema<number>;
826
- value: import("valibot").UnknownSchema<unknown>;
827
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
828
- }, undefined, {
829
- kind: "Input";
830
- value: unknown;
831
- index: number;
832
- type?: "object" | undefined;
833
- }> | import("valibot").ObjectSchema<{
834
- kind: import("valibot").LiteralSchema<"Input", "Input">;
835
- index: import("valibot").NumberSchema<number>;
836
- value: import("valibot").UnknownSchema<unknown>;
837
- type: import("valibot").LiteralSchema<"pure", "pure">;
838
- }, undefined, {
839
- type: "pure";
840
- kind: "Input";
841
- value: unknown;
842
- index: number;
843
- }>)[], {
844
- kind: "Input";
845
- value: unknown;
846
- index: number;
847
- type?: "object" | undefined;
848
- } | {
849
- type: "pure";
850
- kind: "Input";
851
- value: unknown;
852
- index: number;
853
- }> | import("valibot").ObjectSchema<{
854
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
855
- }, undefined, {
856
- kind: "GasCoin";
857
- }> | import("valibot").ObjectSchema<{
858
- kind: import("valibot").LiteralSchema<"Result", "Result">;
859
- index: import("valibot").NumberSchema<number>;
860
- }, undefined, {
861
- kind: "Result";
862
- index: number;
863
- }> | import("valibot").ObjectSchema<{
864
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
865
- index: import("valibot").NumberSchema<number>;
866
- resultIndex: import("valibot").NumberSchema<number>;
867
- }, undefined, {
868
- kind: "NestedResult";
869
- index: number;
870
- resultIndex: number;
871
- }>)[], {
872
- kind: "Input";
873
- value: unknown;
874
- index: number;
875
- type?: "object" | undefined;
876
- } | {
877
- type: "pure";
878
- kind: "Input";
879
- value: unknown;
880
- index: number;
881
- } | {
882
- kind: "GasCoin";
883
- } | {
884
- kind: "Result";
885
- index: number;
886
- } | {
887
- kind: "NestedResult";
888
- index: number;
889
- resultIndex: number;
890
- }>, ({
891
- kind: "Input";
892
- value: unknown;
893
- index: number;
894
- type?: "object" | undefined;
895
- } | {
896
- type: "pure";
897
- kind: "Input";
898
- value: unknown;
899
- index: number;
900
- } | {
901
- kind: "GasCoin";
902
- } | {
903
- kind: "Result";
904
- index: number;
905
- } | {
906
- kind: "NestedResult";
907
- index: number;
908
- resultIndex: number;
909
- })[]>;
910
- }, undefined, {
911
- destination: {
912
- kind: "Input";
913
- value: unknown;
914
- index: number;
915
- type?: "object" | undefined;
916
- } | {
917
- type: "pure";
918
- kind: "Input";
919
- value: unknown;
920
- index: number;
921
- } | {
922
- kind: "GasCoin";
923
- } | {
924
- kind: "Result";
925
- index: number;
926
- } | {
927
- kind: "NestedResult";
928
- index: number;
929
- resultIndex: number;
930
- };
931
- sources: ({
932
- kind: "Input";
933
- value: unknown;
934
- index: number;
935
- type?: "object" | undefined;
936
- } | {
937
- type: "pure";
938
- kind: "Input";
939
- value: unknown;
940
- index: number;
941
- } | {
942
- kind: "GasCoin";
943
- } | {
944
- kind: "Result";
945
- index: number;
946
- } | {
947
- kind: "NestedResult";
948
- index: number;
949
- resultIndex: number;
950
- })[];
951
- kind: "MergeCoins";
952
- }> | import("valibot").ObjectSchema<{
953
- kind: import("valibot").LiteralSchema<"MakeMoveVec", "MakeMoveVec">;
954
- type: import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
955
- Some: BaseSchema<TypeTagType>;
956
- }, undefined, {
957
- Some: TypeTagType;
958
- }> | import("valibot").ObjectSchema<{
959
- None: import("valibot").NullableSchema<import("valibot").LiteralSchema<true, true>, undefined, true | null>;
960
- }, undefined, {
961
- None: true | null;
962
- }>)[], {
963
- Some: TypeTagType;
964
- } | {
965
- None: true | null;
966
- }>;
967
- objects: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
968
- kind: import("valibot").LiteralSchema<"Input", "Input">;
969
- index: import("valibot").NumberSchema<number>;
970
- value: import("valibot").UnknownSchema<unknown>;
971
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
972
- }, undefined, {
973
- kind: "Input";
974
- value: unknown;
975
- index: number;
976
- type?: "object" | undefined;
977
- }> | import("valibot").ObjectSchema<{
978
- kind: import("valibot").LiteralSchema<"Input", "Input">;
979
- index: import("valibot").NumberSchema<number>;
980
- value: import("valibot").UnknownSchema<unknown>;
981
- type: import("valibot").LiteralSchema<"pure", "pure">;
982
- }, undefined, {
983
- type: "pure";
984
- kind: "Input";
985
- value: unknown;
986
- index: number;
987
- }>)[], {
988
- kind: "Input";
989
- value: unknown;
990
- index: number;
991
- type?: "object" | undefined;
992
- } | {
993
- type: "pure";
994
- kind: "Input";
995
- value: unknown;
996
- index: number;
997
- }> | import("valibot").ObjectSchema<{
998
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
999
- }, undefined, {
1000
- kind: "GasCoin";
1001
- }> | import("valibot").ObjectSchema<{
1002
- kind: import("valibot").LiteralSchema<"Result", "Result">;
1003
- index: import("valibot").NumberSchema<number>;
1004
- }, undefined, {
1005
- kind: "Result";
1006
- index: number;
1007
- }> | import("valibot").ObjectSchema<{
1008
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
1009
- index: import("valibot").NumberSchema<number>;
1010
- resultIndex: import("valibot").NumberSchema<number>;
1011
- }, undefined, {
1012
- kind: "NestedResult";
1013
- index: number;
1014
- resultIndex: number;
1015
- }>)[], {
1016
- kind: "Input";
1017
- value: unknown;
1018
- index: number;
1019
- type?: "object" | undefined;
1020
- } | {
1021
- type: "pure";
1022
- kind: "Input";
1023
- value: unknown;
1024
- index: number;
1025
- } | {
1026
- kind: "GasCoin";
1027
- } | {
1028
- kind: "Result";
1029
- index: number;
1030
- } | {
1031
- kind: "NestedResult";
1032
- index: number;
1033
- resultIndex: number;
1034
- }>, ({
1035
- kind: "Input";
1036
- value: unknown;
1037
- index: number;
1038
- type?: "object" | undefined;
1039
- } | {
1040
- type: "pure";
1041
- kind: "Input";
1042
- value: unknown;
1043
- index: number;
1044
- } | {
1045
- kind: "GasCoin";
1046
- } | {
1047
- kind: "Result";
1048
- index: number;
1049
- } | {
1050
- kind: "NestedResult";
1051
- index: number;
1052
- resultIndex: number;
1053
- })[]>;
1054
- }, undefined, {
1055
- objects: ({
1056
- kind: "Input";
1057
- value: unknown;
1058
- index: number;
1059
- type?: "object" | undefined;
1060
- } | {
1061
- type: "pure";
1062
- kind: "Input";
1063
- value: unknown;
1064
- index: number;
1065
- } | {
1066
- kind: "GasCoin";
1067
- } | {
1068
- kind: "Result";
1069
- index: number;
1070
- } | {
1071
- kind: "NestedResult";
1072
- index: number;
1073
- resultIndex: number;
1074
- })[];
1075
- type: {
1076
- Some: TypeTagType;
1077
- } | {
1078
- None: true | null;
1079
- };
1080
- kind: "MakeMoveVec";
1081
- }> | import("valibot").ObjectSchema<{
1082
- kind: import("valibot").LiteralSchema<"Publish", "Publish">;
1083
- modules: import("valibot").ArraySchema<import("valibot").ArraySchema<import("valibot").NumberSchema<number>, number[]>, number[][]>;
1084
- dependencies: import("valibot").ArraySchema<import("valibot").StringSchema<string>, string[]>;
1085
- }, undefined, {
1086
- modules: number[][];
1087
- dependencies: string[];
1088
- kind: "Publish";
1089
- }> | import("valibot").ObjectSchema<{
1090
- kind: import("valibot").LiteralSchema<"Upgrade", "Upgrade">;
1091
- modules: import("valibot").ArraySchema<import("valibot").ArraySchema<import("valibot").NumberSchema<number>, number[]>, number[][]>;
1092
- dependencies: import("valibot").ArraySchema<import("valibot").StringSchema<string>, string[]>;
1093
- packageId: import("valibot").StringSchema<string>;
1094
- ticket: import("valibot").UnionSchema<(import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
1095
- kind: import("valibot").LiteralSchema<"Input", "Input">;
1096
- index: import("valibot").NumberSchema<number>;
1097
- value: import("valibot").UnknownSchema<unknown>;
1098
- type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", "object">, undefined, "object" | undefined>;
1099
- }, undefined, {
1100
- kind: "Input";
1101
- value: unknown;
1102
- index: number;
1103
- type?: "object" | undefined;
1104
- }> | import("valibot").ObjectSchema<{
1105
- kind: import("valibot").LiteralSchema<"Input", "Input">;
1106
- index: import("valibot").NumberSchema<number>;
1107
- value: import("valibot").UnknownSchema<unknown>;
1108
- type: import("valibot").LiteralSchema<"pure", "pure">;
1109
- }, undefined, {
1110
- type: "pure";
1111
- kind: "Input";
1112
- value: unknown;
1113
- index: number;
1114
- }>)[], {
1115
- kind: "Input";
1116
- value: unknown;
1117
- index: number;
1118
- type?: "object" | undefined;
1119
- } | {
1120
- type: "pure";
1121
- kind: "Input";
1122
- value: unknown;
1123
- index: number;
1124
- }> | import("valibot").ObjectSchema<{
1125
- kind: import("valibot").LiteralSchema<"GasCoin", "GasCoin">;
1126
- }, undefined, {
1127
- kind: "GasCoin";
1128
- }> | import("valibot").ObjectSchema<{
1129
- kind: import("valibot").LiteralSchema<"Result", "Result">;
1130
- index: import("valibot").NumberSchema<number>;
1131
- }, undefined, {
1132
- kind: "Result";
1133
- index: number;
1134
- }> | import("valibot").ObjectSchema<{
1135
- kind: import("valibot").LiteralSchema<"NestedResult", "NestedResult">;
1136
- index: import("valibot").NumberSchema<number>;
1137
- resultIndex: import("valibot").NumberSchema<number>;
1138
- }, undefined, {
1139
- kind: "NestedResult";
1140
- index: number;
1141
- resultIndex: number;
1142
- }>)[], {
1143
- kind: "Input";
1144
- value: unknown;
1145
- index: number;
1146
- type?: "object" | undefined;
1147
- } | {
1148
- type: "pure";
1149
- kind: "Input";
1150
- value: unknown;
1151
- index: number;
1152
- } | {
1153
- kind: "GasCoin";
1154
- } | {
1155
- kind: "Result";
1156
- index: number;
1157
- } | {
1158
- kind: "NestedResult";
1159
- index: number;
1160
- resultIndex: number;
1161
- }>;
1162
- }, undefined, {
1163
- modules: number[][];
1164
- dependencies: string[];
1165
- ticket: {
1166
- kind: "Input";
1167
- value: unknown;
1168
- index: number;
1169
- type?: "object" | undefined;
1170
- } | {
1171
- type: "pure";
1172
- kind: "Input";
1173
- value: unknown;
1174
- index: number;
1175
- } | {
1176
- kind: "GasCoin";
1177
- } | {
1178
- kind: "Result";
1179
- index: number;
1180
- } | {
1181
- kind: "NestedResult";
1182
- index: number;
1183
- resultIndex: number;
1184
- };
1185
- kind: "Upgrade";
1186
- packageId: string;
1187
- }>)[], {
1188
- typeArguments: string[];
1189
- arguments: ({
1190
- kind: "Input";
1191
- value: unknown;
1192
- index: number;
1193
- type?: "object" | undefined;
1194
- } | {
1195
- type: "pure";
1196
- kind: "Input";
1197
- value: unknown;
1198
- index: number;
1199
- } | {
1200
- kind: "GasCoin";
1201
- } | {
1202
- kind: "Result";
1203
- index: number;
1204
- } | {
1205
- kind: "NestedResult";
1206
- index: number;
1207
- resultIndex: number;
1208
- })[];
1209
- kind: "MoveCall";
1210
- target: `${string}::${string}::${string}`;
1211
- } | {
1212
- address: {
1213
- kind: "Input";
1214
- value: unknown;
1215
- index: number;
1216
- type?: "object" | undefined;
1217
- } | {
1218
- type: "pure";
1219
- kind: "Input";
1220
- value: unknown;
1221
- index: number;
1222
- } | {
1223
- kind: "GasCoin";
1224
- } | {
1225
- kind: "Result";
1226
- index: number;
1227
- } | {
1228
- kind: "NestedResult";
1229
- index: number;
1230
- resultIndex: number;
1231
- };
1232
- objects: ({
1233
- kind: "Input";
1234
- value: unknown;
1235
- index: number;
1236
- type?: "object" | undefined;
1237
- } | {
1238
- type: "pure";
1239
- kind: "Input";
1240
- value: unknown;
1241
- index: number;
1242
- } | {
1243
- kind: "GasCoin";
1244
- } | {
1245
- kind: "Result";
1246
- index: number;
1247
- } | {
1248
- kind: "NestedResult";
1249
- index: number;
1250
- resultIndex: number;
1251
- })[];
1252
- kind: "TransferObjects";
1253
- } | {
1254
- coin: {
1255
- kind: "Input";
1256
- value: unknown;
1257
- index: number;
1258
- type?: "object" | undefined;
1259
- } | {
1260
- type: "pure";
1261
- kind: "Input";
1262
- value: unknown;
1263
- index: number;
1264
- } | {
1265
- kind: "GasCoin";
1266
- } | {
1267
- kind: "Result";
1268
- index: number;
1269
- } | {
1270
- kind: "NestedResult";
1271
- index: number;
1272
- resultIndex: number;
1273
34
  };
1274
- amounts: ({
1275
- kind: "Input";
1276
- value: unknown;
1277
- index: number;
1278
- type?: "object" | undefined;
1279
- } | {
1280
- type: "pure";
1281
- kind: "Input";
1282
- value: unknown;
1283
- index: number;
1284
- } | {
1285
- kind: "GasCoin";
1286
- } | {
1287
- kind: "Result";
1288
- index: number;
1289
- } | {
1290
- kind: "NestedResult";
1291
- index: number;
1292
- resultIndex: number;
1293
- })[];
1294
- kind: "SplitCoins";
1295
- } | {
1296
- destination: {
1297
- kind: "Input";
1298
- value: unknown;
1299
- index: number;
1300
- type?: "object" | undefined;
1301
- } | {
1302
- type: "pure";
1303
- kind: "Input";
1304
- value: unknown;
1305
- index: number;
1306
- } | {
1307
- kind: "GasCoin";
1308
- } | {
1309
- kind: "Result";
1310
- index: number;
1311
- } | {
1312
- kind: "NestedResult";
1313
- index: number;
1314
- resultIndex: number;
1315
- };
1316
- sources: ({
1317
- kind: "Input";
1318
- value: unknown;
1319
- index: number;
1320
- type?: "object" | undefined;
1321
- } | {
1322
- type: "pure";
1323
- kind: "Input";
1324
- value: unknown;
1325
- index: number;
1326
- } | {
1327
- kind: "GasCoin";
1328
- } | {
1329
- kind: "Result";
1330
- index: number;
1331
- } | {
1332
- kind: "NestedResult";
1333
- index: number;
1334
- resultIndex: number;
1335
- })[];
1336
- kind: "MergeCoins";
1337
- } | {
1338
- objects: ({
1339
- kind: "Input";
1340
- value: unknown;
1341
- index: number;
1342
- type?: "object" | undefined;
1343
- } | {
1344
- type: "pure";
1345
- kind: "Input";
1346
- value: unknown;
1347
- index: number;
1348
- } | {
1349
- kind: "GasCoin";
1350
- } | {
1351
- kind: "Result";
1352
- index: number;
1353
- } | {
1354
- kind: "NestedResult";
1355
- index: number;
1356
- resultIndex: number;
1357
- })[];
1358
- type: {
1359
- Some: TypeTagType;
1360
- } | {
1361
- None: true | null;
1362
- };
1363
- kind: "MakeMoveVec";
1364
- } | {
1365
- modules: number[][];
1366
- dependencies: string[];
1367
- kind: "Publish";
1368
- } | {
1369
- modules: number[][];
1370
- dependencies: string[];
1371
- ticket: {
1372
- kind: "Input";
1373
- value: unknown;
1374
- index: number;
1375
- type?: "object" | undefined;
1376
- } | {
1377
- type: "pure";
1378
- kind: "Input";
1379
- value: unknown;
1380
- index: number;
1381
- } | {
1382
- kind: "GasCoin";
1383
- } | {
1384
- kind: "Result";
1385
- index: number;
1386
- } | {
1387
- kind: "NestedResult";
1388
- index: number;
1389
- resultIndex: number;
1390
- };
1391
- kind: "Upgrade";
1392
- packageId: string;
1393
- }>, ({
1394
- typeArguments: string[];
1395
- arguments: ({
1396
- kind: "Input";
1397
- value: unknown;
1398
- index: number;
1399
- type?: "object" | undefined;
1400
- } | {
1401
- type: "pure";
1402
- kind: "Input";
1403
- value: unknown;
1404
- index: number;
1405
- } | {
1406
- kind: "GasCoin";
1407
- } | {
1408
- kind: "Result";
1409
- index: number;
1410
- } | {
1411
- kind: "NestedResult";
1412
- index: number;
1413
- resultIndex: number;
1414
- })[];
1415
- kind: "MoveCall";
1416
- target: `${string}::${string}::${string}`;
1417
- } | {
1418
- address: {
1419
- kind: "Input";
1420
- value: unknown;
1421
- index: number;
1422
- type?: "object" | undefined;
1423
- } | {
1424
- type: "pure";
1425
- kind: "Input";
1426
- value: unknown;
1427
- index: number;
1428
- } | {
1429
- kind: "GasCoin";
1430
- } | {
1431
- kind: "Result";
1432
- index: number;
1433
- } | {
1434
- kind: "NestedResult";
1435
- index: number;
1436
- resultIndex: number;
1437
- };
1438
- objects: ({
1439
- kind: "Input";
1440
- value: unknown;
1441
- index: number;
1442
- type?: "object" | undefined;
1443
- } | {
1444
- type: "pure";
1445
- kind: "Input";
1446
- value: unknown;
1447
- index: number;
1448
- } | {
1449
- kind: "GasCoin";
1450
- } | {
1451
- kind: "Result";
1452
- index: number;
1453
- } | {
1454
- kind: "NestedResult";
1455
- index: number;
1456
- resultIndex: number;
1457
- })[];
1458
- kind: "TransferObjects";
1459
- } | {
1460
- coin: {
1461
- kind: "Input";
1462
- value: unknown;
1463
- index: number;
1464
- type?: "object" | undefined;
1465
- } | {
1466
- type: "pure";
1467
- kind: "Input";
1468
- value: unknown;
1469
- index: number;
1470
- } | {
1471
- kind: "GasCoin";
1472
- } | {
1473
- kind: "Result";
1474
- index: number;
1475
- } | {
1476
- kind: "NestedResult";
1477
- index: number;
1478
- resultIndex: number;
1479
- };
1480
- amounts: ({
1481
- kind: "Input";
1482
- value: unknown;
1483
- index: number;
1484
- type?: "object" | undefined;
1485
- } | {
1486
- type: "pure";
1487
- kind: "Input";
1488
- value: unknown;
1489
- index: number;
1490
- } | {
1491
- kind: "GasCoin";
1492
- } | {
1493
- kind: "Result";
1494
- index: number;
1495
- } | {
1496
- kind: "NestedResult";
1497
- index: number;
1498
- resultIndex: number;
1499
- })[];
1500
- kind: "SplitCoins";
1501
- } | {
1502
- destination: {
1503
- kind: "Input";
1504
- value: unknown;
1505
- index: number;
1506
- type?: "object" | undefined;
1507
- } | {
1508
- type: "pure";
1509
- kind: "Input";
1510
- value: unknown;
1511
- index: number;
1512
- } | {
1513
- kind: "GasCoin";
1514
- } | {
1515
- kind: "Result";
1516
- index: number;
1517
- } | {
1518
- kind: "NestedResult";
1519
- index: number;
1520
- resultIndex: number;
1521
- };
1522
- sources: ({
1523
- kind: "Input";
1524
- value: unknown;
1525
- index: number;
1526
- type?: "object" | undefined;
1527
- } | {
1528
- type: "pure";
1529
- kind: "Input";
1530
- value: unknown;
1531
- index: number;
1532
- } | {
1533
- kind: "GasCoin";
1534
- } | {
1535
- kind: "Result";
1536
- index: number;
1537
- } | {
1538
- kind: "NestedResult";
1539
- index: number;
1540
- resultIndex: number;
1541
- })[];
1542
- kind: "MergeCoins";
1543
- } | {
1544
- objects: ({
1545
- kind: "Input";
1546
- value: unknown;
1547
- index: number;
1548
- type?: "object" | undefined;
1549
- } | {
1550
- type: "pure";
1551
- kind: "Input";
1552
- value: unknown;
1553
- index: number;
1554
- } | {
1555
- kind: "GasCoin";
1556
- } | {
1557
- kind: "Result";
1558
- index: number;
1559
- } | {
1560
- kind: "NestedResult";
1561
- index: number;
1562
- resultIndex: number;
1563
- })[];
1564
- type: {
1565
- Some: TypeTagType;
1566
- } | {
1567
- None: true | null;
1568
- };
1569
- kind: "MakeMoveVec";
1570
- } | {
1571
- modules: number[][];
1572
- dependencies: string[];
1573
- kind: "Publish";
1574
- } | {
1575
- modules: number[][];
1576
- dependencies: string[];
1577
- ticket: {
1578
- kind: "Input";
1579
- value: unknown;
1580
- index: number;
1581
- type?: "object" | undefined;
1582
- } | {
1583
- type: "pure";
1584
- kind: "Input";
1585
- value: unknown;
1586
- index: number;
1587
- } | {
1588
- kind: "GasCoin";
1589
- } | {
1590
- kind: "Result";
1591
- index: number;
1592
- } | {
1593
- kind: "NestedResult";
1594
- index: number;
1595
- resultIndex: number;
35
+ Shared: {
36
+ objectId: string;
37
+ initialSharedVersion: string | number;
38
+ mutable: boolean;
1596
39
  };
1597
- kind: "Upgrade";
1598
- packageId: string;
1599
- })[]>;
1600
- }, undefined, {
1601
- version: 1;
1602
- inputs: ({
1603
- kind: "Input";
1604
- value: unknown;
1605
- index: number;
1606
- type?: "object" | undefined;
1607
- } | {
1608
- type: "pure";
1609
- kind: "Input";
1610
- value: unknown;
1611
- index: number;
1612
- })[];
1613
- expiration: {
1614
- Epoch: number;
1615
- } | {
1616
- None: true | null;
1617
- } | null | undefined;
1618
- gasConfig: {
1619
- payment?: {
40
+ Receiving: {
1620
41
  objectId: string;
1621
42
  version: string | number | bigint;
1622
43
  digest: string;
1623
- }[] | undefined;
1624
- owner?: string | undefined;
1625
- price?: string | number | bigint | undefined;
1626
- budget?: string | number | bigint | undefined;
1627
- };
1628
- transactions: ({
1629
- typeArguments: string[];
1630
- arguments: ({
1631
- kind: "Input";
1632
- value: unknown;
1633
- index: number;
1634
- type?: "object" | undefined;
1635
- } | {
1636
- type: "pure";
1637
- kind: "Input";
1638
- value: unknown;
1639
- index: number;
1640
- } | {
1641
- kind: "GasCoin";
1642
- } | {
1643
- kind: "Result";
1644
- index: number;
1645
- } | {
1646
- kind: "NestedResult";
1647
- index: number;
1648
- resultIndex: number;
1649
- })[];
1650
- kind: "MoveCall";
1651
- target: `${string}::${string}::${string}`;
1652
- } | {
1653
- address: {
1654
- kind: "Input";
1655
- value: unknown;
1656
- index: number;
1657
- type?: "object" | undefined;
1658
- } | {
1659
- type: "pure";
1660
- kind: "Input";
1661
- value: unknown;
1662
- index: number;
1663
- } | {
1664
- kind: "GasCoin";
1665
- } | {
1666
- kind: "Result";
1667
- index: number;
1668
- } | {
1669
- kind: "NestedResult";
1670
- index: number;
1671
- resultIndex: number;
1672
- };
1673
- objects: ({
1674
- kind: "Input";
1675
- value: unknown;
1676
- index: number;
1677
- type?: "object" | undefined;
1678
- } | {
1679
- type: "pure";
1680
- kind: "Input";
1681
- value: unknown;
1682
- index: number;
1683
- } | {
1684
- kind: "GasCoin";
1685
- } | {
1686
- kind: "Result";
1687
- index: number;
1688
- } | {
1689
- kind: "NestedResult";
1690
- index: number;
1691
- resultIndex: number;
1692
- })[];
1693
- kind: "TransferObjects";
1694
- } | {
1695
- coin: {
1696
- kind: "Input";
1697
- value: unknown;
1698
- index: number;
1699
- type?: "object" | undefined;
1700
- } | {
1701
- type: "pure";
1702
- kind: "Input";
1703
- value: unknown;
1704
- index: number;
1705
- } | {
1706
- kind: "GasCoin";
1707
- } | {
1708
- kind: "Result";
1709
- index: number;
1710
- } | {
1711
- kind: "NestedResult";
1712
- index: number;
1713
- resultIndex: number;
1714
- };
1715
- amounts: ({
1716
- kind: "Input";
1717
- value: unknown;
1718
- index: number;
1719
- type?: "object" | undefined;
1720
- } | {
1721
- type: "pure";
1722
- kind: "Input";
1723
- value: unknown;
1724
- index: number;
1725
- } | {
1726
- kind: "GasCoin";
1727
- } | {
1728
- kind: "Result";
1729
- index: number;
1730
- } | {
1731
- kind: "NestedResult";
1732
- index: number;
1733
- resultIndex: number;
1734
- })[];
1735
- kind: "SplitCoins";
1736
- } | {
1737
- destination: {
1738
- kind: "Input";
1739
- value: unknown;
1740
- index: number;
1741
- type?: "object" | undefined;
1742
- } | {
1743
- type: "pure";
1744
- kind: "Input";
1745
- value: unknown;
1746
- index: number;
1747
- } | {
1748
- kind: "GasCoin";
1749
- } | {
1750
- kind: "Result";
1751
- index: number;
1752
- } | {
1753
- kind: "NestedResult";
1754
- index: number;
1755
- resultIndex: number;
1756
44
  };
1757
- sources: ({
1758
- kind: "Input";
1759
- value: unknown;
1760
- index: number;
1761
- type?: "object" | undefined;
1762
- } | {
1763
- type: "pure";
1764
- kind: "Input";
1765
- value: unknown;
1766
- index: number;
1767
- } | {
1768
- kind: "GasCoin";
1769
- } | {
1770
- kind: "Result";
1771
- index: number;
1772
- } | {
1773
- kind: "NestedResult";
1774
- index: number;
1775
- resultIndex: number;
1776
- })[];
1777
- kind: "MergeCoins";
1778
- } | {
1779
- objects: ({
1780
- kind: "Input";
1781
- value: unknown;
1782
- index: number;
1783
- type?: "object" | undefined;
1784
- } | {
1785
- type: "pure";
1786
- kind: "Input";
1787
- value: unknown;
1788
- index: number;
1789
- } | {
1790
- kind: "GasCoin";
1791
- } | {
1792
- kind: "Result";
1793
- index: number;
1794
- } | {
1795
- kind: "NestedResult";
1796
- index: number;
1797
- resultIndex: number;
1798
- })[];
1799
- type: {
1800
- Some: TypeTagType;
1801
- } | {
1802
- None: true | null;
1803
- };
1804
- kind: "MakeMoveVec";
1805
- } | {
1806
- modules: number[][];
1807
- dependencies: string[];
1808
- kind: "Publish";
1809
- } | {
1810
- modules: number[][];
1811
- dependencies: string[];
1812
- ticket: {
1813
- kind: "Input";
1814
- value: unknown;
1815
- index: number;
1816
- type?: "object" | undefined;
1817
- } | {
1818
- type: "pure";
1819
- kind: "Input";
1820
- value: unknown;
1821
- index: number;
1822
- } | {
1823
- kind: "GasCoin";
1824
- } | {
1825
- kind: "Result";
1826
- index: number;
1827
- } | {
1828
- kind: "NestedResult";
1829
- index: number;
1830
- resultIndex: number;
1831
- };
1832
- kind: "Upgrade";
1833
- packageId: string;
1834
- })[];
1835
- sender?: string | undefined;
1836
- }>;
1837
- export type SerializedTransactionDataV1 = Output<typeof SerializedTransactionDataV1>;
45
+ }, "Receiving" | "Shared" | "ImmOrOwned">;
46
+ Pure: number[];
47
+ }, "Pure" | "Object">, import("valibot").BaseIssue<unknown>>;
48
+ export declare const TypeTag: GenericSchema<TypeTagType>;
49
+ export declare const StructTag: GenericSchema<StructTagType>;
50
+ export declare const TransactionArgument: import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
51
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
52
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
53
+ readonly value: import("valibot").UnknownSchema;
54
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
55
+ }, undefined>, import("valibot").ObjectSchema<{
56
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
57
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
58
+ readonly value: import("valibot").UnknownSchema;
59
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
60
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
61
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
62
+ }, undefined>, import("valibot").ObjectSchema<{
63
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
64
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
65
+ }, undefined>, import("valibot").ObjectSchema<{
66
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
67
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
68
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
69
+ }, undefined>], undefined>;
70
+ export declare const SerializedTransactionDataV1: import("valibot").ObjectSchema<{
71
+ readonly version: import("valibot").LiteralSchema<1, undefined>;
72
+ readonly sender: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
73
+ readonly expiration: import("valibot").NullishSchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
74
+ readonly Epoch: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
75
+ }, undefined>, import("valibot").ObjectSchema<{
76
+ readonly None: import("valibot").NullableSchema<import("valibot").LiteralSchema<true, undefined>, never>;
77
+ }, undefined>], undefined>, never>;
78
+ readonly gasConfig: import("valibot").ObjectSchema<{
79
+ readonly budget: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").UnionSchema<[import("valibot").NumberSchema<undefined>, import("valibot").StringSchema<undefined>, import("valibot").BigintSchema<undefined>], undefined>, import("valibot").CheckAction<string | number | bigint, undefined>]>, never>;
80
+ readonly price: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").UnionSchema<[import("valibot").NumberSchema<undefined>, import("valibot").StringSchema<undefined>, import("valibot").BigintSchema<undefined>], undefined>, import("valibot").CheckAction<string | number | bigint, undefined>]>, never>;
81
+ readonly payment: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").ObjectSchema<{
82
+ readonly digest: import("valibot").StringSchema<undefined>;
83
+ readonly objectId: import("valibot").StringSchema<undefined>;
84
+ readonly version: import("valibot").UnionSchema<[import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>, import("valibot").StringSchema<undefined>, import("valibot").BigintSchema<undefined>], undefined>;
85
+ }, undefined>, undefined>, never>;
86
+ readonly owner: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
87
+ }, undefined>;
88
+ readonly inputs: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
89
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
90
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
91
+ readonly value: import("valibot").UnknownSchema;
92
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
93
+ }, undefined>, import("valibot").ObjectSchema<{
94
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
95
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
96
+ readonly value: import("valibot").UnknownSchema;
97
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
98
+ }, undefined>], undefined>, undefined>;
99
+ readonly transactions: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
100
+ readonly kind: import("valibot").LiteralSchema<"MoveCall", undefined>;
101
+ readonly target: GenericSchema<`${string}::${string}::${string}`>;
102
+ readonly typeArguments: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
103
+ readonly arguments: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
104
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
105
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
106
+ readonly value: import("valibot").UnknownSchema;
107
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
108
+ }, undefined>, import("valibot").ObjectSchema<{
109
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
110
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
111
+ readonly value: import("valibot").UnknownSchema;
112
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
113
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
114
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
115
+ }, undefined>, import("valibot").ObjectSchema<{
116
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
117
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
118
+ }, undefined>, import("valibot").ObjectSchema<{
119
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
120
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
121
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
122
+ }, undefined>], undefined>, undefined>;
123
+ }, undefined>, import("valibot").ObjectSchema<{
124
+ readonly kind: import("valibot").LiteralSchema<"TransferObjects", undefined>;
125
+ readonly objects: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
126
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
127
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
128
+ readonly value: import("valibot").UnknownSchema;
129
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
130
+ }, undefined>, import("valibot").ObjectSchema<{
131
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
132
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
133
+ readonly value: import("valibot").UnknownSchema;
134
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
135
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
136
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
137
+ }, undefined>, import("valibot").ObjectSchema<{
138
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
139
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
140
+ }, undefined>, import("valibot").ObjectSchema<{
141
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
142
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
143
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
144
+ }, undefined>], undefined>, undefined>;
145
+ readonly address: import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
146
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
147
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
148
+ readonly value: import("valibot").UnknownSchema;
149
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
150
+ }, undefined>, import("valibot").ObjectSchema<{
151
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
152
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
153
+ readonly value: import("valibot").UnknownSchema;
154
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
155
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
156
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
157
+ }, undefined>, import("valibot").ObjectSchema<{
158
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
159
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
160
+ }, undefined>, import("valibot").ObjectSchema<{
161
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
162
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
163
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
164
+ }, undefined>], undefined>;
165
+ }, undefined>, import("valibot").ObjectSchema<{
166
+ readonly kind: import("valibot").LiteralSchema<"SplitCoins", undefined>;
167
+ readonly coin: import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
168
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
169
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
170
+ readonly value: import("valibot").UnknownSchema;
171
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
172
+ }, undefined>, import("valibot").ObjectSchema<{
173
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
174
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
175
+ readonly value: import("valibot").UnknownSchema;
176
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
177
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
178
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
179
+ }, undefined>, import("valibot").ObjectSchema<{
180
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
181
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
182
+ }, undefined>, import("valibot").ObjectSchema<{
183
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
184
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
185
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
186
+ }, undefined>], undefined>;
187
+ readonly amounts: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
188
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
189
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
190
+ readonly value: import("valibot").UnknownSchema;
191
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
192
+ }, undefined>, import("valibot").ObjectSchema<{
193
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
194
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
195
+ readonly value: import("valibot").UnknownSchema;
196
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
197
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
198
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
199
+ }, undefined>, import("valibot").ObjectSchema<{
200
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
201
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
202
+ }, undefined>, import("valibot").ObjectSchema<{
203
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
204
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
205
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
206
+ }, undefined>], undefined>, undefined>;
207
+ }, undefined>, import("valibot").ObjectSchema<{
208
+ readonly kind: import("valibot").LiteralSchema<"MergeCoins", undefined>;
209
+ readonly destination: import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
210
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
211
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
212
+ readonly value: import("valibot").UnknownSchema;
213
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
214
+ }, undefined>, import("valibot").ObjectSchema<{
215
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
216
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
217
+ readonly value: import("valibot").UnknownSchema;
218
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
219
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
220
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
221
+ }, undefined>, import("valibot").ObjectSchema<{
222
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
223
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
224
+ }, undefined>, import("valibot").ObjectSchema<{
225
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
226
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
227
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
228
+ }, undefined>], undefined>;
229
+ readonly sources: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
230
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
231
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
232
+ readonly value: import("valibot").UnknownSchema;
233
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
234
+ }, undefined>, import("valibot").ObjectSchema<{
235
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
236
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
237
+ readonly value: import("valibot").UnknownSchema;
238
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
239
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
240
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
241
+ }, undefined>, import("valibot").ObjectSchema<{
242
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
243
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
244
+ }, undefined>, import("valibot").ObjectSchema<{
245
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
246
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
247
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
248
+ }, undefined>], undefined>, undefined>;
249
+ }, undefined>, import("valibot").ObjectSchema<{
250
+ readonly kind: import("valibot").LiteralSchema<"Publish", undefined>;
251
+ readonly modules: import("valibot").ArraySchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>, undefined>, undefined>;
252
+ readonly dependencies: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
253
+ }, undefined>, import("valibot").ObjectSchema<{
254
+ readonly kind: import("valibot").LiteralSchema<"Upgrade", undefined>;
255
+ readonly modules: import("valibot").ArraySchema<import("valibot").ArraySchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>, undefined>, undefined>;
256
+ readonly dependencies: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
257
+ readonly packageId: import("valibot").StringSchema<undefined>;
258
+ readonly ticket: import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
259
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
260
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
261
+ readonly value: import("valibot").UnknownSchema;
262
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
263
+ }, undefined>, import("valibot").ObjectSchema<{
264
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
265
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
266
+ readonly value: import("valibot").UnknownSchema;
267
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
268
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
269
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
270
+ }, undefined>, import("valibot").ObjectSchema<{
271
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
272
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
273
+ }, undefined>, import("valibot").ObjectSchema<{
274
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
275
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
276
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
277
+ }, undefined>], undefined>;
278
+ }, undefined>, import("valibot").ObjectSchema<{
279
+ readonly kind: import("valibot").LiteralSchema<"MakeMoveVec", undefined>;
280
+ readonly type: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
281
+ readonly Some: GenericSchema<TypeTagType, TypeTagType, import("valibot").BaseIssue<unknown>>;
282
+ }, undefined>, import("valibot").ObjectSchema<{
283
+ readonly None: import("valibot").NullableSchema<import("valibot").LiteralSchema<true, undefined>, never>;
284
+ }, undefined>], undefined>;
285
+ readonly objects: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
286
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
287
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
288
+ readonly value: import("valibot").UnknownSchema;
289
+ readonly type: import("valibot").OptionalSchema<import("valibot").LiteralSchema<"object", undefined>, never>;
290
+ }, undefined>, import("valibot").ObjectSchema<{
291
+ readonly kind: import("valibot").LiteralSchema<"Input", undefined>;
292
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
293
+ readonly value: import("valibot").UnknownSchema;
294
+ readonly type: import("valibot").LiteralSchema<"pure", undefined>;
295
+ }, undefined>], undefined>, import("valibot").ObjectSchema<{
296
+ readonly kind: import("valibot").LiteralSchema<"GasCoin", undefined>;
297
+ }, undefined>, import("valibot").ObjectSchema<{
298
+ readonly kind: import("valibot").LiteralSchema<"Result", undefined>;
299
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
300
+ }, undefined>, import("valibot").ObjectSchema<{
301
+ readonly kind: import("valibot").LiteralSchema<"NestedResult", undefined>;
302
+ readonly index: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
303
+ readonly resultIndex: import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>]>;
304
+ }, undefined>], undefined>, undefined>;
305
+ }, undefined>], undefined>, undefined>;
306
+ }, undefined>;
307
+ export type SerializedTransactionDataV1 = InferOutput<typeof SerializedTransactionDataV1>;
1838
308
  export declare function serializeV1TransactionData(transactionData: TransactionData): SerializedTransactionDataV1;
1839
309
  export declare function transactionDataFromV1(data: SerializedTransactionDataV1): TransactionData;