@xyo-network/witness-model 2.106.0-rc.5 → 2.107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/attachable/asAttachableInstance.d.cts +18 -18
- package/dist/browser/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.mts +18 -18
- package/dist/browser/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.ts +18 -18
- package/dist/browser/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -87
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -66
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/typeChecks.d.cts +60 -60
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +60 -60
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +60 -60
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.cts +18 -18
- package/dist/neutral/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.mts +18 -18
- package/dist/neutral/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.ts +18 -18
- package/dist/neutral/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/neutral/index.cjs +1 -87
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -66
- package/dist/neutral/index.js.map +1 -1
- package/dist/neutral/typeChecks.d.cts +60 -60
- package/dist/neutral/typeChecks.d.cts.map +1 -1
- package/dist/neutral/typeChecks.d.mts +60 -60
- package/dist/neutral/typeChecks.d.mts.map +1 -1
- package/dist/neutral/typeChecks.d.ts +60 -60
- package/dist/neutral/typeChecks.d.ts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.cts +18 -18
- package/dist/node/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.mts +18 -18
- package/dist/node/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.ts +18 -18
- package/dist/node/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -101
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -65
- package/dist/node/index.js.map +1 -1
- package/dist/node/typeChecks.d.cts +60 -60
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +60 -60
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +60 -60
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +9 -10
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { WitnessInstance } from './Instance';
|
|
2
2
|
import { WitnessModule } from './Module';
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
5
|
-
addToResolvers?: boolean
|
|
6
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
7
|
-
allowNameResolution?: boolean
|
|
4
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
5
|
+
addToResolvers?: boolean;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
|
+
allowNameResolution?: boolean;
|
|
8
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
9
9
|
schema: "network.xyo.witness.config";
|
|
10
10
|
}, "schema"> & {
|
|
@@ -12,18 +12,18 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
12
12
|
}, "schema"> & {
|
|
13
13
|
schema: string;
|
|
14
14
|
};
|
|
15
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
16
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
15
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
16
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
17
17
|
}, {
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
21
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>;
|
|
22
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
24
|
-
addToResolvers?: boolean
|
|
25
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
26
|
-
allowNameResolution?: boolean
|
|
23
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
|
+
addToResolvers?: boolean;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
26
|
+
allowNameResolution?: boolean;
|
|
27
27
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
28
28
|
schema: "network.xyo.witness.config";
|
|
29
29
|
}, "schema"> & {
|
|
@@ -31,15 +31,15 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
|
|
|
31
31
|
}, "schema"> & {
|
|
32
32
|
schema: string;
|
|
33
33
|
};
|
|
34
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
35
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
34
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
35
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
36
|
}, import("./EventData").WitnessModuleEventData>>;
|
|
37
37
|
export declare const asWitnessModule: {
|
|
38
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
40
|
-
addToResolvers?: boolean
|
|
41
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
42
|
-
allowNameResolution?: boolean
|
|
39
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
40
|
+
addToResolvers?: boolean;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
42
|
+
allowNameResolution?: boolean;
|
|
43
43
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
44
|
schema: "network.xyo.witness.config";
|
|
45
45
|
}, "schema"> & {
|
|
@@ -47,14 +47,14 @@ export declare const asWitnessModule: {
|
|
|
47
47
|
}, "schema"> & {
|
|
48
48
|
schema: string;
|
|
49
49
|
};
|
|
50
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
51
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
52
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
53
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
55
|
-
addToResolvers?: boolean
|
|
56
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
57
|
-
allowNameResolution?: boolean
|
|
54
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
|
+
addToResolvers?: boolean;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
57
|
+
allowNameResolution?: boolean;
|
|
58
58
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
59
59
|
schema: "network.xyo.witness.config";
|
|
60
60
|
}, "schema"> & {
|
|
@@ -62,13 +62,13 @@ export declare const asWitnessModule: {
|
|
|
62
62
|
}, "schema"> & {
|
|
63
63
|
schema: string;
|
|
64
64
|
};
|
|
65
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
66
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
65
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
66
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
69
|
-
addToResolvers?: boolean
|
|
70
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
71
|
-
allowNameResolution?: boolean
|
|
68
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
|
+
addToResolvers?: boolean;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
71
|
+
allowNameResolution?: boolean;
|
|
72
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
73
|
schema: "network.xyo.witness.config";
|
|
74
74
|
}, "schema"> & {
|
|
@@ -76,16 +76,16 @@ export declare const asWitnessModule: {
|
|
|
76
76
|
}, "schema"> & {
|
|
77
77
|
schema: string;
|
|
78
78
|
};
|
|
79
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
80
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
79
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
80
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
81
|
}, import("./EventData").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
82
82
|
};
|
|
83
83
|
export declare const asWitnessInstance: {
|
|
84
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
85
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
86
|
-
addToResolvers?: boolean
|
|
87
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
88
|
-
allowNameResolution?: boolean
|
|
85
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
86
|
+
addToResolvers?: boolean;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
88
|
+
allowNameResolution?: boolean;
|
|
89
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
90
90
|
schema: "network.xyo.witness.config";
|
|
91
91
|
}, "schema"> & {
|
|
@@ -93,18 +93,18 @@ export declare const asWitnessInstance: {
|
|
|
93
93
|
}, "schema"> & {
|
|
94
94
|
schema: string;
|
|
95
95
|
};
|
|
96
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
97
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
96
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
97
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
98
98
|
}, {
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
102
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
103
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
105
|
-
addToResolvers?: boolean
|
|
106
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
107
|
-
allowNameResolution?: boolean
|
|
104
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
|
+
addToResolvers?: boolean;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
107
|
+
allowNameResolution?: boolean;
|
|
108
108
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
109
109
|
schema: "network.xyo.witness.config";
|
|
110
110
|
}, "schema"> & {
|
|
@@ -112,17 +112,17 @@ export declare const asWitnessInstance: {
|
|
|
112
112
|
}, "schema"> & {
|
|
113
113
|
schema: string;
|
|
114
114
|
};
|
|
115
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
116
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
115
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
116
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
117
117
|
}, {
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
121
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
123
|
-
addToResolvers?: boolean
|
|
124
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
125
|
-
allowNameResolution?: boolean
|
|
122
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
|
+
addToResolvers?: boolean;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
125
|
+
allowNameResolution?: boolean;
|
|
126
126
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
127
127
|
schema: "network.xyo.witness.config";
|
|
128
128
|
}, "schema"> & {
|
|
@@ -130,8 +130,8 @@ export declare const asWitnessInstance: {
|
|
|
130
130
|
}, "schema"> & {
|
|
131
131
|
schema: string;
|
|
132
132
|
};
|
|
133
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
134
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
133
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
134
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
135
135
|
}, {
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -139,10 +139,10 @@ export declare const asWitnessInstance: {
|
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
140
140
|
};
|
|
141
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
143
|
-
addToResolvers?: boolean
|
|
144
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
145
|
-
allowNameResolution?: boolean
|
|
142
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
143
|
+
addToResolvers?: boolean;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
145
|
+
allowNameResolution?: boolean;
|
|
146
146
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
147
147
|
schema: "network.xyo.witness.config";
|
|
148
148
|
}, "schema"> & {
|
|
@@ -150,14 +150,14 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
150
150
|
}, "schema"> & {
|
|
151
151
|
schema: string;
|
|
152
152
|
};
|
|
153
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
154
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
153
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
154
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").WitnessModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
158
|
-
addToResolvers?: boolean
|
|
159
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
160
|
-
allowNameResolution?: boolean
|
|
157
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
|
+
addToResolvers?: boolean;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
160
|
+
allowNameResolution?: boolean;
|
|
161
161
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
162
162
|
schema: "network.xyo.witness.config";
|
|
163
163
|
}, "schema"> & {
|
|
@@ -165,8 +165,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
|
|
|
165
165
|
}, "schema"> & {
|
|
166
166
|
schema: string;
|
|
167
167
|
};
|
|
168
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
169
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
168
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
169
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
170
170
|
}, {
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEACjC,gBAAiB;CAE5B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HACjC,gBAAiB;CAGxB,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { WitnessInstance } from './Instance';
|
|
2
2
|
import { WitnessModule } from './Module';
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
5
|
-
addToResolvers?: boolean
|
|
6
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
7
|
-
allowNameResolution?: boolean
|
|
4
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
5
|
+
addToResolvers?: boolean;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
|
+
allowNameResolution?: boolean;
|
|
8
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
9
9
|
schema: "network.xyo.witness.config";
|
|
10
10
|
}, "schema"> & {
|
|
@@ -12,18 +12,18 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
12
12
|
}, "schema"> & {
|
|
13
13
|
schema: string;
|
|
14
14
|
};
|
|
15
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
16
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
15
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
16
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
17
17
|
}, {
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
21
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>;
|
|
22
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
24
|
-
addToResolvers?: boolean
|
|
25
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
26
|
-
allowNameResolution?: boolean
|
|
23
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
|
+
addToResolvers?: boolean;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
26
|
+
allowNameResolution?: boolean;
|
|
27
27
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
28
28
|
schema: "network.xyo.witness.config";
|
|
29
29
|
}, "schema"> & {
|
|
@@ -31,15 +31,15 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
|
|
|
31
31
|
}, "schema"> & {
|
|
32
32
|
schema: string;
|
|
33
33
|
};
|
|
34
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
35
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
34
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
35
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
36
|
}, import("./EventData").WitnessModuleEventData>>;
|
|
37
37
|
export declare const asWitnessModule: {
|
|
38
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
40
|
-
addToResolvers?: boolean
|
|
41
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
42
|
-
allowNameResolution?: boolean
|
|
39
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
40
|
+
addToResolvers?: boolean;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
42
|
+
allowNameResolution?: boolean;
|
|
43
43
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
44
|
schema: "network.xyo.witness.config";
|
|
45
45
|
}, "schema"> & {
|
|
@@ -47,14 +47,14 @@ export declare const asWitnessModule: {
|
|
|
47
47
|
}, "schema"> & {
|
|
48
48
|
schema: string;
|
|
49
49
|
};
|
|
50
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
51
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
52
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
53
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
55
|
-
addToResolvers?: boolean
|
|
56
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
57
|
-
allowNameResolution?: boolean
|
|
54
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
|
+
addToResolvers?: boolean;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
57
|
+
allowNameResolution?: boolean;
|
|
58
58
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
59
59
|
schema: "network.xyo.witness.config";
|
|
60
60
|
}, "schema"> & {
|
|
@@ -62,13 +62,13 @@ export declare const asWitnessModule: {
|
|
|
62
62
|
}, "schema"> & {
|
|
63
63
|
schema: string;
|
|
64
64
|
};
|
|
65
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
66
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
65
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
66
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
69
|
-
addToResolvers?: boolean
|
|
70
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
71
|
-
allowNameResolution?: boolean
|
|
68
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
|
+
addToResolvers?: boolean;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
71
|
+
allowNameResolution?: boolean;
|
|
72
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
73
73
|
schema: "network.xyo.witness.config";
|
|
74
74
|
}, "schema"> & {
|
|
@@ -76,16 +76,16 @@ export declare const asWitnessModule: {
|
|
|
76
76
|
}, "schema"> & {
|
|
77
77
|
schema: string;
|
|
78
78
|
};
|
|
79
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
80
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
79
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
80
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
81
|
}, import("./EventData").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
82
82
|
};
|
|
83
83
|
export declare const asWitnessInstance: {
|
|
84
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
85
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
86
|
-
addToResolvers?: boolean
|
|
87
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
88
|
-
allowNameResolution?: boolean
|
|
85
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
86
|
+
addToResolvers?: boolean;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
88
|
+
allowNameResolution?: boolean;
|
|
89
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
90
90
|
schema: "network.xyo.witness.config";
|
|
91
91
|
}, "schema"> & {
|
|
@@ -93,18 +93,18 @@ export declare const asWitnessInstance: {
|
|
|
93
93
|
}, "schema"> & {
|
|
94
94
|
schema: string;
|
|
95
95
|
};
|
|
96
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
97
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
96
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
97
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
98
98
|
}, {
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
102
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
103
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
105
|
-
addToResolvers?: boolean
|
|
106
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
107
|
-
allowNameResolution?: boolean
|
|
104
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
|
+
addToResolvers?: boolean;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
107
|
+
allowNameResolution?: boolean;
|
|
108
108
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
109
109
|
schema: "network.xyo.witness.config";
|
|
110
110
|
}, "schema"> & {
|
|
@@ -112,17 +112,17 @@ export declare const asWitnessInstance: {
|
|
|
112
112
|
}, "schema"> & {
|
|
113
113
|
schema: string;
|
|
114
114
|
};
|
|
115
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
116
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
115
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
116
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
117
117
|
}, {
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
121
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
123
|
-
addToResolvers?: boolean
|
|
124
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
125
|
-
allowNameResolution?: boolean
|
|
122
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
|
+
addToResolvers?: boolean;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
125
|
+
allowNameResolution?: boolean;
|
|
126
126
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
127
127
|
schema: "network.xyo.witness.config";
|
|
128
128
|
}, "schema"> & {
|
|
@@ -130,8 +130,8 @@ export declare const asWitnessInstance: {
|
|
|
130
130
|
}, "schema"> & {
|
|
131
131
|
schema: string;
|
|
132
132
|
};
|
|
133
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
134
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
133
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
134
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
135
135
|
}, {
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -139,10 +139,10 @@ export declare const asWitnessInstance: {
|
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
140
140
|
};
|
|
141
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
143
|
-
addToResolvers?: boolean
|
|
144
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
145
|
-
allowNameResolution?: boolean
|
|
142
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
143
|
+
addToResolvers?: boolean;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
145
|
+
allowNameResolution?: boolean;
|
|
146
146
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
147
147
|
schema: "network.xyo.witness.config";
|
|
148
148
|
}, "schema"> & {
|
|
@@ -150,14 +150,14 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
150
150
|
}, "schema"> & {
|
|
151
151
|
schema: string;
|
|
152
152
|
};
|
|
153
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
154
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
153
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
154
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").WitnessModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
158
|
-
addToResolvers?: boolean
|
|
159
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
160
|
-
allowNameResolution?: boolean
|
|
157
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
|
+
addToResolvers?: boolean;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
160
|
+
allowNameResolution?: boolean;
|
|
161
161
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
162
162
|
schema: "network.xyo.witness.config";
|
|
163
163
|
}, "schema"> & {
|
|
@@ -165,8 +165,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
|
|
|
165
165
|
}, "schema"> & {
|
|
166
166
|
schema: string;
|
|
167
167
|
};
|
|
168
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
169
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
168
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
169
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
170
170
|
}, {
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEACjC,gBAAiB;CAE5B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HACjC,gBAAiB;CAGxB,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const asAttachableWitnessInstance: {
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
4
|
-
addToResolvers?: boolean
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
6
|
-
allowNameResolution?: boolean
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
+
addToResolvers?: boolean;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
+
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
8
|
schema: "network.xyo.witness.config";
|
|
9
9
|
}, "schema"> & {
|
|
@@ -11,18 +11,18 @@ export declare const asAttachableWitnessInstance: {
|
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: string;
|
|
13
13
|
};
|
|
14
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
15
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
14
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
15
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
16
16
|
}, {
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
20
|
} & import("@xyo-network/payload-model").PayloadFields, import("..").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
21
21
|
<TType_1 extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
23
|
-
addToResolvers?: boolean
|
|
24
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
25
|
-
allowNameResolution?: boolean
|
|
22
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
|
+
addToResolvers?: boolean;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
25
|
+
allowNameResolution?: boolean;
|
|
26
26
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
27
27
|
schema: "network.xyo.witness.config";
|
|
28
28
|
}, "schema"> & {
|
|
@@ -30,17 +30,17 @@ export declare const asAttachableWitnessInstance: {
|
|
|
30
30
|
}, "schema"> & {
|
|
31
31
|
schema: string;
|
|
32
32
|
};
|
|
33
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
34
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
33
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
34
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
35
35
|
}, {
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
39
|
} & import("@xyo-network/payload-model").PayloadFields, import("..").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
41
|
-
addToResolvers?: boolean
|
|
42
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
43
|
-
allowNameResolution?: boolean
|
|
40
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
|
+
addToResolvers?: boolean;
|
|
42
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
43
|
+
allowNameResolution?: boolean;
|
|
44
44
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
45
45
|
schema: "network.xyo.witness.config";
|
|
46
46
|
}, "schema"> & {
|
|
@@ -48,8 +48,8 @@ export declare const asAttachableWitnessInstance: {
|
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
52
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
51
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
52
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
53
53
|
}, {
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
|