@wowok/agent-mcp 2.2.8

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 (62) hide show
  1. package/README.md +56 -0
  2. package/dist/index.d.ts +15800 -0
  3. package/dist/index.js +1479 -0
  4. package/dist/schema/call/allocation.d.ts +1430 -0
  5. package/dist/schema/call/allocation.js +24 -0
  6. package/dist/schema/call/arbitration.d.ts +1974 -0
  7. package/dist/schema/call/arbitration.js +92 -0
  8. package/dist/schema/call/base.d.ts +7325 -0
  9. package/dist/schema/call/base.js +138 -0
  10. package/dist/schema/call/contact.d.ts +970 -0
  11. package/dist/schema/call/contact.js +37 -0
  12. package/dist/schema/call/demand.d.ts +1265 -0
  13. package/dist/schema/call/demand.js +47 -0
  14. package/dist/schema/call/guard.d.ts +951 -0
  15. package/dist/schema/call/guard.js +58 -0
  16. package/dist/schema/call/handler.d.ts +38 -0
  17. package/dist/schema/call/handler.js +171 -0
  18. package/dist/schema/call/index.d.ts +18 -0
  19. package/dist/schema/call/index.js +18 -0
  20. package/dist/schema/call/machine.d.ts +3974 -0
  21. package/dist/schema/call/machine.js +152 -0
  22. package/dist/schema/call/order.d.ts +974 -0
  23. package/dist/schema/call/order.js +34 -0
  24. package/dist/schema/call/payment.d.ts +404 -0
  25. package/dist/schema/call/payment.js +17 -0
  26. package/dist/schema/call/permission.d.ts +3017 -0
  27. package/dist/schema/call/permission.js +105 -0
  28. package/dist/schema/call/personal.d.ts +1472 -0
  29. package/dist/schema/call/personal.js +68 -0
  30. package/dist/schema/call/progress.d.ts +725 -0
  31. package/dist/schema/call/progress.js +26 -0
  32. package/dist/schema/call/proof.d.ts +320 -0
  33. package/dist/schema/call/proof.js +27 -0
  34. package/dist/schema/call/repository.d.ts +2358 -0
  35. package/dist/schema/call/repository.js +76 -0
  36. package/dist/schema/call/reward.d.ts +1232 -0
  37. package/dist/schema/call/reward.js +30 -0
  38. package/dist/schema/call/service.d.ts +3494 -0
  39. package/dist/schema/call/service.js +82 -0
  40. package/dist/schema/call/treasury.d.ts +2345 -0
  41. package/dist/schema/call/treasury.js +71 -0
  42. package/dist/schema/common/index.d.ts +843 -0
  43. package/dist/schema/common/index.js +347 -0
  44. package/dist/schema/index.d.ts +7 -0
  45. package/dist/schema/index.js +7 -0
  46. package/dist/schema/local/index.d.ts +17522 -0
  47. package/dist/schema/local/index.js +855 -0
  48. package/dist/schema/local/wip.d.ts +784 -0
  49. package/dist/schema/local/wip.js +187 -0
  50. package/dist/schema/messenger/index.d.ts +4655 -0
  51. package/dist/schema/messenger/index.js +446 -0
  52. package/dist/schema/query/index.d.ts +73445 -0
  53. package/dist/schema/query/index.js +1324 -0
  54. package/dist/schema/utils/guard-parser.d.ts +20 -0
  55. package/dist/schema/utils/guard-parser.js +401 -0
  56. package/dist/schema/utils/guard-query-utils.d.ts +5 -0
  57. package/dist/schema/utils/guard-query-utils.js +22 -0
  58. package/dist/schema/utils/node-parser.d.ts +45 -0
  59. package/dist/schema/utils/node-parser.js +353 -0
  60. package/dist/schema/utils/permission-index-utils.d.ts +2 -0
  61. package/dist/schema/utils/permission-index-utils.js +7 -0
  62. package/package.json +48 -0
@@ -0,0 +1,1472 @@
1
+ import { z } from "zod";
2
+ export declare const InformationAddSchema: z.ZodObject<{
3
+ op: z.ZodLiteral<"add">;
4
+ data: z.ZodArray<z.ZodObject<{
5
+ name: z.ZodString;
6
+ value_type: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<import("wowok").ValueType.Bool>, z.ZodLiteral<import("wowok").ValueType.Address>, z.ZodLiteral<import("wowok").ValueType.String>, z.ZodLiteral<import("wowok").ValueType.U8>, z.ZodLiteral<import("wowok").ValueType.U16>, z.ZodLiteral<import("wowok").ValueType.U32>, z.ZodLiteral<import("wowok").ValueType.U64>, z.ZodLiteral<import("wowok").ValueType.U128>, z.ZodLiteral<import("wowok").ValueType.U256>, z.ZodLiteral<import("wowok").ValueType.VecBool>, z.ZodLiteral<import("wowok").ValueType.VecAddress>, z.ZodLiteral<import("wowok").ValueType.VecString>, z.ZodLiteral<import("wowok").ValueType.VecU8>, z.ZodLiteral<import("wowok").ValueType.VecU16>, z.ZodLiteral<import("wowok").ValueType.VecU32>, z.ZodLiteral<import("wowok").ValueType.VecU64>, z.ZodLiteral<import("wowok").ValueType.VecU128>, z.ZodLiteral<import("wowok").ValueType.VecU256>, z.ZodLiteral<import("wowok").ValueType.VecVecU8>, z.ZodLiteral<"Bool">, z.ZodLiteral<"Address">, z.ZodLiteral<"String">, z.ZodLiteral<"U8">, z.ZodLiteral<"U16">, z.ZodLiteral<"U32">, z.ZodLiteral<"U64">, z.ZodLiteral<"U128">, z.ZodLiteral<"U256">, z.ZodLiteral<"VecBool">, z.ZodLiteral<"VecAddress">, z.ZodLiteral<"VecString">, z.ZodLiteral<"VecU8">, z.ZodLiteral<"VecU16">, z.ZodLiteral<"VecU32">, z.ZodLiteral<"VecU64">, z.ZodLiteral<"VecU128">, z.ZodLiteral<"VecU256">, z.ZodLiteral<"VecVecU8">, z.ZodLiteral<"bool">, z.ZodLiteral<"address">, z.ZodLiteral<"string">, z.ZodLiteral<"u8">, z.ZodLiteral<"u16">, z.ZodLiteral<"u32">, z.ZodLiteral<"u64">, z.ZodLiteral<"u128">, z.ZodLiteral<"u256">, z.ZodLiteral<"vecbool">, z.ZodLiteral<"vecaddress">, z.ZodLiteral<"vecstring">, z.ZodLiteral<"vecu8">, z.ZodLiteral<"vecu16">, z.ZodLiteral<"vecu32">, z.ZodLiteral<"vecu64">, z.ZodLiteral<"vecu128">, z.ZodLiteral<"vecu256">, z.ZodLiteral<"vecvecu8">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
7
+ value: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
8
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
10
+ }, "strict", z.ZodTypeAny, {
11
+ name_or_address?: string | undefined;
12
+ local_mark_first?: boolean | undefined;
13
+ }, {
14
+ name_or_address?: string | undefined;
15
+ local_mark_first?: boolean | undefined;
16
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
17
+ entities: z.ZodArray<z.ZodObject<{
18
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
19
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
20
+ }, "strict", z.ZodTypeAny, {
21
+ name_or_address?: string | undefined;
22
+ local_mark_first?: boolean | undefined;
23
+ }, {
24
+ name_or_address?: string | undefined;
25
+ local_mark_first?: boolean | undefined;
26
+ }>, "many">;
27
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
28
+ }, "strict", z.ZodTypeAny, {
29
+ entities: {
30
+ name_or_address?: string | undefined;
31
+ local_mark_first?: boolean | undefined;
32
+ }[];
33
+ check_all_founded?: boolean | undefined;
34
+ }, {
35
+ entities: {
36
+ name_or_address?: string | undefined;
37
+ local_mark_first?: boolean | undefined;
38
+ }[];
39
+ check_all_founded?: boolean | undefined;
40
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
41
+ }, "strip", z.ZodTypeAny, {
42
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
43
+ name: string;
44
+ value?: any;
45
+ }, {
46
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
47
+ name: string;
48
+ value?: any;
49
+ }>, "many">;
50
+ }, "strict", z.ZodTypeAny, {
51
+ data: {
52
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
53
+ name: string;
54
+ value?: any;
55
+ }[];
56
+ op: "add";
57
+ }, {
58
+ data: {
59
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
60
+ name: string;
61
+ value?: any;
62
+ }[];
63
+ op: "add";
64
+ }>;
65
+ export declare const InformationRemoveSchema: z.ZodObject<{
66
+ op: z.ZodLiteral<"remove">;
67
+ name: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
68
+ }, "strict", z.ZodTypeAny, {
69
+ name: string[];
70
+ op: "remove";
71
+ }, {
72
+ name: string[];
73
+ op: "remove";
74
+ }>;
75
+ export declare const InformationClearSchema: z.ZodObject<{
76
+ op: z.ZodLiteral<"clear">;
77
+ }, "strict", z.ZodTypeAny, {
78
+ op: "clear";
79
+ }, {
80
+ op: "clear";
81
+ }>;
82
+ export declare const InformationSchema: z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
83
+ op: z.ZodLiteral<"add">;
84
+ data: z.ZodArray<z.ZodObject<{
85
+ name: z.ZodString;
86
+ value_type: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<import("wowok").ValueType.Bool>, z.ZodLiteral<import("wowok").ValueType.Address>, z.ZodLiteral<import("wowok").ValueType.String>, z.ZodLiteral<import("wowok").ValueType.U8>, z.ZodLiteral<import("wowok").ValueType.U16>, z.ZodLiteral<import("wowok").ValueType.U32>, z.ZodLiteral<import("wowok").ValueType.U64>, z.ZodLiteral<import("wowok").ValueType.U128>, z.ZodLiteral<import("wowok").ValueType.U256>, z.ZodLiteral<import("wowok").ValueType.VecBool>, z.ZodLiteral<import("wowok").ValueType.VecAddress>, z.ZodLiteral<import("wowok").ValueType.VecString>, z.ZodLiteral<import("wowok").ValueType.VecU8>, z.ZodLiteral<import("wowok").ValueType.VecU16>, z.ZodLiteral<import("wowok").ValueType.VecU32>, z.ZodLiteral<import("wowok").ValueType.VecU64>, z.ZodLiteral<import("wowok").ValueType.VecU128>, z.ZodLiteral<import("wowok").ValueType.VecU256>, z.ZodLiteral<import("wowok").ValueType.VecVecU8>, z.ZodLiteral<"Bool">, z.ZodLiteral<"Address">, z.ZodLiteral<"String">, z.ZodLiteral<"U8">, z.ZodLiteral<"U16">, z.ZodLiteral<"U32">, z.ZodLiteral<"U64">, z.ZodLiteral<"U128">, z.ZodLiteral<"U256">, z.ZodLiteral<"VecBool">, z.ZodLiteral<"VecAddress">, z.ZodLiteral<"VecString">, z.ZodLiteral<"VecU8">, z.ZodLiteral<"VecU16">, z.ZodLiteral<"VecU32">, z.ZodLiteral<"VecU64">, z.ZodLiteral<"VecU128">, z.ZodLiteral<"VecU256">, z.ZodLiteral<"VecVecU8">, z.ZodLiteral<"bool">, z.ZodLiteral<"address">, z.ZodLiteral<"string">, z.ZodLiteral<"u8">, z.ZodLiteral<"u16">, z.ZodLiteral<"u32">, z.ZodLiteral<"u64">, z.ZodLiteral<"u128">, z.ZodLiteral<"u256">, z.ZodLiteral<"vecbool">, z.ZodLiteral<"vecaddress">, z.ZodLiteral<"vecstring">, z.ZodLiteral<"vecu8">, z.ZodLiteral<"vecu16">, z.ZodLiteral<"vecu32">, z.ZodLiteral<"vecu64">, z.ZodLiteral<"vecu128">, z.ZodLiteral<"vecu256">, z.ZodLiteral<"vecvecu8">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
87
+ value: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
88
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
89
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
90
+ }, "strict", z.ZodTypeAny, {
91
+ name_or_address?: string | undefined;
92
+ local_mark_first?: boolean | undefined;
93
+ }, {
94
+ name_or_address?: string | undefined;
95
+ local_mark_first?: boolean | undefined;
96
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
97
+ entities: z.ZodArray<z.ZodObject<{
98
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
99
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
100
+ }, "strict", z.ZodTypeAny, {
101
+ name_or_address?: string | undefined;
102
+ local_mark_first?: boolean | undefined;
103
+ }, {
104
+ name_or_address?: string | undefined;
105
+ local_mark_first?: boolean | undefined;
106
+ }>, "many">;
107
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
108
+ }, "strict", z.ZodTypeAny, {
109
+ entities: {
110
+ name_or_address?: string | undefined;
111
+ local_mark_first?: boolean | undefined;
112
+ }[];
113
+ check_all_founded?: boolean | undefined;
114
+ }, {
115
+ entities: {
116
+ name_or_address?: string | undefined;
117
+ local_mark_first?: boolean | undefined;
118
+ }[];
119
+ check_all_founded?: boolean | undefined;
120
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
121
+ }, "strip", z.ZodTypeAny, {
122
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
123
+ name: string;
124
+ value?: any;
125
+ }, {
126
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
127
+ name: string;
128
+ value?: any;
129
+ }>, "many">;
130
+ }, "strict", z.ZodTypeAny, {
131
+ data: {
132
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
133
+ name: string;
134
+ value?: any;
135
+ }[];
136
+ op: "add";
137
+ }, {
138
+ data: {
139
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
140
+ name: string;
141
+ value?: any;
142
+ }[];
143
+ op: "add";
144
+ }>, z.ZodObject<{
145
+ op: z.ZodLiteral<"remove">;
146
+ name: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
147
+ }, "strict", z.ZodTypeAny, {
148
+ name: string[];
149
+ op: "remove";
150
+ }, {
151
+ name: string[];
152
+ op: "remove";
153
+ }>, z.ZodObject<{
154
+ op: z.ZodLiteral<"clear">;
155
+ }, "strict", z.ZodTypeAny, {
156
+ op: "clear";
157
+ }, {
158
+ op: "clear";
159
+ }>]>;
160
+ export declare const MarkAddSchema: z.ZodObject<{
161
+ op: z.ZodLiteral<"add">;
162
+ data: z.ZodArray<z.ZodObject<{
163
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
164
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
165
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
166
+ }, "strict", z.ZodTypeAny, {
167
+ name_or_address?: string | undefined;
168
+ local_mark_first?: boolean | undefined;
169
+ }, {
170
+ name_or_address?: string | undefined;
171
+ local_mark_first?: boolean | undefined;
172
+ }>]>;
173
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
174
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
175
+ }, "strict", z.ZodTypeAny, {
176
+ address: string | {
177
+ name_or_address?: string | undefined;
178
+ local_mark_first?: boolean | undefined;
179
+ };
180
+ name?: string | undefined;
181
+ tags?: string[] | undefined;
182
+ }, {
183
+ address: string | {
184
+ name_or_address?: string | undefined;
185
+ local_mark_first?: boolean | undefined;
186
+ };
187
+ name?: string | undefined;
188
+ tags?: string[] | undefined;
189
+ }>, "many">;
190
+ }, "strict", z.ZodTypeAny, {
191
+ data: {
192
+ address: string | {
193
+ name_or_address?: string | undefined;
194
+ local_mark_first?: boolean | undefined;
195
+ };
196
+ name?: string | undefined;
197
+ tags?: string[] | undefined;
198
+ }[];
199
+ op: "add";
200
+ }, {
201
+ data: {
202
+ address: string | {
203
+ name_or_address?: string | undefined;
204
+ local_mark_first?: boolean | undefined;
205
+ };
206
+ name?: string | undefined;
207
+ tags?: string[] | undefined;
208
+ }[];
209
+ op: "add";
210
+ }>;
211
+ export declare const MarkRemoveSchema: z.ZodObject<{
212
+ op: z.ZodLiteral<"remove">;
213
+ data: z.ZodArray<z.ZodObject<{
214
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
215
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
216
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
217
+ }, "strict", z.ZodTypeAny, {
218
+ name_or_address?: string | undefined;
219
+ local_mark_first?: boolean | undefined;
220
+ }, {
221
+ name_or_address?: string | undefined;
222
+ local_mark_first?: boolean | undefined;
223
+ }>]>;
224
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
225
+ }, "strict", z.ZodTypeAny, {
226
+ address: string | {
227
+ name_or_address?: string | undefined;
228
+ local_mark_first?: boolean | undefined;
229
+ };
230
+ tags?: string[] | undefined;
231
+ }, {
232
+ address: string | {
233
+ name_or_address?: string | undefined;
234
+ local_mark_first?: boolean | undefined;
235
+ };
236
+ tags?: string[] | undefined;
237
+ }>, "many">;
238
+ }, "strict", z.ZodTypeAny, {
239
+ data: {
240
+ address: string | {
241
+ name_or_address?: string | undefined;
242
+ local_mark_first?: boolean | undefined;
243
+ };
244
+ tags?: string[] | undefined;
245
+ }[];
246
+ op: "remove";
247
+ }, {
248
+ data: {
249
+ address: string | {
250
+ name_or_address?: string | undefined;
251
+ local_mark_first?: boolean | undefined;
252
+ };
253
+ tags?: string[] | undefined;
254
+ }[];
255
+ op: "remove";
256
+ }>;
257
+ export declare const MarkClearSchema: z.ZodObject<{
258
+ op: z.ZodLiteral<"clear">;
259
+ address: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodObject<{
260
+ entities: z.ZodArray<z.ZodObject<{
261
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
262
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
263
+ }, "strict", z.ZodTypeAny, {
264
+ name_or_address?: string | undefined;
265
+ local_mark_first?: boolean | undefined;
266
+ }, {
267
+ name_or_address?: string | undefined;
268
+ local_mark_first?: boolean | undefined;
269
+ }>, "many">;
270
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
271
+ }, "strict", z.ZodTypeAny, {
272
+ entities: {
273
+ name_or_address?: string | undefined;
274
+ local_mark_first?: boolean | undefined;
275
+ }[];
276
+ check_all_founded?: boolean | undefined;
277
+ }, {
278
+ entities: {
279
+ name_or_address?: string | undefined;
280
+ local_mark_first?: boolean | undefined;
281
+ }[];
282
+ check_all_founded?: boolean | undefined;
283
+ }>]>;
284
+ }, "strict", z.ZodTypeAny, {
285
+ address: {
286
+ entities: {
287
+ name_or_address?: string | undefined;
288
+ local_mark_first?: boolean | undefined;
289
+ }[];
290
+ check_all_founded?: boolean | undefined;
291
+ } | string[];
292
+ op: "clear";
293
+ }, {
294
+ address: {
295
+ entities: {
296
+ name_or_address?: string | undefined;
297
+ local_mark_first?: boolean | undefined;
298
+ }[];
299
+ check_all_founded?: boolean | undefined;
300
+ } | string[];
301
+ op: "clear";
302
+ }>;
303
+ export declare const MarkTransferSchema: z.ZodObject<{
304
+ op: z.ZodLiteral<"transfer">;
305
+ to: z.ZodUnion<[z.ZodString, z.ZodObject<{
306
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
307
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
308
+ }, "strict", z.ZodTypeAny, {
309
+ name_or_address?: string | undefined;
310
+ local_mark_first?: boolean | undefined;
311
+ }, {
312
+ name_or_address?: string | undefined;
313
+ local_mark_first?: boolean | undefined;
314
+ }>]>;
315
+ }, "strict", z.ZodTypeAny, {
316
+ op: "transfer";
317
+ to: string | {
318
+ name_or_address?: string | undefined;
319
+ local_mark_first?: boolean | undefined;
320
+ };
321
+ }, {
322
+ op: "transfer";
323
+ to: string | {
324
+ name_or_address?: string | undefined;
325
+ local_mark_first?: boolean | undefined;
326
+ };
327
+ }>;
328
+ export declare const MarkReplaceSchema: z.ZodObject<{
329
+ op: z.ZodLiteral<"replace">;
330
+ new_mark_object: z.ZodString;
331
+ }, "strict", z.ZodTypeAny, {
332
+ op: "replace";
333
+ new_mark_object: string;
334
+ }, {
335
+ op: "replace";
336
+ new_mark_object: string;
337
+ }>;
338
+ export declare const MarkDestroySchema: z.ZodObject<{
339
+ op: z.ZodLiteral<"destroy">;
340
+ }, "strict", z.ZodTypeAny, {
341
+ op: "destroy";
342
+ }, {
343
+ op: "destroy";
344
+ }>;
345
+ export declare const MarkSchema: z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
346
+ op: z.ZodLiteral<"add">;
347
+ data: z.ZodArray<z.ZodObject<{
348
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
349
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
350
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
351
+ }, "strict", z.ZodTypeAny, {
352
+ name_or_address?: string | undefined;
353
+ local_mark_first?: boolean | undefined;
354
+ }, {
355
+ name_or_address?: string | undefined;
356
+ local_mark_first?: boolean | undefined;
357
+ }>]>;
358
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
359
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
360
+ }, "strict", z.ZodTypeAny, {
361
+ address: string | {
362
+ name_or_address?: string | undefined;
363
+ local_mark_first?: boolean | undefined;
364
+ };
365
+ name?: string | undefined;
366
+ tags?: string[] | undefined;
367
+ }, {
368
+ address: string | {
369
+ name_or_address?: string | undefined;
370
+ local_mark_first?: boolean | undefined;
371
+ };
372
+ name?: string | undefined;
373
+ tags?: string[] | undefined;
374
+ }>, "many">;
375
+ }, "strict", z.ZodTypeAny, {
376
+ data: {
377
+ address: string | {
378
+ name_or_address?: string | undefined;
379
+ local_mark_first?: boolean | undefined;
380
+ };
381
+ name?: string | undefined;
382
+ tags?: string[] | undefined;
383
+ }[];
384
+ op: "add";
385
+ }, {
386
+ data: {
387
+ address: string | {
388
+ name_or_address?: string | undefined;
389
+ local_mark_first?: boolean | undefined;
390
+ };
391
+ name?: string | undefined;
392
+ tags?: string[] | undefined;
393
+ }[];
394
+ op: "add";
395
+ }>, z.ZodObject<{
396
+ op: z.ZodLiteral<"remove">;
397
+ data: z.ZodArray<z.ZodObject<{
398
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
399
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
400
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
401
+ }, "strict", z.ZodTypeAny, {
402
+ name_or_address?: string | undefined;
403
+ local_mark_first?: boolean | undefined;
404
+ }, {
405
+ name_or_address?: string | undefined;
406
+ local_mark_first?: boolean | undefined;
407
+ }>]>;
408
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
409
+ }, "strict", z.ZodTypeAny, {
410
+ address: string | {
411
+ name_or_address?: string | undefined;
412
+ local_mark_first?: boolean | undefined;
413
+ };
414
+ tags?: string[] | undefined;
415
+ }, {
416
+ address: string | {
417
+ name_or_address?: string | undefined;
418
+ local_mark_first?: boolean | undefined;
419
+ };
420
+ tags?: string[] | undefined;
421
+ }>, "many">;
422
+ }, "strict", z.ZodTypeAny, {
423
+ data: {
424
+ address: string | {
425
+ name_or_address?: string | undefined;
426
+ local_mark_first?: boolean | undefined;
427
+ };
428
+ tags?: string[] | undefined;
429
+ }[];
430
+ op: "remove";
431
+ }, {
432
+ data: {
433
+ address: string | {
434
+ name_or_address?: string | undefined;
435
+ local_mark_first?: boolean | undefined;
436
+ };
437
+ tags?: string[] | undefined;
438
+ }[];
439
+ op: "remove";
440
+ }>, z.ZodObject<{
441
+ op: z.ZodLiteral<"clear">;
442
+ address: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodObject<{
443
+ entities: z.ZodArray<z.ZodObject<{
444
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
445
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
446
+ }, "strict", z.ZodTypeAny, {
447
+ name_or_address?: string | undefined;
448
+ local_mark_first?: boolean | undefined;
449
+ }, {
450
+ name_or_address?: string | undefined;
451
+ local_mark_first?: boolean | undefined;
452
+ }>, "many">;
453
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
454
+ }, "strict", z.ZodTypeAny, {
455
+ entities: {
456
+ name_or_address?: string | undefined;
457
+ local_mark_first?: boolean | undefined;
458
+ }[];
459
+ check_all_founded?: boolean | undefined;
460
+ }, {
461
+ entities: {
462
+ name_or_address?: string | undefined;
463
+ local_mark_first?: boolean | undefined;
464
+ }[];
465
+ check_all_founded?: boolean | undefined;
466
+ }>]>;
467
+ }, "strict", z.ZodTypeAny, {
468
+ address: {
469
+ entities: {
470
+ name_or_address?: string | undefined;
471
+ local_mark_first?: boolean | undefined;
472
+ }[];
473
+ check_all_founded?: boolean | undefined;
474
+ } | string[];
475
+ op: "clear";
476
+ }, {
477
+ address: {
478
+ entities: {
479
+ name_or_address?: string | undefined;
480
+ local_mark_first?: boolean | undefined;
481
+ }[];
482
+ check_all_founded?: boolean | undefined;
483
+ } | string[];
484
+ op: "clear";
485
+ }>, z.ZodObject<{
486
+ op: z.ZodLiteral<"transfer">;
487
+ to: z.ZodUnion<[z.ZodString, z.ZodObject<{
488
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
489
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
490
+ }, "strict", z.ZodTypeAny, {
491
+ name_or_address?: string | undefined;
492
+ local_mark_first?: boolean | undefined;
493
+ }, {
494
+ name_or_address?: string | undefined;
495
+ local_mark_first?: boolean | undefined;
496
+ }>]>;
497
+ }, "strict", z.ZodTypeAny, {
498
+ op: "transfer";
499
+ to: string | {
500
+ name_or_address?: string | undefined;
501
+ local_mark_first?: boolean | undefined;
502
+ };
503
+ }, {
504
+ op: "transfer";
505
+ to: string | {
506
+ name_or_address?: string | undefined;
507
+ local_mark_first?: boolean | undefined;
508
+ };
509
+ }>, z.ZodObject<{
510
+ op: z.ZodLiteral<"replace">;
511
+ new_mark_object: z.ZodString;
512
+ }, "strict", z.ZodTypeAny, {
513
+ op: "replace";
514
+ new_mark_object: string;
515
+ }, {
516
+ op: "replace";
517
+ new_mark_object: string;
518
+ }>, z.ZodObject<{
519
+ op: z.ZodLiteral<"destroy">;
520
+ }, "strict", z.ZodTypeAny, {
521
+ op: "destroy";
522
+ }, {
523
+ op: "destroy";
524
+ }>]>;
525
+ export declare const CallPersonal_DataSchema: z.ZodObject<{
526
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
527
+ referrer: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
528
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
529
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
530
+ }, "strict", z.ZodTypeAny, {
531
+ name_or_address?: string | undefined;
532
+ local_mark_first?: boolean | undefined;
533
+ }, {
534
+ name_or_address?: string | undefined;
535
+ local_mark_first?: boolean | undefined;
536
+ }>, z.ZodNull]>>;
537
+ information: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
538
+ op: z.ZodLiteral<"add">;
539
+ data: z.ZodArray<z.ZodObject<{
540
+ name: z.ZodString;
541
+ value_type: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<import("wowok").ValueType.Bool>, z.ZodLiteral<import("wowok").ValueType.Address>, z.ZodLiteral<import("wowok").ValueType.String>, z.ZodLiteral<import("wowok").ValueType.U8>, z.ZodLiteral<import("wowok").ValueType.U16>, z.ZodLiteral<import("wowok").ValueType.U32>, z.ZodLiteral<import("wowok").ValueType.U64>, z.ZodLiteral<import("wowok").ValueType.U128>, z.ZodLiteral<import("wowok").ValueType.U256>, z.ZodLiteral<import("wowok").ValueType.VecBool>, z.ZodLiteral<import("wowok").ValueType.VecAddress>, z.ZodLiteral<import("wowok").ValueType.VecString>, z.ZodLiteral<import("wowok").ValueType.VecU8>, z.ZodLiteral<import("wowok").ValueType.VecU16>, z.ZodLiteral<import("wowok").ValueType.VecU32>, z.ZodLiteral<import("wowok").ValueType.VecU64>, z.ZodLiteral<import("wowok").ValueType.VecU128>, z.ZodLiteral<import("wowok").ValueType.VecU256>, z.ZodLiteral<import("wowok").ValueType.VecVecU8>, z.ZodLiteral<"Bool">, z.ZodLiteral<"Address">, z.ZodLiteral<"String">, z.ZodLiteral<"U8">, z.ZodLiteral<"U16">, z.ZodLiteral<"U32">, z.ZodLiteral<"U64">, z.ZodLiteral<"U128">, z.ZodLiteral<"U256">, z.ZodLiteral<"VecBool">, z.ZodLiteral<"VecAddress">, z.ZodLiteral<"VecString">, z.ZodLiteral<"VecU8">, z.ZodLiteral<"VecU16">, z.ZodLiteral<"VecU32">, z.ZodLiteral<"VecU64">, z.ZodLiteral<"VecU128">, z.ZodLiteral<"VecU256">, z.ZodLiteral<"VecVecU8">, z.ZodLiteral<"bool">, z.ZodLiteral<"address">, z.ZodLiteral<"string">, z.ZodLiteral<"u8">, z.ZodLiteral<"u16">, z.ZodLiteral<"u32">, z.ZodLiteral<"u64">, z.ZodLiteral<"u128">, z.ZodLiteral<"u256">, z.ZodLiteral<"vecbool">, z.ZodLiteral<"vecaddress">, z.ZodLiteral<"vecstring">, z.ZodLiteral<"vecu8">, z.ZodLiteral<"vecu16">, z.ZodLiteral<"vecu32">, z.ZodLiteral<"vecu64">, z.ZodLiteral<"vecu128">, z.ZodLiteral<"vecu256">, z.ZodLiteral<"vecvecu8">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
542
+ value: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
543
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
544
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
545
+ }, "strict", z.ZodTypeAny, {
546
+ name_or_address?: string | undefined;
547
+ local_mark_first?: boolean | undefined;
548
+ }, {
549
+ name_or_address?: string | undefined;
550
+ local_mark_first?: boolean | undefined;
551
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
552
+ entities: z.ZodArray<z.ZodObject<{
553
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
554
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
555
+ }, "strict", z.ZodTypeAny, {
556
+ name_or_address?: string | undefined;
557
+ local_mark_first?: boolean | undefined;
558
+ }, {
559
+ name_or_address?: string | undefined;
560
+ local_mark_first?: boolean | undefined;
561
+ }>, "many">;
562
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
563
+ }, "strict", z.ZodTypeAny, {
564
+ entities: {
565
+ name_or_address?: string | undefined;
566
+ local_mark_first?: boolean | undefined;
567
+ }[];
568
+ check_all_founded?: boolean | undefined;
569
+ }, {
570
+ entities: {
571
+ name_or_address?: string | undefined;
572
+ local_mark_first?: boolean | undefined;
573
+ }[];
574
+ check_all_founded?: boolean | undefined;
575
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
576
+ }, "strip", z.ZodTypeAny, {
577
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
578
+ name: string;
579
+ value?: any;
580
+ }, {
581
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
582
+ name: string;
583
+ value?: any;
584
+ }>, "many">;
585
+ }, "strict", z.ZodTypeAny, {
586
+ data: {
587
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
588
+ name: string;
589
+ value?: any;
590
+ }[];
591
+ op: "add";
592
+ }, {
593
+ data: {
594
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
595
+ name: string;
596
+ value?: any;
597
+ }[];
598
+ op: "add";
599
+ }>, z.ZodObject<{
600
+ op: z.ZodLiteral<"remove">;
601
+ name: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
602
+ }, "strict", z.ZodTypeAny, {
603
+ name: string[];
604
+ op: "remove";
605
+ }, {
606
+ name: string[];
607
+ op: "remove";
608
+ }>, z.ZodObject<{
609
+ op: z.ZodLiteral<"clear">;
610
+ }, "strict", z.ZodTypeAny, {
611
+ op: "clear";
612
+ }, {
613
+ op: "clear";
614
+ }>]>>;
615
+ mark: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
616
+ op: z.ZodLiteral<"add">;
617
+ data: z.ZodArray<z.ZodObject<{
618
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
619
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
620
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
621
+ }, "strict", z.ZodTypeAny, {
622
+ name_or_address?: string | undefined;
623
+ local_mark_first?: boolean | undefined;
624
+ }, {
625
+ name_or_address?: string | undefined;
626
+ local_mark_first?: boolean | undefined;
627
+ }>]>;
628
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
629
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
630
+ }, "strict", z.ZodTypeAny, {
631
+ address: string | {
632
+ name_or_address?: string | undefined;
633
+ local_mark_first?: boolean | undefined;
634
+ };
635
+ name?: string | undefined;
636
+ tags?: string[] | undefined;
637
+ }, {
638
+ address: string | {
639
+ name_or_address?: string | undefined;
640
+ local_mark_first?: boolean | undefined;
641
+ };
642
+ name?: string | undefined;
643
+ tags?: string[] | undefined;
644
+ }>, "many">;
645
+ }, "strict", z.ZodTypeAny, {
646
+ data: {
647
+ address: string | {
648
+ name_or_address?: string | undefined;
649
+ local_mark_first?: boolean | undefined;
650
+ };
651
+ name?: string | undefined;
652
+ tags?: string[] | undefined;
653
+ }[];
654
+ op: "add";
655
+ }, {
656
+ data: {
657
+ address: string | {
658
+ name_or_address?: string | undefined;
659
+ local_mark_first?: boolean | undefined;
660
+ };
661
+ name?: string | undefined;
662
+ tags?: string[] | undefined;
663
+ }[];
664
+ op: "add";
665
+ }>, z.ZodObject<{
666
+ op: z.ZodLiteral<"remove">;
667
+ data: z.ZodArray<z.ZodObject<{
668
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
669
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
670
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
671
+ }, "strict", z.ZodTypeAny, {
672
+ name_or_address?: string | undefined;
673
+ local_mark_first?: boolean | undefined;
674
+ }, {
675
+ name_or_address?: string | undefined;
676
+ local_mark_first?: boolean | undefined;
677
+ }>]>;
678
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
679
+ }, "strict", z.ZodTypeAny, {
680
+ address: string | {
681
+ name_or_address?: string | undefined;
682
+ local_mark_first?: boolean | undefined;
683
+ };
684
+ tags?: string[] | undefined;
685
+ }, {
686
+ address: string | {
687
+ name_or_address?: string | undefined;
688
+ local_mark_first?: boolean | undefined;
689
+ };
690
+ tags?: string[] | undefined;
691
+ }>, "many">;
692
+ }, "strict", z.ZodTypeAny, {
693
+ data: {
694
+ address: string | {
695
+ name_or_address?: string | undefined;
696
+ local_mark_first?: boolean | undefined;
697
+ };
698
+ tags?: string[] | undefined;
699
+ }[];
700
+ op: "remove";
701
+ }, {
702
+ data: {
703
+ address: string | {
704
+ name_or_address?: string | undefined;
705
+ local_mark_first?: boolean | undefined;
706
+ };
707
+ tags?: string[] | undefined;
708
+ }[];
709
+ op: "remove";
710
+ }>, z.ZodObject<{
711
+ op: z.ZodLiteral<"clear">;
712
+ address: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodObject<{
713
+ entities: z.ZodArray<z.ZodObject<{
714
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
715
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
716
+ }, "strict", z.ZodTypeAny, {
717
+ name_or_address?: string | undefined;
718
+ local_mark_first?: boolean | undefined;
719
+ }, {
720
+ name_or_address?: string | undefined;
721
+ local_mark_first?: boolean | undefined;
722
+ }>, "many">;
723
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
724
+ }, "strict", z.ZodTypeAny, {
725
+ entities: {
726
+ name_or_address?: string | undefined;
727
+ local_mark_first?: boolean | undefined;
728
+ }[];
729
+ check_all_founded?: boolean | undefined;
730
+ }, {
731
+ entities: {
732
+ name_or_address?: string | undefined;
733
+ local_mark_first?: boolean | undefined;
734
+ }[];
735
+ check_all_founded?: boolean | undefined;
736
+ }>]>;
737
+ }, "strict", z.ZodTypeAny, {
738
+ address: {
739
+ entities: {
740
+ name_or_address?: string | undefined;
741
+ local_mark_first?: boolean | undefined;
742
+ }[];
743
+ check_all_founded?: boolean | undefined;
744
+ } | string[];
745
+ op: "clear";
746
+ }, {
747
+ address: {
748
+ entities: {
749
+ name_or_address?: string | undefined;
750
+ local_mark_first?: boolean | undefined;
751
+ }[];
752
+ check_all_founded?: boolean | undefined;
753
+ } | string[];
754
+ op: "clear";
755
+ }>, z.ZodObject<{
756
+ op: z.ZodLiteral<"transfer">;
757
+ to: z.ZodUnion<[z.ZodString, z.ZodObject<{
758
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
759
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
760
+ }, "strict", z.ZodTypeAny, {
761
+ name_or_address?: string | undefined;
762
+ local_mark_first?: boolean | undefined;
763
+ }, {
764
+ name_or_address?: string | undefined;
765
+ local_mark_first?: boolean | undefined;
766
+ }>]>;
767
+ }, "strict", z.ZodTypeAny, {
768
+ op: "transfer";
769
+ to: string | {
770
+ name_or_address?: string | undefined;
771
+ local_mark_first?: boolean | undefined;
772
+ };
773
+ }, {
774
+ op: "transfer";
775
+ to: string | {
776
+ name_or_address?: string | undefined;
777
+ local_mark_first?: boolean | undefined;
778
+ };
779
+ }>, z.ZodObject<{
780
+ op: z.ZodLiteral<"replace">;
781
+ new_mark_object: z.ZodString;
782
+ }, "strict", z.ZodTypeAny, {
783
+ op: "replace";
784
+ new_mark_object: string;
785
+ }, {
786
+ op: "replace";
787
+ new_mark_object: string;
788
+ }>, z.ZodObject<{
789
+ op: z.ZodLiteral<"destroy">;
790
+ }, "strict", z.ZodTypeAny, {
791
+ op: "destroy";
792
+ }, {
793
+ op: "destroy";
794
+ }>]>>;
795
+ }, "strict", z.ZodTypeAny, {
796
+ description?: string | undefined;
797
+ referrer?: string | {
798
+ name_or_address?: string | undefined;
799
+ local_mark_first?: boolean | undefined;
800
+ } | null | undefined;
801
+ information?: {
802
+ data: {
803
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
804
+ name: string;
805
+ value?: any;
806
+ }[];
807
+ op: "add";
808
+ } | {
809
+ name: string[];
810
+ op: "remove";
811
+ } | {
812
+ op: "clear";
813
+ } | undefined;
814
+ mark?: {
815
+ data: {
816
+ address: string | {
817
+ name_or_address?: string | undefined;
818
+ local_mark_first?: boolean | undefined;
819
+ };
820
+ name?: string | undefined;
821
+ tags?: string[] | undefined;
822
+ }[];
823
+ op: "add";
824
+ } | {
825
+ data: {
826
+ address: string | {
827
+ name_or_address?: string | undefined;
828
+ local_mark_first?: boolean | undefined;
829
+ };
830
+ tags?: string[] | undefined;
831
+ }[];
832
+ op: "remove";
833
+ } | {
834
+ address: {
835
+ entities: {
836
+ name_or_address?: string | undefined;
837
+ local_mark_first?: boolean | undefined;
838
+ }[];
839
+ check_all_founded?: boolean | undefined;
840
+ } | string[];
841
+ op: "clear";
842
+ } | {
843
+ op: "transfer";
844
+ to: string | {
845
+ name_or_address?: string | undefined;
846
+ local_mark_first?: boolean | undefined;
847
+ };
848
+ } | {
849
+ op: "replace";
850
+ new_mark_object: string;
851
+ } | {
852
+ op: "destroy";
853
+ } | undefined;
854
+ }, {
855
+ description?: string | undefined;
856
+ referrer?: string | {
857
+ name_or_address?: string | undefined;
858
+ local_mark_first?: boolean | undefined;
859
+ } | null | undefined;
860
+ information?: {
861
+ data: {
862
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
863
+ name: string;
864
+ value?: any;
865
+ }[];
866
+ op: "add";
867
+ } | {
868
+ name: string[];
869
+ op: "remove";
870
+ } | {
871
+ op: "clear";
872
+ } | undefined;
873
+ mark?: {
874
+ data: {
875
+ address: string | {
876
+ name_or_address?: string | undefined;
877
+ local_mark_first?: boolean | undefined;
878
+ };
879
+ name?: string | undefined;
880
+ tags?: string[] | undefined;
881
+ }[];
882
+ op: "add";
883
+ } | {
884
+ data: {
885
+ address: string | {
886
+ name_or_address?: string | undefined;
887
+ local_mark_first?: boolean | undefined;
888
+ };
889
+ tags?: string[] | undefined;
890
+ }[];
891
+ op: "remove";
892
+ } | {
893
+ address: {
894
+ entities: {
895
+ name_or_address?: string | undefined;
896
+ local_mark_first?: boolean | undefined;
897
+ }[];
898
+ check_all_founded?: boolean | undefined;
899
+ } | string[];
900
+ op: "clear";
901
+ } | {
902
+ op: "transfer";
903
+ to: string | {
904
+ name_or_address?: string | undefined;
905
+ local_mark_first?: boolean | undefined;
906
+ };
907
+ } | {
908
+ op: "replace";
909
+ new_mark_object: string;
910
+ } | {
911
+ op: "destroy";
912
+ } | undefined;
913
+ }>;
914
+ export declare const CallPersonal_InputSchema: z.ZodObject<{
915
+ data: z.ZodObject<{
916
+ description: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
917
+ referrer: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
918
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
919
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
920
+ }, "strict", z.ZodTypeAny, {
921
+ name_or_address?: string | undefined;
922
+ local_mark_first?: boolean | undefined;
923
+ }, {
924
+ name_or_address?: string | undefined;
925
+ local_mark_first?: boolean | undefined;
926
+ }>, z.ZodNull]>>;
927
+ information: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
928
+ op: z.ZodLiteral<"add">;
929
+ data: z.ZodArray<z.ZodObject<{
930
+ name: z.ZodString;
931
+ value_type: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<import("wowok").ValueType.Bool>, z.ZodLiteral<import("wowok").ValueType.Address>, z.ZodLiteral<import("wowok").ValueType.String>, z.ZodLiteral<import("wowok").ValueType.U8>, z.ZodLiteral<import("wowok").ValueType.U16>, z.ZodLiteral<import("wowok").ValueType.U32>, z.ZodLiteral<import("wowok").ValueType.U64>, z.ZodLiteral<import("wowok").ValueType.U128>, z.ZodLiteral<import("wowok").ValueType.U256>, z.ZodLiteral<import("wowok").ValueType.VecBool>, z.ZodLiteral<import("wowok").ValueType.VecAddress>, z.ZodLiteral<import("wowok").ValueType.VecString>, z.ZodLiteral<import("wowok").ValueType.VecU8>, z.ZodLiteral<import("wowok").ValueType.VecU16>, z.ZodLiteral<import("wowok").ValueType.VecU32>, z.ZodLiteral<import("wowok").ValueType.VecU64>, z.ZodLiteral<import("wowok").ValueType.VecU128>, z.ZodLiteral<import("wowok").ValueType.VecU256>, z.ZodLiteral<import("wowok").ValueType.VecVecU8>, z.ZodLiteral<"Bool">, z.ZodLiteral<"Address">, z.ZodLiteral<"String">, z.ZodLiteral<"U8">, z.ZodLiteral<"U16">, z.ZodLiteral<"U32">, z.ZodLiteral<"U64">, z.ZodLiteral<"U128">, z.ZodLiteral<"U256">, z.ZodLiteral<"VecBool">, z.ZodLiteral<"VecAddress">, z.ZodLiteral<"VecString">, z.ZodLiteral<"VecU8">, z.ZodLiteral<"VecU16">, z.ZodLiteral<"VecU32">, z.ZodLiteral<"VecU64">, z.ZodLiteral<"VecU128">, z.ZodLiteral<"VecU256">, z.ZodLiteral<"VecVecU8">, z.ZodLiteral<"bool">, z.ZodLiteral<"address">, z.ZodLiteral<"string">, z.ZodLiteral<"u8">, z.ZodLiteral<"u16">, z.ZodLiteral<"u32">, z.ZodLiteral<"u64">, z.ZodLiteral<"u128">, z.ZodLiteral<"u256">, z.ZodLiteral<"vecbool">, z.ZodLiteral<"vecaddress">, z.ZodLiteral<"vecstring">, z.ZodLiteral<"vecu8">, z.ZodLiteral<"vecu16">, z.ZodLiteral<"vecu32">, z.ZodLiteral<"vecu64">, z.ZodLiteral<"vecu128">, z.ZodLiteral<"vecu256">, z.ZodLiteral<"vecvecu8">]>, z.ZodLiteral<import("wowok").ValueType.Value>]>, z.ZodLiteral<"Value">]>;
932
+ value: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
933
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
934
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
935
+ }, "strict", z.ZodTypeAny, {
936
+ name_or_address?: string | undefined;
937
+ local_mark_first?: boolean | undefined;
938
+ }, {
939
+ name_or_address?: string | undefined;
940
+ local_mark_first?: boolean | undefined;
941
+ }>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
942
+ entities: z.ZodArray<z.ZodObject<{
943
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
944
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
945
+ }, "strict", z.ZodTypeAny, {
946
+ name_or_address?: string | undefined;
947
+ local_mark_first?: boolean | undefined;
948
+ }, {
949
+ name_or_address?: string | undefined;
950
+ local_mark_first?: boolean | undefined;
951
+ }>, "many">;
952
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
953
+ }, "strict", z.ZodTypeAny, {
954
+ entities: {
955
+ name_or_address?: string | undefined;
956
+ local_mark_first?: boolean | undefined;
957
+ }[];
958
+ check_all_founded?: boolean | undefined;
959
+ }, {
960
+ entities: {
961
+ name_or_address?: string | undefined;
962
+ local_mark_first?: boolean | undefined;
963
+ }[];
964
+ check_all_founded?: boolean | undefined;
965
+ }>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>, z.ZodType<any, z.ZodTypeDef, any>]>;
966
+ }, "strip", z.ZodTypeAny, {
967
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
968
+ name: string;
969
+ value?: any;
970
+ }, {
971
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
972
+ name: string;
973
+ value?: any;
974
+ }>, "many">;
975
+ }, "strict", z.ZodTypeAny, {
976
+ data: {
977
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
978
+ name: string;
979
+ value?: any;
980
+ }[];
981
+ op: "add";
982
+ }, {
983
+ data: {
984
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
985
+ name: string;
986
+ value?: any;
987
+ }[];
988
+ op: "add";
989
+ }>, z.ZodObject<{
990
+ op: z.ZodLiteral<"remove">;
991
+ name: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
992
+ }, "strict", z.ZodTypeAny, {
993
+ name: string[];
994
+ op: "remove";
995
+ }, {
996
+ name: string[];
997
+ op: "remove";
998
+ }>, z.ZodObject<{
999
+ op: z.ZodLiteral<"clear">;
1000
+ }, "strict", z.ZodTypeAny, {
1001
+ op: "clear";
1002
+ }, {
1003
+ op: "clear";
1004
+ }>]>>;
1005
+ mark: z.ZodOptional<z.ZodDiscriminatedUnion<"op", [z.ZodObject<{
1006
+ op: z.ZodLiteral<"add">;
1007
+ data: z.ZodArray<z.ZodObject<{
1008
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
1009
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1010
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1011
+ }, "strict", z.ZodTypeAny, {
1012
+ name_or_address?: string | undefined;
1013
+ local_mark_first?: boolean | undefined;
1014
+ }, {
1015
+ name_or_address?: string | undefined;
1016
+ local_mark_first?: boolean | undefined;
1017
+ }>]>;
1018
+ name: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1019
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
1020
+ }, "strict", z.ZodTypeAny, {
1021
+ address: string | {
1022
+ name_or_address?: string | undefined;
1023
+ local_mark_first?: boolean | undefined;
1024
+ };
1025
+ name?: string | undefined;
1026
+ tags?: string[] | undefined;
1027
+ }, {
1028
+ address: string | {
1029
+ name_or_address?: string | undefined;
1030
+ local_mark_first?: boolean | undefined;
1031
+ };
1032
+ name?: string | undefined;
1033
+ tags?: string[] | undefined;
1034
+ }>, "many">;
1035
+ }, "strict", z.ZodTypeAny, {
1036
+ data: {
1037
+ address: string | {
1038
+ name_or_address?: string | undefined;
1039
+ local_mark_first?: boolean | undefined;
1040
+ };
1041
+ name?: string | undefined;
1042
+ tags?: string[] | undefined;
1043
+ }[];
1044
+ op: "add";
1045
+ }, {
1046
+ data: {
1047
+ address: string | {
1048
+ name_or_address?: string | undefined;
1049
+ local_mark_first?: boolean | undefined;
1050
+ };
1051
+ name?: string | undefined;
1052
+ tags?: string[] | undefined;
1053
+ }[];
1054
+ op: "add";
1055
+ }>, z.ZodObject<{
1056
+ op: z.ZodLiteral<"remove">;
1057
+ data: z.ZodArray<z.ZodObject<{
1058
+ address: z.ZodUnion<[z.ZodString, z.ZodObject<{
1059
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1060
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1061
+ }, "strict", z.ZodTypeAny, {
1062
+ name_or_address?: string | undefined;
1063
+ local_mark_first?: boolean | undefined;
1064
+ }, {
1065
+ name_or_address?: string | undefined;
1066
+ local_mark_first?: boolean | undefined;
1067
+ }>]>;
1068
+ tags: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
1069
+ }, "strict", z.ZodTypeAny, {
1070
+ address: string | {
1071
+ name_or_address?: string | undefined;
1072
+ local_mark_first?: boolean | undefined;
1073
+ };
1074
+ tags?: string[] | undefined;
1075
+ }, {
1076
+ address: string | {
1077
+ name_or_address?: string | undefined;
1078
+ local_mark_first?: boolean | undefined;
1079
+ };
1080
+ tags?: string[] | undefined;
1081
+ }>, "many">;
1082
+ }, "strict", z.ZodTypeAny, {
1083
+ data: {
1084
+ address: string | {
1085
+ name_or_address?: string | undefined;
1086
+ local_mark_first?: boolean | undefined;
1087
+ };
1088
+ tags?: string[] | undefined;
1089
+ }[];
1090
+ op: "remove";
1091
+ }, {
1092
+ data: {
1093
+ address: string | {
1094
+ name_or_address?: string | undefined;
1095
+ local_mark_first?: boolean | undefined;
1096
+ };
1097
+ tags?: string[] | undefined;
1098
+ }[];
1099
+ op: "remove";
1100
+ }>, z.ZodObject<{
1101
+ op: z.ZodLiteral<"clear">;
1102
+ address: z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodObject<{
1103
+ entities: z.ZodArray<z.ZodObject<{
1104
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1105
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1106
+ }, "strict", z.ZodTypeAny, {
1107
+ name_or_address?: string | undefined;
1108
+ local_mark_first?: boolean | undefined;
1109
+ }, {
1110
+ name_or_address?: string | undefined;
1111
+ local_mark_first?: boolean | undefined;
1112
+ }>, "many">;
1113
+ check_all_founded: z.ZodOptional<z.ZodBoolean>;
1114
+ }, "strict", z.ZodTypeAny, {
1115
+ entities: {
1116
+ name_or_address?: string | undefined;
1117
+ local_mark_first?: boolean | undefined;
1118
+ }[];
1119
+ check_all_founded?: boolean | undefined;
1120
+ }, {
1121
+ entities: {
1122
+ name_or_address?: string | undefined;
1123
+ local_mark_first?: boolean | undefined;
1124
+ }[];
1125
+ check_all_founded?: boolean | undefined;
1126
+ }>]>;
1127
+ }, "strict", z.ZodTypeAny, {
1128
+ address: {
1129
+ entities: {
1130
+ name_or_address?: string | undefined;
1131
+ local_mark_first?: boolean | undefined;
1132
+ }[];
1133
+ check_all_founded?: boolean | undefined;
1134
+ } | string[];
1135
+ op: "clear";
1136
+ }, {
1137
+ address: {
1138
+ entities: {
1139
+ name_or_address?: string | undefined;
1140
+ local_mark_first?: boolean | undefined;
1141
+ }[];
1142
+ check_all_founded?: boolean | undefined;
1143
+ } | string[];
1144
+ op: "clear";
1145
+ }>, z.ZodObject<{
1146
+ op: z.ZodLiteral<"transfer">;
1147
+ to: z.ZodUnion<[z.ZodString, z.ZodObject<{
1148
+ name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1149
+ local_mark_first: z.ZodOptional<z.ZodBoolean>;
1150
+ }, "strict", z.ZodTypeAny, {
1151
+ name_or_address?: string | undefined;
1152
+ local_mark_first?: boolean | undefined;
1153
+ }, {
1154
+ name_or_address?: string | undefined;
1155
+ local_mark_first?: boolean | undefined;
1156
+ }>]>;
1157
+ }, "strict", z.ZodTypeAny, {
1158
+ op: "transfer";
1159
+ to: string | {
1160
+ name_or_address?: string | undefined;
1161
+ local_mark_first?: boolean | undefined;
1162
+ };
1163
+ }, {
1164
+ op: "transfer";
1165
+ to: string | {
1166
+ name_or_address?: string | undefined;
1167
+ local_mark_first?: boolean | undefined;
1168
+ };
1169
+ }>, z.ZodObject<{
1170
+ op: z.ZodLiteral<"replace">;
1171
+ new_mark_object: z.ZodString;
1172
+ }, "strict", z.ZodTypeAny, {
1173
+ op: "replace";
1174
+ new_mark_object: string;
1175
+ }, {
1176
+ op: "replace";
1177
+ new_mark_object: string;
1178
+ }>, z.ZodObject<{
1179
+ op: z.ZodLiteral<"destroy">;
1180
+ }, "strict", z.ZodTypeAny, {
1181
+ op: "destroy";
1182
+ }, {
1183
+ op: "destroy";
1184
+ }>]>>;
1185
+ }, "strict", z.ZodTypeAny, {
1186
+ description?: string | undefined;
1187
+ referrer?: string | {
1188
+ name_or_address?: string | undefined;
1189
+ local_mark_first?: boolean | undefined;
1190
+ } | null | undefined;
1191
+ information?: {
1192
+ data: {
1193
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1194
+ name: string;
1195
+ value?: any;
1196
+ }[];
1197
+ op: "add";
1198
+ } | {
1199
+ name: string[];
1200
+ op: "remove";
1201
+ } | {
1202
+ op: "clear";
1203
+ } | undefined;
1204
+ mark?: {
1205
+ data: {
1206
+ address: string | {
1207
+ name_or_address?: string | undefined;
1208
+ local_mark_first?: boolean | undefined;
1209
+ };
1210
+ name?: string | undefined;
1211
+ tags?: string[] | undefined;
1212
+ }[];
1213
+ op: "add";
1214
+ } | {
1215
+ data: {
1216
+ address: string | {
1217
+ name_or_address?: string | undefined;
1218
+ local_mark_first?: boolean | undefined;
1219
+ };
1220
+ tags?: string[] | undefined;
1221
+ }[];
1222
+ op: "remove";
1223
+ } | {
1224
+ address: {
1225
+ entities: {
1226
+ name_or_address?: string | undefined;
1227
+ local_mark_first?: boolean | undefined;
1228
+ }[];
1229
+ check_all_founded?: boolean | undefined;
1230
+ } | string[];
1231
+ op: "clear";
1232
+ } | {
1233
+ op: "transfer";
1234
+ to: string | {
1235
+ name_or_address?: string | undefined;
1236
+ local_mark_first?: boolean | undefined;
1237
+ };
1238
+ } | {
1239
+ op: "replace";
1240
+ new_mark_object: string;
1241
+ } | {
1242
+ op: "destroy";
1243
+ } | undefined;
1244
+ }, {
1245
+ description?: string | undefined;
1246
+ referrer?: string | {
1247
+ name_or_address?: string | undefined;
1248
+ local_mark_first?: boolean | undefined;
1249
+ } | null | undefined;
1250
+ information?: {
1251
+ data: {
1252
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1253
+ name: string;
1254
+ value?: any;
1255
+ }[];
1256
+ op: "add";
1257
+ } | {
1258
+ name: string[];
1259
+ op: "remove";
1260
+ } | {
1261
+ op: "clear";
1262
+ } | undefined;
1263
+ mark?: {
1264
+ data: {
1265
+ address: string | {
1266
+ name_or_address?: string | undefined;
1267
+ local_mark_first?: boolean | undefined;
1268
+ };
1269
+ name?: string | undefined;
1270
+ tags?: string[] | undefined;
1271
+ }[];
1272
+ op: "add";
1273
+ } | {
1274
+ data: {
1275
+ address: string | {
1276
+ name_or_address?: string | undefined;
1277
+ local_mark_first?: boolean | undefined;
1278
+ };
1279
+ tags?: string[] | undefined;
1280
+ }[];
1281
+ op: "remove";
1282
+ } | {
1283
+ address: {
1284
+ entities: {
1285
+ name_or_address?: string | undefined;
1286
+ local_mark_first?: boolean | undefined;
1287
+ }[];
1288
+ check_all_founded?: boolean | undefined;
1289
+ } | string[];
1290
+ op: "clear";
1291
+ } | {
1292
+ op: "transfer";
1293
+ to: string | {
1294
+ name_or_address?: string | undefined;
1295
+ local_mark_first?: boolean | undefined;
1296
+ };
1297
+ } | {
1298
+ op: "replace";
1299
+ new_mark_object: string;
1300
+ } | {
1301
+ op: "destroy";
1302
+ } | undefined;
1303
+ }>;
1304
+ env: z.ZodOptional<z.ZodObject<{
1305
+ account: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1306
+ permission_guard: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1307
+ no_cache: z.ZodOptional<z.ZodBoolean>;
1308
+ network: z.ZodOptional<z.ZodEnum<[import("wowok").ENTRYPOINT.Localnet, import("wowok").ENTRYPOINT.Testnet]>>;
1309
+ referrer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1310
+ }, "strict", z.ZodTypeAny, {
1311
+ account: string;
1312
+ no_cache?: boolean | undefined;
1313
+ network?: import("wowok").ENTRYPOINT | undefined;
1314
+ permission_guard?: string[] | undefined;
1315
+ referrer?: string | undefined;
1316
+ }, {
1317
+ no_cache?: boolean | undefined;
1318
+ network?: import("wowok").ENTRYPOINT | undefined;
1319
+ account?: string | undefined;
1320
+ permission_guard?: string[] | undefined;
1321
+ referrer?: string | undefined;
1322
+ }>>;
1323
+ }, "strict", z.ZodTypeAny, {
1324
+ data: {
1325
+ description?: string | undefined;
1326
+ referrer?: string | {
1327
+ name_or_address?: string | undefined;
1328
+ local_mark_first?: boolean | undefined;
1329
+ } | null | undefined;
1330
+ information?: {
1331
+ data: {
1332
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1333
+ name: string;
1334
+ value?: any;
1335
+ }[];
1336
+ op: "add";
1337
+ } | {
1338
+ name: string[];
1339
+ op: "remove";
1340
+ } | {
1341
+ op: "clear";
1342
+ } | undefined;
1343
+ mark?: {
1344
+ data: {
1345
+ address: string | {
1346
+ name_or_address?: string | undefined;
1347
+ local_mark_first?: boolean | undefined;
1348
+ };
1349
+ name?: string | undefined;
1350
+ tags?: string[] | undefined;
1351
+ }[];
1352
+ op: "add";
1353
+ } | {
1354
+ data: {
1355
+ address: string | {
1356
+ name_or_address?: string | undefined;
1357
+ local_mark_first?: boolean | undefined;
1358
+ };
1359
+ tags?: string[] | undefined;
1360
+ }[];
1361
+ op: "remove";
1362
+ } | {
1363
+ address: {
1364
+ entities: {
1365
+ name_or_address?: string | undefined;
1366
+ local_mark_first?: boolean | undefined;
1367
+ }[];
1368
+ check_all_founded?: boolean | undefined;
1369
+ } | string[];
1370
+ op: "clear";
1371
+ } | {
1372
+ op: "transfer";
1373
+ to: string | {
1374
+ name_or_address?: string | undefined;
1375
+ local_mark_first?: boolean | undefined;
1376
+ };
1377
+ } | {
1378
+ op: "replace";
1379
+ new_mark_object: string;
1380
+ } | {
1381
+ op: "destroy";
1382
+ } | undefined;
1383
+ };
1384
+ env?: {
1385
+ account: string;
1386
+ no_cache?: boolean | undefined;
1387
+ network?: import("wowok").ENTRYPOINT | undefined;
1388
+ permission_guard?: string[] | undefined;
1389
+ referrer?: string | undefined;
1390
+ } | undefined;
1391
+ }, {
1392
+ data: {
1393
+ description?: string | undefined;
1394
+ referrer?: string | {
1395
+ name_or_address?: string | undefined;
1396
+ local_mark_first?: boolean | undefined;
1397
+ } | null | undefined;
1398
+ information?: {
1399
+ data: {
1400
+ value_type: "string" | "Bool" | "Address" | "String" | "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "VecBool" | "VecAddress" | "VecString" | "VecU8" | "VecU16" | "VecU32" | "VecU64" | "VecU128" | "VecU256" | "VecVecU8" | import("wowok").ValueType | "bool" | "address" | "u8" | "u16" | "u32" | "u64" | "u128" | "u256" | "vecbool" | "vecaddress" | "vecstring" | "vecu8" | "vecu16" | "vecu32" | "vecu64" | "vecu128" | "vecu256" | "vecvecu8" | "Value";
1401
+ name: string;
1402
+ value?: any;
1403
+ }[];
1404
+ op: "add";
1405
+ } | {
1406
+ name: string[];
1407
+ op: "remove";
1408
+ } | {
1409
+ op: "clear";
1410
+ } | undefined;
1411
+ mark?: {
1412
+ data: {
1413
+ address: string | {
1414
+ name_or_address?: string | undefined;
1415
+ local_mark_first?: boolean | undefined;
1416
+ };
1417
+ name?: string | undefined;
1418
+ tags?: string[] | undefined;
1419
+ }[];
1420
+ op: "add";
1421
+ } | {
1422
+ data: {
1423
+ address: string | {
1424
+ name_or_address?: string | undefined;
1425
+ local_mark_first?: boolean | undefined;
1426
+ };
1427
+ tags?: string[] | undefined;
1428
+ }[];
1429
+ op: "remove";
1430
+ } | {
1431
+ address: {
1432
+ entities: {
1433
+ name_or_address?: string | undefined;
1434
+ local_mark_first?: boolean | undefined;
1435
+ }[];
1436
+ check_all_founded?: boolean | undefined;
1437
+ } | string[];
1438
+ op: "clear";
1439
+ } | {
1440
+ op: "transfer";
1441
+ to: string | {
1442
+ name_or_address?: string | undefined;
1443
+ local_mark_first?: boolean | undefined;
1444
+ };
1445
+ } | {
1446
+ op: "replace";
1447
+ new_mark_object: string;
1448
+ } | {
1449
+ op: "destroy";
1450
+ } | undefined;
1451
+ };
1452
+ env?: {
1453
+ no_cache?: boolean | undefined;
1454
+ network?: import("wowok").ENTRYPOINT | undefined;
1455
+ account?: string | undefined;
1456
+ permission_guard?: string[] | undefined;
1457
+ referrer?: string | undefined;
1458
+ } | undefined;
1459
+ }>;
1460
+ export type InformationAdd = z.infer<typeof InformationAddSchema>;
1461
+ export type InformationRemove = z.infer<typeof InformationRemoveSchema>;
1462
+ export type InformationClear = z.infer<typeof InformationClearSchema>;
1463
+ export type Information = z.infer<typeof InformationSchema>;
1464
+ export type MarkAdd = z.infer<typeof MarkAddSchema>;
1465
+ export type MarkRemove = z.infer<typeof MarkRemoveSchema>;
1466
+ export type MarkClear = z.infer<typeof MarkClearSchema>;
1467
+ export type MarkTransfer = z.infer<typeof MarkTransferSchema>;
1468
+ export type MarkReplace = z.infer<typeof MarkReplaceSchema>;
1469
+ export type MarkDestroy = z.infer<typeof MarkDestroySchema>;
1470
+ export type Mark = z.infer<typeof MarkSchema>;
1471
+ export type CallPersonal_Data = z.infer<typeof CallPersonal_DataSchema>;
1472
+ export type CallPersonal_Input = z.infer<typeof CallPersonal_InputSchema>;