wowok_agent 1.6.6 → 2.1.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.
Potentially problematic release.
This version of wowok_agent might be problematic. Click here for more details.
- package/README.md +20 -40
- package/dist/index.d.ts +13528 -27
- package/dist/index.js +1026 -27
- package/dist/schema/call/allocation.d.ts +1370 -0
- package/dist/schema/call/allocation.js +27 -0
- package/dist/schema/call/arbitration.d.ts +1902 -0
- package/dist/schema/call/arbitration.js +106 -0
- package/dist/schema/call/base.d.ts +6381 -0
- package/dist/schema/call/base.js +152 -0
- package/dist/schema/call/contact.d.ts +898 -0
- package/dist/schema/call/contact.js +41 -0
- package/dist/schema/call/demand.d.ts +1193 -0
- package/dist/schema/call/demand.js +51 -0
- package/dist/schema/call/guard.d.ts +819 -0
- package/dist/schema/call/guard.js +67 -0
- package/dist/schema/call/handler.d.ts +80 -0
- package/dist/schema/call/handler.js +177 -0
- package/dist/schema/call/index.d.ts +18 -0
- package/dist/schema/call/index.js +19 -0
- package/dist/schema/call/machine.d.ts +3906 -0
- package/dist/schema/call/machine.js +164 -0
- package/dist/schema/call/order.d.ts +994 -0
- package/dist/schema/call/order.js +39 -0
- package/dist/schema/call/payment.d.ts +408 -0
- package/dist/schema/call/payment.js +20 -0
- package/dist/schema/call/permission.d.ts +2945 -0
- package/dist/schema/call/permission.js +118 -0
- package/dist/schema/call/personal.d.ts +1498 -0
- package/dist/schema/call/personal.js +81 -0
- package/dist/schema/call/progress.d.ts +847 -0
- package/dist/schema/call/progress.js +37 -0
- package/dist/schema/call/proof.d.ts +328 -0
- package/dist/schema/call/proof.js +27 -0
- package/dist/schema/call/repository.d.ts +2220 -0
- package/dist/schema/call/repository.js +85 -0
- package/dist/schema/call/reward.d.ts +1178 -0
- package/dist/schema/call/reward.js +46 -0
- package/dist/schema/call/service.d.ts +3534 -0
- package/dist/schema/call/service.js +87 -0
- package/dist/schema/call/treasury.d.ts +2399 -0
- package/dist/schema/call/treasury.js +76 -0
- package/dist/schema/common/index.d.ts +623 -0
- package/dist/schema/common/index.js +331 -0
- package/dist/schema/index.d.ts +7 -0
- package/dist/schema/index.js +8 -0
- package/dist/schema/local/index.d.ts +7824 -0
- package/dist/schema/local/index.js +913 -0
- package/dist/schema/local/wip.d.ts +781 -0
- package/dist/schema/local/wip.js +229 -0
- package/dist/schema/messenger/index.d.ts +3624 -0
- package/dist/schema/messenger/index.js +407 -0
- package/dist/schema/query/index.d.ts +27176 -0
- package/dist/schema/query/index.js +1313 -0
- package/dist/schema/utils/guard-parser.d.ts +20 -0
- package/dist/schema/utils/guard-parser.js +410 -0
- package/dist/schema/utils/guard-query-utils.d.ts +5 -0
- package/dist/schema/utils/guard-query-utils.js +22 -0
- package/dist/schema/utils/node-parser.d.ts +59 -0
- package/dist/schema/utils/node-parser.js +382 -0
- package/dist/schema/utils/permission-index-utils.d.ts +2 -0
- package/dist/schema/utils/permission-index-utils.js +10 -0
- package/package.json +31 -49
- package/LICENSE +0 -201
- package/dist/call/arbitration.d.ts +0 -57
- package/dist/call/arbitration.d.ts.map +0 -1
- package/dist/call/arbitration.js +0 -245
- package/dist/call/arbitration.js.map +0 -1
- package/dist/call/base.d.ts +0 -85
- package/dist/call/base.d.ts.map +0 -1
- package/dist/call/base.js +0 -231
- package/dist/call/base.js.map +0 -1
- package/dist/call/call.d.ts +0 -95
- package/dist/call/call.d.ts.map +0 -1
- package/dist/call/call.js +0 -149
- package/dist/call/call.js.map +0 -1
- package/dist/call/demand.d.ts +0 -46
- package/dist/call/demand.d.ts.map +0 -1
- package/dist/call/demand.js +0 -201
- package/dist/call/demand.js.map +0 -1
- package/dist/call/guard.d.ts +0 -53
- package/dist/call/guard.d.ts.map +0 -1
- package/dist/call/guard.js +0 -386
- package/dist/call/guard.js.map +0 -1
- package/dist/call/machine.d.ts +0 -97
- package/dist/call/machine.d.ts.map +0 -1
- package/dist/call/machine.js +0 -342
- package/dist/call/machine.js.map +0 -1
- package/dist/call/object_permission.d.ts +0 -14
- package/dist/call/object_permission.d.ts.map +0 -1
- package/dist/call/object_permission.js +0 -59
- package/dist/call/object_permission.js.map +0 -1
- package/dist/call/permission.d.ts +0 -63
- package/dist/call/permission.d.ts.map +0 -1
- package/dist/call/permission.js +0 -137
- package/dist/call/permission.js.map +0 -1
- package/dist/call/personal.d.ts +0 -47
- package/dist/call/personal.d.ts.map +0 -1
- package/dist/call/personal.js +0 -119
- package/dist/call/personal.js.map +0 -1
- package/dist/call/repository.d.ts +0 -117
- package/dist/call/repository.d.ts.map +0 -1
- package/dist/call/repository.js +0 -408
- package/dist/call/repository.js.map +0 -1
- package/dist/call/service.d.ts +0 -115
- package/dist/call/service.d.ts.map +0 -1
- package/dist/call/service.js +0 -550
- package/dist/call/service.js.map +0 -1
- package/dist/call/treasury.d.ts +0 -46
- package/dist/call/treasury.d.ts.map +0 -1
- package/dist/call/treasury.js +0 -222
- package/dist/call/treasury.js.map +0 -1
- package/dist/common.d.ts +0 -12
- package/dist/common.d.ts.map +0 -1
- package/dist/common.js +0 -71
- package/dist/common.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/local/.d.ts +0 -20
- package/dist/local/.d.ts.map +0 -1
- package/dist/local/.js +0 -76
- package/dist/local/.js.map +0 -1
- package/dist/local/account.d.ts +0 -42
- package/dist/local/account.d.ts.map +0 -1
- package/dist/local/account.js +0 -335
- package/dist/local/account.js.map +0 -1
- package/dist/local/cache.d.ts +0 -32
- package/dist/local/cache.d.ts.map +0 -1
- package/dist/local/cache.js +0 -77
- package/dist/local/cache.js.map +0 -1
- package/dist/local/coin.d.ts +0 -22
- package/dist/local/coin.d.ts.map +0 -1
- package/dist/local/coin.js +0 -123
- package/dist/local/coin.js.map +0 -1
- package/dist/local/config.d.ts +0 -20
- package/dist/local/config.d.ts.map +0 -1
- package/dist/local/config.js +0 -75
- package/dist/local/config.js.map +0 -1
- package/dist/local/index.d.ts +0 -110
- package/dist/local/index.d.ts.map +0 -1
- package/dist/local/index.js +0 -122
- package/dist/local/index.js.map +0 -1
- package/dist/local/local.d.ts +0 -55
- package/dist/local/local.d.ts.map +0 -1
- package/dist/local/local.js +0 -248
- package/dist/local/local.js.map +0 -1
- package/dist/query/events.d.ts +0 -65
- package/dist/query/events.d.ts.map +0 -1
- package/dist/query/events.js +0 -75
- package/dist/query/events.js.map +0 -1
- package/dist/query/objects.d.ts +0 -346
- package/dist/query/objects.d.ts.map +0 -1
- package/dist/query/objects.js +0 -472
- package/dist/query/objects.js.map +0 -1
- package/dist/query/permission.d.ts +0 -15
- package/dist/query/permission.d.ts.map +0 -1
- package/dist/query/permission.js +0 -45
- package/dist/query/permission.js.map +0 -1
- package/dist/query/received.d.ts +0 -16
- package/dist/query/received.d.ts.map +0 -1
- package/dist/query/received.js +0 -16
- package/dist/query/received.js.map +0 -1
- package/dist/schema/call.d.ts +0 -13005
- package/dist/schema/call.d.ts.map +0 -1
- package/dist/schema/call.js +0 -997
- package/dist/schema/call.js.map +0 -1
- package/dist/schema/const.d.ts +0 -254
- package/dist/schema/const.d.ts.map +0 -1
- package/dist/schema/const.js +0 -305
- package/dist/schema/const.js.map +0 -1
- package/dist/schema/local.d.ts +0 -702
- package/dist/schema/local.d.ts.map +0 -1
- package/dist/schema/local.js +0 -150
- package/dist/schema/local.js.map +0 -1
- package/dist/schema/query.d.ts +0 -1465
- package/dist/schema/query.d.ts.map +0 -1
- package/dist/schema/query.js +0 -224
- package/dist/schema/query.js.map +0 -1
- package/dist/schema/util.d.ts +0 -71
- package/dist/schema/util.d.ts.map +0 -1
- package/dist/schema/util.js +0 -139
- package/dist/schema/util.js.map +0 -1
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const DescriptionSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
3
|
+
export declare const LongNameSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
4
|
+
export declare const WowAddressSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
5
|
+
export declare const TokenTypeSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
6
|
+
export declare const TokenTypeWithDefaultSchema: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7
|
+
export declare const NameSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
8
|
+
export declare const NotEmptyNameSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
9
|
+
export declare const NameOrAddressSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
10
|
+
export declare const AccountOrMark_AddressSchema: z.ZodObject<{
|
|
11
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
12
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
+
}, "strict", z.ZodTypeAny, {
|
|
14
|
+
name_or_address?: string | undefined;
|
|
15
|
+
local_mark_first?: boolean | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
name_or_address?: string | undefined;
|
|
18
|
+
local_mark_first?: boolean | undefined;
|
|
19
|
+
}>;
|
|
20
|
+
export declare const ManyAccountOrMark_AddressSchema: z.ZodObject<{
|
|
21
|
+
entities: z.ZodArray<z.ZodObject<{
|
|
22
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
23
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
}, "strict", z.ZodTypeAny, {
|
|
25
|
+
name_or_address?: string | undefined;
|
|
26
|
+
local_mark_first?: boolean | undefined;
|
|
27
|
+
}, {
|
|
28
|
+
name_or_address?: string | undefined;
|
|
29
|
+
local_mark_first?: boolean | undefined;
|
|
30
|
+
}>, "many">;
|
|
31
|
+
check_all_founded: z.ZodOptional<z.ZodBoolean>;
|
|
32
|
+
}, "strict", z.ZodTypeAny, {
|
|
33
|
+
entities: {
|
|
34
|
+
name_or_address?: string | undefined;
|
|
35
|
+
local_mark_first?: boolean | undefined;
|
|
36
|
+
}[];
|
|
37
|
+
check_all_founded?: boolean | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
entities: {
|
|
40
|
+
name_or_address?: string | undefined;
|
|
41
|
+
local_mark_first?: boolean | undefined;
|
|
42
|
+
}[];
|
|
43
|
+
check_all_founded?: boolean | undefined;
|
|
44
|
+
}>;
|
|
45
|
+
export declare const ObjectOwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
46
|
+
AddressOwner: z.ZodString;
|
|
47
|
+
}, "strict", z.ZodTypeAny, {
|
|
48
|
+
AddressOwner: string;
|
|
49
|
+
}, {
|
|
50
|
+
AddressOwner: string;
|
|
51
|
+
}>, z.ZodObject<{
|
|
52
|
+
ObjectOwner: z.ZodString;
|
|
53
|
+
}, "strict", z.ZodTypeAny, {
|
|
54
|
+
ObjectOwner: string;
|
|
55
|
+
}, {
|
|
56
|
+
ObjectOwner: string;
|
|
57
|
+
}>, z.ZodObject<{
|
|
58
|
+
Shared: z.ZodObject<{
|
|
59
|
+
initial_shared_version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
60
|
+
}, "strict", z.ZodTypeAny, {
|
|
61
|
+
initial_shared_version: string | number;
|
|
62
|
+
}, {
|
|
63
|
+
initial_shared_version: string | number;
|
|
64
|
+
}>;
|
|
65
|
+
}, "strict", z.ZodTypeAny, {
|
|
66
|
+
Shared: {
|
|
67
|
+
initial_shared_version: string | number;
|
|
68
|
+
};
|
|
69
|
+
}, {
|
|
70
|
+
Shared: {
|
|
71
|
+
initial_shared_version: string | number;
|
|
72
|
+
};
|
|
73
|
+
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
74
|
+
ConsensusAddressOwner: z.ZodObject<{
|
|
75
|
+
owner: z.ZodString;
|
|
76
|
+
start_version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
77
|
+
}, "strict", z.ZodTypeAny, {
|
|
78
|
+
owner: string;
|
|
79
|
+
start_version: string | number;
|
|
80
|
+
}, {
|
|
81
|
+
owner: string;
|
|
82
|
+
start_version: string | number;
|
|
83
|
+
}>;
|
|
84
|
+
}, "strict", z.ZodTypeAny, {
|
|
85
|
+
ConsensusAddressOwner: {
|
|
86
|
+
owner: string;
|
|
87
|
+
start_version: string | number;
|
|
88
|
+
};
|
|
89
|
+
}, {
|
|
90
|
+
ConsensusAddressOwner: {
|
|
91
|
+
owner: string;
|
|
92
|
+
start_version: string | number;
|
|
93
|
+
};
|
|
94
|
+
}>]>;
|
|
95
|
+
export declare const ValueTypeUserSchema: z.ZodUnion<[z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, 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">]>;
|
|
96
|
+
export declare const ValueTypeSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, 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<any>]>, z.ZodLiteral<"Value">]>;
|
|
97
|
+
export declare const ObjectTypeSchema: z.ZodEnum<any>;
|
|
98
|
+
export declare const BalanceTypeSchema: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
99
|
+
export declare const QueryIdSchema: z.ZodNumber;
|
|
100
|
+
export declare const CacheExpireTypeSchema: z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>;
|
|
101
|
+
export declare const ValueContainerSchema: z.ZodType<any>;
|
|
102
|
+
export declare const SupportedValueUserSchema: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
|
|
103
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
104
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
105
|
+
}, "strict", z.ZodTypeAny, {
|
|
106
|
+
name_or_address?: string | undefined;
|
|
107
|
+
local_mark_first?: boolean | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
name_or_address?: string | undefined;
|
|
110
|
+
local_mark_first?: boolean | undefined;
|
|
111
|
+
}>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
|
|
112
|
+
entities: z.ZodArray<z.ZodObject<{
|
|
113
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
114
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
115
|
+
}, "strict", z.ZodTypeAny, {
|
|
116
|
+
name_or_address?: string | undefined;
|
|
117
|
+
local_mark_first?: boolean | undefined;
|
|
118
|
+
}, {
|
|
119
|
+
name_or_address?: string | undefined;
|
|
120
|
+
local_mark_first?: boolean | undefined;
|
|
121
|
+
}>, "many">;
|
|
122
|
+
check_all_founded: z.ZodOptional<z.ZodBoolean>;
|
|
123
|
+
}, "strict", z.ZodTypeAny, {
|
|
124
|
+
entities: {
|
|
125
|
+
name_or_address?: string | undefined;
|
|
126
|
+
local_mark_first?: boolean | undefined;
|
|
127
|
+
}[];
|
|
128
|
+
check_all_founded?: boolean | undefined;
|
|
129
|
+
}, {
|
|
130
|
+
entities: {
|
|
131
|
+
name_or_address?: string | undefined;
|
|
132
|
+
local_mark_first?: boolean | undefined;
|
|
133
|
+
}[];
|
|
134
|
+
check_all_founded?: boolean | undefined;
|
|
135
|
+
}>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>;
|
|
136
|
+
export declare const SupportedValueSchema: z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
|
|
137
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
138
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
139
|
+
}, "strict", z.ZodTypeAny, {
|
|
140
|
+
name_or_address?: string | undefined;
|
|
141
|
+
local_mark_first?: boolean | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
name_or_address?: string | undefined;
|
|
144
|
+
local_mark_first?: boolean | undefined;
|
|
145
|
+
}>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
|
|
146
|
+
entities: z.ZodArray<z.ZodObject<{
|
|
147
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
148
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
149
|
+
}, "strict", z.ZodTypeAny, {
|
|
150
|
+
name_or_address?: string | undefined;
|
|
151
|
+
local_mark_first?: boolean | undefined;
|
|
152
|
+
}, {
|
|
153
|
+
name_or_address?: string | undefined;
|
|
154
|
+
local_mark_first?: boolean | undefined;
|
|
155
|
+
}>, "many">;
|
|
156
|
+
check_all_founded: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
}, "strict", z.ZodTypeAny, {
|
|
158
|
+
entities: {
|
|
159
|
+
name_or_address?: string | undefined;
|
|
160
|
+
local_mark_first?: boolean | undefined;
|
|
161
|
+
}[];
|
|
162
|
+
check_all_founded?: boolean | undefined;
|
|
163
|
+
}, {
|
|
164
|
+
entities: {
|
|
165
|
+
name_or_address?: string | undefined;
|
|
166
|
+
local_mark_first?: boolean | undefined;
|
|
167
|
+
}[];
|
|
168
|
+
check_all_founded?: boolean | undefined;
|
|
169
|
+
}>, 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>]>;
|
|
170
|
+
export declare const GuardIdentifierSchema: z.ZodNumber;
|
|
171
|
+
export declare const GuardTableItemBaseSchema: z.ZodObject<{
|
|
172
|
+
identifier: z.ZodNumber;
|
|
173
|
+
b_submission: z.ZodBoolean;
|
|
174
|
+
value_type: z.ZodUnion<[z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, 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">]>;
|
|
175
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
|
|
176
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
177
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
178
|
+
}, "strict", z.ZodTypeAny, {
|
|
179
|
+
name_or_address?: string | undefined;
|
|
180
|
+
local_mark_first?: boolean | undefined;
|
|
181
|
+
}, {
|
|
182
|
+
name_or_address?: string | undefined;
|
|
183
|
+
local_mark_first?: boolean | undefined;
|
|
184
|
+
}>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
|
|
185
|
+
entities: z.ZodArray<z.ZodObject<{
|
|
186
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
187
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
188
|
+
}, "strict", z.ZodTypeAny, {
|
|
189
|
+
name_or_address?: string | undefined;
|
|
190
|
+
local_mark_first?: boolean | undefined;
|
|
191
|
+
}, {
|
|
192
|
+
name_or_address?: string | undefined;
|
|
193
|
+
local_mark_first?: boolean | undefined;
|
|
194
|
+
}>, "many">;
|
|
195
|
+
check_all_founded: z.ZodOptional<z.ZodBoolean>;
|
|
196
|
+
}, "strict", z.ZodTypeAny, {
|
|
197
|
+
entities: {
|
|
198
|
+
name_or_address?: string | undefined;
|
|
199
|
+
local_mark_first?: boolean | undefined;
|
|
200
|
+
}[];
|
|
201
|
+
check_all_founded?: boolean | undefined;
|
|
202
|
+
}, {
|
|
203
|
+
entities: {
|
|
204
|
+
name_or_address?: string | undefined;
|
|
205
|
+
local_mark_first?: boolean | undefined;
|
|
206
|
+
}[];
|
|
207
|
+
check_all_founded?: boolean | undefined;
|
|
208
|
+
}>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>>;
|
|
209
|
+
name: z.ZodDefault<z.ZodString>;
|
|
210
|
+
}, "strict", z.ZodTypeAny, {
|
|
211
|
+
[x: string]: any;
|
|
212
|
+
identifier?: unknown;
|
|
213
|
+
b_submission?: unknown;
|
|
214
|
+
value_type?: unknown;
|
|
215
|
+
value?: unknown;
|
|
216
|
+
name?: unknown;
|
|
217
|
+
}, {
|
|
218
|
+
[x: string]: any;
|
|
219
|
+
identifier?: unknown;
|
|
220
|
+
b_submission?: unknown;
|
|
221
|
+
value_type?: unknown;
|
|
222
|
+
value?: unknown;
|
|
223
|
+
name?: unknown;
|
|
224
|
+
}>;
|
|
225
|
+
export declare const GuardTableItemSchema: z.ZodObject<{
|
|
226
|
+
identifier: z.ZodNumber;
|
|
227
|
+
b_submission: z.ZodBoolean;
|
|
228
|
+
value_type: z.ZodUnion<[z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, z.ZodLiteral<any>, 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">]>;
|
|
229
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodObject<{
|
|
230
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
231
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
232
|
+
}, "strict", z.ZodTypeAny, {
|
|
233
|
+
name_or_address?: string | undefined;
|
|
234
|
+
local_mark_first?: boolean | undefined;
|
|
235
|
+
}, {
|
|
236
|
+
name_or_address?: string | undefined;
|
|
237
|
+
local_mark_first?: boolean | undefined;
|
|
238
|
+
}>, z.ZodString]>, z.ZodString, z.ZodNumber, z.ZodArray<z.ZodBoolean, "many">, z.ZodUnion<[z.ZodObject<{
|
|
239
|
+
entities: z.ZodArray<z.ZodObject<{
|
|
240
|
+
name_or_address: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
241
|
+
local_mark_first: z.ZodOptional<z.ZodBoolean>;
|
|
242
|
+
}, "strict", z.ZodTypeAny, {
|
|
243
|
+
name_or_address?: string | undefined;
|
|
244
|
+
local_mark_first?: boolean | undefined;
|
|
245
|
+
}, {
|
|
246
|
+
name_or_address?: string | undefined;
|
|
247
|
+
local_mark_first?: boolean | undefined;
|
|
248
|
+
}>, "many">;
|
|
249
|
+
check_all_founded: z.ZodOptional<z.ZodBoolean>;
|
|
250
|
+
}, "strict", z.ZodTypeAny, {
|
|
251
|
+
entities: {
|
|
252
|
+
name_or_address?: string | undefined;
|
|
253
|
+
local_mark_first?: boolean | undefined;
|
|
254
|
+
}[];
|
|
255
|
+
check_all_founded?: boolean | undefined;
|
|
256
|
+
}, {
|
|
257
|
+
entities: {
|
|
258
|
+
name_or_address?: string | undefined;
|
|
259
|
+
local_mark_first?: boolean | undefined;
|
|
260
|
+
}[];
|
|
261
|
+
check_all_founded?: boolean | undefined;
|
|
262
|
+
}>, z.ZodArray<z.ZodString, "many">]>, z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">, z.ZodArray<z.ZodArray<z.ZodNumber, "many">, "many">]>>;
|
|
263
|
+
name: z.ZodDefault<z.ZodString>;
|
|
264
|
+
} & {
|
|
265
|
+
object_type: z.ZodOptional<z.ZodEnum<any>>;
|
|
266
|
+
}, "strict", z.ZodTypeAny, {
|
|
267
|
+
[x: string]: any;
|
|
268
|
+
identifier?: unknown;
|
|
269
|
+
b_submission?: unknown;
|
|
270
|
+
value_type?: unknown;
|
|
271
|
+
value?: unknown;
|
|
272
|
+
name?: unknown;
|
|
273
|
+
object_type?: unknown;
|
|
274
|
+
}, {
|
|
275
|
+
[x: string]: any;
|
|
276
|
+
identifier?: unknown;
|
|
277
|
+
b_submission?: unknown;
|
|
278
|
+
value_type?: unknown;
|
|
279
|
+
value?: unknown;
|
|
280
|
+
name?: unknown;
|
|
281
|
+
object_type?: unknown;
|
|
282
|
+
}>;
|
|
283
|
+
export declare const EntrypointSchema: z.ZodEnum<any>;
|
|
284
|
+
export declare const FaucetNetworkSchema: z.ZodEnum<any>;
|
|
285
|
+
export declare const ObjectBaseSchema: z.ZodObject<{
|
|
286
|
+
object: z.ZodString;
|
|
287
|
+
type: z.ZodOptional<z.ZodEnum<any>>;
|
|
288
|
+
type_raw: z.ZodOptional<z.ZodString>;
|
|
289
|
+
owner: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
290
|
+
AddressOwner: z.ZodString;
|
|
291
|
+
}, "strict", z.ZodTypeAny, {
|
|
292
|
+
AddressOwner: string;
|
|
293
|
+
}, {
|
|
294
|
+
AddressOwner: string;
|
|
295
|
+
}>, z.ZodObject<{
|
|
296
|
+
ObjectOwner: z.ZodString;
|
|
297
|
+
}, "strict", z.ZodTypeAny, {
|
|
298
|
+
ObjectOwner: string;
|
|
299
|
+
}, {
|
|
300
|
+
ObjectOwner: string;
|
|
301
|
+
}>, z.ZodObject<{
|
|
302
|
+
Shared: z.ZodObject<{
|
|
303
|
+
initial_shared_version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
304
|
+
}, "strict", z.ZodTypeAny, {
|
|
305
|
+
initial_shared_version: string | number;
|
|
306
|
+
}, {
|
|
307
|
+
initial_shared_version: string | number;
|
|
308
|
+
}>;
|
|
309
|
+
}, "strict", z.ZodTypeAny, {
|
|
310
|
+
Shared: {
|
|
311
|
+
initial_shared_version: string | number;
|
|
312
|
+
};
|
|
313
|
+
}, {
|
|
314
|
+
Shared: {
|
|
315
|
+
initial_shared_version: string | number;
|
|
316
|
+
};
|
|
317
|
+
}>, z.ZodLiteral<"Immutable">, z.ZodObject<{
|
|
318
|
+
ConsensusAddressOwner: z.ZodObject<{
|
|
319
|
+
owner: z.ZodString;
|
|
320
|
+
start_version: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
321
|
+
}, "strict", z.ZodTypeAny, {
|
|
322
|
+
owner: string;
|
|
323
|
+
start_version: string | number;
|
|
324
|
+
}, {
|
|
325
|
+
owner: string;
|
|
326
|
+
start_version: string | number;
|
|
327
|
+
}>;
|
|
328
|
+
}, "strict", z.ZodTypeAny, {
|
|
329
|
+
ConsensusAddressOwner: {
|
|
330
|
+
owner: string;
|
|
331
|
+
start_version: string | number;
|
|
332
|
+
};
|
|
333
|
+
}, {
|
|
334
|
+
ConsensusAddressOwner: {
|
|
335
|
+
owner: string;
|
|
336
|
+
start_version: string | number;
|
|
337
|
+
};
|
|
338
|
+
}>]>, z.ZodNull]>>;
|
|
339
|
+
version: z.ZodOptional<z.ZodString>;
|
|
340
|
+
previousTransaction: z.ZodOptional<z.ZodString>;
|
|
341
|
+
cache_expire: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLiteral<"INFINITE">]>>;
|
|
342
|
+
query_name: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}, "strict", z.ZodTypeAny, {
|
|
344
|
+
[x: string]: any;
|
|
345
|
+
object?: unknown;
|
|
346
|
+
type?: unknown;
|
|
347
|
+
type_raw?: unknown;
|
|
348
|
+
owner?: unknown;
|
|
349
|
+
version?: unknown;
|
|
350
|
+
previousTransaction?: unknown;
|
|
351
|
+
cache_expire?: unknown;
|
|
352
|
+
query_name?: unknown;
|
|
353
|
+
}, {
|
|
354
|
+
[x: string]: any;
|
|
355
|
+
object?: unknown;
|
|
356
|
+
type?: unknown;
|
|
357
|
+
type_raw?: unknown;
|
|
358
|
+
owner?: unknown;
|
|
359
|
+
version?: unknown;
|
|
360
|
+
previousTransaction?: unknown;
|
|
361
|
+
cache_expire?: unknown;
|
|
362
|
+
query_name?: unknown;
|
|
363
|
+
}>;
|
|
364
|
+
export declare const QueryEnvSchema: z.ZodObject<{
|
|
365
|
+
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
366
|
+
network: z.ZodOptional<z.ZodEnum<any>>;
|
|
367
|
+
}, "strict", z.ZodTypeAny, {
|
|
368
|
+
[x: string]: any;
|
|
369
|
+
no_cache?: unknown;
|
|
370
|
+
network?: unknown;
|
|
371
|
+
}, {
|
|
372
|
+
[x: string]: any;
|
|
373
|
+
no_cache?: unknown;
|
|
374
|
+
network?: unknown;
|
|
375
|
+
}>;
|
|
376
|
+
export declare const QueryReceivedSchema: z.ZodObject<{
|
|
377
|
+
no_cache: z.ZodOptional<z.ZodBoolean>;
|
|
378
|
+
network: z.ZodOptional<z.ZodEnum<any>>;
|
|
379
|
+
} & {
|
|
380
|
+
object: z.ZodString;
|
|
381
|
+
all_type: z.ZodOptional<z.ZodBoolean>;
|
|
382
|
+
cursor: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
383
|
+
limit: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
384
|
+
}, "strict", z.ZodTypeAny, {
|
|
385
|
+
[x: string]: any;
|
|
386
|
+
no_cache?: unknown;
|
|
387
|
+
network?: unknown;
|
|
388
|
+
object?: unknown;
|
|
389
|
+
all_type?: unknown;
|
|
390
|
+
cursor?: unknown;
|
|
391
|
+
limit?: unknown;
|
|
392
|
+
}, {
|
|
393
|
+
[x: string]: any;
|
|
394
|
+
no_cache?: unknown;
|
|
395
|
+
network?: unknown;
|
|
396
|
+
object?: unknown;
|
|
397
|
+
all_type?: unknown;
|
|
398
|
+
cursor?: unknown;
|
|
399
|
+
limit?: unknown;
|
|
400
|
+
}>;
|
|
401
|
+
export declare const ReceivedBalanceObjectSchema: z.ZodObject<{
|
|
402
|
+
id: z.ZodString;
|
|
403
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
404
|
+
payment: z.ZodString;
|
|
405
|
+
}, "strict", z.ZodTypeAny, {
|
|
406
|
+
id: string;
|
|
407
|
+
balance: string | number;
|
|
408
|
+
payment: string;
|
|
409
|
+
}, {
|
|
410
|
+
id: string;
|
|
411
|
+
balance: string | number;
|
|
412
|
+
payment: string;
|
|
413
|
+
}>;
|
|
414
|
+
export declare const ReceivedBalanceSchema: z.ZodObject<{
|
|
415
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
416
|
+
token_type: z.ZodEffects<z.ZodString, string, string>;
|
|
417
|
+
received: z.ZodArray<z.ZodObject<{
|
|
418
|
+
id: z.ZodString;
|
|
419
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
420
|
+
payment: z.ZodString;
|
|
421
|
+
}, "strict", z.ZodTypeAny, {
|
|
422
|
+
id: string;
|
|
423
|
+
balance: string | number;
|
|
424
|
+
payment: string;
|
|
425
|
+
}, {
|
|
426
|
+
id: string;
|
|
427
|
+
balance: string | number;
|
|
428
|
+
payment: string;
|
|
429
|
+
}>, "many">;
|
|
430
|
+
}, "strict", z.ZodTypeAny, {
|
|
431
|
+
received: {
|
|
432
|
+
id: string;
|
|
433
|
+
balance: string | number;
|
|
434
|
+
payment: string;
|
|
435
|
+
}[];
|
|
436
|
+
balance: string | number;
|
|
437
|
+
token_type: string;
|
|
438
|
+
}, {
|
|
439
|
+
received: {
|
|
440
|
+
id: string;
|
|
441
|
+
balance: string | number;
|
|
442
|
+
payment: string;
|
|
443
|
+
}[];
|
|
444
|
+
balance: string | number;
|
|
445
|
+
token_type: string;
|
|
446
|
+
}>;
|
|
447
|
+
export declare const ReceivedBalanceOrRecentlySchema: z.ZodUnion<[z.ZodObject<{
|
|
448
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
449
|
+
token_type: z.ZodEffects<z.ZodString, string, string>;
|
|
450
|
+
received: z.ZodArray<z.ZodObject<{
|
|
451
|
+
id: z.ZodString;
|
|
452
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
453
|
+
payment: z.ZodString;
|
|
454
|
+
}, "strict", z.ZodTypeAny, {
|
|
455
|
+
id: string;
|
|
456
|
+
balance: string | number;
|
|
457
|
+
payment: string;
|
|
458
|
+
}, {
|
|
459
|
+
id: string;
|
|
460
|
+
balance: string | number;
|
|
461
|
+
payment: string;
|
|
462
|
+
}>, "many">;
|
|
463
|
+
}, "strict", z.ZodTypeAny, {
|
|
464
|
+
received: {
|
|
465
|
+
id: string;
|
|
466
|
+
balance: string | number;
|
|
467
|
+
payment: string;
|
|
468
|
+
}[];
|
|
469
|
+
balance: string | number;
|
|
470
|
+
token_type: string;
|
|
471
|
+
}, {
|
|
472
|
+
received: {
|
|
473
|
+
id: string;
|
|
474
|
+
balance: string | number;
|
|
475
|
+
payment: string;
|
|
476
|
+
}[];
|
|
477
|
+
balance: string | number;
|
|
478
|
+
token_type: string;
|
|
479
|
+
}>, z.ZodLiteral<"recently">]>;
|
|
480
|
+
export declare const ReceivedNormalSchema: z.ZodObject<{
|
|
481
|
+
id: z.ZodString;
|
|
482
|
+
type: z.ZodString;
|
|
483
|
+
}, "strict", z.ZodTypeAny, {
|
|
484
|
+
type: string;
|
|
485
|
+
id: string;
|
|
486
|
+
}, {
|
|
487
|
+
type: string;
|
|
488
|
+
id: string;
|
|
489
|
+
}>;
|
|
490
|
+
export declare const ReceivedObjectsOrRecentlySchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
491
|
+
id: z.ZodString;
|
|
492
|
+
type: z.ZodString;
|
|
493
|
+
}, "strict", z.ZodTypeAny, {
|
|
494
|
+
type: string;
|
|
495
|
+
id: string;
|
|
496
|
+
}, {
|
|
497
|
+
type: string;
|
|
498
|
+
id: string;
|
|
499
|
+
}>, "many">, z.ZodObject<{
|
|
500
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
501
|
+
token_type: z.ZodEffects<z.ZodString, string, string>;
|
|
502
|
+
received: z.ZodArray<z.ZodObject<{
|
|
503
|
+
id: z.ZodString;
|
|
504
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
505
|
+
payment: z.ZodString;
|
|
506
|
+
}, "strict", z.ZodTypeAny, {
|
|
507
|
+
id: string;
|
|
508
|
+
balance: string | number;
|
|
509
|
+
payment: string;
|
|
510
|
+
}, {
|
|
511
|
+
id: string;
|
|
512
|
+
balance: string | number;
|
|
513
|
+
payment: string;
|
|
514
|
+
}>, "many">;
|
|
515
|
+
}, "strict", z.ZodTypeAny, {
|
|
516
|
+
received: {
|
|
517
|
+
id: string;
|
|
518
|
+
balance: string | number;
|
|
519
|
+
payment: string;
|
|
520
|
+
}[];
|
|
521
|
+
balance: string | number;
|
|
522
|
+
token_type: string;
|
|
523
|
+
}, {
|
|
524
|
+
received: {
|
|
525
|
+
id: string;
|
|
526
|
+
balance: string | number;
|
|
527
|
+
payment: string;
|
|
528
|
+
}[];
|
|
529
|
+
balance: string | number;
|
|
530
|
+
token_type: string;
|
|
531
|
+
}>, z.ZodLiteral<"recently">]>;
|
|
532
|
+
export declare const QueryReceivedResultSchema: z.ZodObject<{
|
|
533
|
+
result: z.ZodUnion<[z.ZodObject<{
|
|
534
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
535
|
+
token_type: z.ZodEffects<z.ZodString, string, string>;
|
|
536
|
+
received: z.ZodArray<z.ZodObject<{
|
|
537
|
+
id: z.ZodString;
|
|
538
|
+
balance: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
539
|
+
payment: z.ZodString;
|
|
540
|
+
}, "strict", z.ZodTypeAny, {
|
|
541
|
+
id: string;
|
|
542
|
+
balance: string | number;
|
|
543
|
+
payment: string;
|
|
544
|
+
}, {
|
|
545
|
+
id: string;
|
|
546
|
+
balance: string | number;
|
|
547
|
+
payment: string;
|
|
548
|
+
}>, "many">;
|
|
549
|
+
}, "strict", z.ZodTypeAny, {
|
|
550
|
+
received: {
|
|
551
|
+
id: string;
|
|
552
|
+
balance: string | number;
|
|
553
|
+
payment: string;
|
|
554
|
+
}[];
|
|
555
|
+
balance: string | number;
|
|
556
|
+
token_type: string;
|
|
557
|
+
}, {
|
|
558
|
+
received: {
|
|
559
|
+
id: string;
|
|
560
|
+
balance: string | number;
|
|
561
|
+
payment: string;
|
|
562
|
+
}[];
|
|
563
|
+
balance: string | number;
|
|
564
|
+
token_type: string;
|
|
565
|
+
}>, z.ZodArray<z.ZodObject<{
|
|
566
|
+
id: z.ZodString;
|
|
567
|
+
type: z.ZodString;
|
|
568
|
+
}, "strict", z.ZodTypeAny, {
|
|
569
|
+
type: string;
|
|
570
|
+
id: string;
|
|
571
|
+
}, {
|
|
572
|
+
type: string;
|
|
573
|
+
id: string;
|
|
574
|
+
}>, "many">]>;
|
|
575
|
+
}, "strict", z.ZodTypeAny, {
|
|
576
|
+
result: {
|
|
577
|
+
received: {
|
|
578
|
+
id: string;
|
|
579
|
+
balance: string | number;
|
|
580
|
+
payment: string;
|
|
581
|
+
}[];
|
|
582
|
+
balance: string | number;
|
|
583
|
+
token_type: string;
|
|
584
|
+
} | {
|
|
585
|
+
type: string;
|
|
586
|
+
id: string;
|
|
587
|
+
}[];
|
|
588
|
+
}, {
|
|
589
|
+
result: {
|
|
590
|
+
received: {
|
|
591
|
+
id: string;
|
|
592
|
+
balance: string | number;
|
|
593
|
+
payment: string;
|
|
594
|
+
}[];
|
|
595
|
+
balance: string | number;
|
|
596
|
+
token_type: string;
|
|
597
|
+
} | {
|
|
598
|
+
type: string;
|
|
599
|
+
id: string;
|
|
600
|
+
}[];
|
|
601
|
+
}>;
|
|
602
|
+
export type WowAddress = z.infer<typeof WowAddressSchema>;
|
|
603
|
+
export type TokenType = z.infer<typeof TokenTypeSchema>;
|
|
604
|
+
export type Name = z.infer<typeof NameSchema>;
|
|
605
|
+
export type NameOrAddress = z.infer<typeof NameOrAddressSchema>;
|
|
606
|
+
export type AccountOrMark_Address = z.infer<typeof AccountOrMark_AddressSchema>;
|
|
607
|
+
export type ManyAccountOrMark_Address = z.infer<typeof ManyAccountOrMark_AddressSchema>;
|
|
608
|
+
export type ObjectOwner = z.infer<typeof ObjectOwnerSchema>;
|
|
609
|
+
export type ValueType = z.infer<typeof ValueTypeSchema>;
|
|
610
|
+
export type ObjectType = z.infer<typeof ObjectTypeSchema>;
|
|
611
|
+
export type BalanceType = z.infer<typeof BalanceTypeSchema>;
|
|
612
|
+
export type QueryId = z.infer<typeof QueryIdSchema>;
|
|
613
|
+
export type CacheExpireType = z.infer<typeof CacheExpireTypeSchema>;
|
|
614
|
+
export type SupportedValue = z.infer<typeof SupportedValueSchema>;
|
|
615
|
+
export type GuardIdentifier = z.infer<typeof GuardIdentifierSchema>;
|
|
616
|
+
export type GuardTableItem = z.infer<typeof GuardTableItemSchema>;
|
|
617
|
+
export type Entrypoint = z.infer<typeof EntrypointSchema>;
|
|
618
|
+
export type ObjectBase = z.infer<typeof ObjectBaseSchema>;
|
|
619
|
+
export type QueryEnv = z.infer<typeof QueryEnvSchema>;
|
|
620
|
+
export type QueryReceived = z.infer<typeof QueryReceivedSchema>;
|
|
621
|
+
export type ReceivedBalance = z.infer<typeof ReceivedBalanceSchema>;
|
|
622
|
+
export type ReceivedNormal = z.infer<typeof ReceivedNormalSchema>;
|
|
623
|
+
export type QueryReceivedResult = z.infer<typeof QueryReceivedResultSchema>;
|