@xyo-network/witness-model 2.102.4 → 2.102.6
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 +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/browser/typeChecks.d.cts +10 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +10 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +10 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.cts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/neutral/typeChecks.d.cts +10 -0
- package/dist/neutral/typeChecks.d.cts.map +1 -1
- package/dist/neutral/typeChecks.d.mts +10 -0
- package/dist/neutral/typeChecks.d.mts.map +1 -1
- package/dist/neutral/typeChecks.d.ts +10 -0
- package/dist/neutral/typeChecks.d.ts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.cts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +10 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +10 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +10 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -3,6 +3,7 @@ import { WitnessModule } from './Module';
|
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
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 & {
|
|
8
9
|
schema: "network.xyo.witness.config";
|
|
@@ -21,6 +22,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
21
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
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 & {
|
|
26
28
|
schema: "network.xyo.witness.config";
|
|
@@ -36,6 +38,7 @@ export declare const asWitnessModule: {
|
|
|
36
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
40
|
addToResolvers?: boolean | undefined;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
39
42
|
allowNameResolution?: boolean | undefined;
|
|
40
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 & {
|
|
41
44
|
schema: "network.xyo.witness.config";
|
|
@@ -50,6 +53,7 @@ export declare const asWitnessModule: {
|
|
|
50
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
55
|
addToResolvers?: boolean | undefined;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
53
57
|
allowNameResolution?: boolean | undefined;
|
|
54
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 & {
|
|
55
59
|
schema: "network.xyo.witness.config";
|
|
@@ -63,6 +67,7 @@ export declare const asWitnessModule: {
|
|
|
63
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
64
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
65
69
|
addToResolvers?: boolean | undefined;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
66
71
|
allowNameResolution?: boolean | undefined;
|
|
67
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 & {
|
|
68
73
|
schema: "network.xyo.witness.config";
|
|
@@ -79,6 +84,7 @@ export declare const asWitnessInstance: {
|
|
|
79
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
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 & {
|
|
84
90
|
schema: "network.xyo.witness.config";
|
|
@@ -97,6 +103,7 @@ export declare const asWitnessInstance: {
|
|
|
97
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
98
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
99
105
|
addToResolvers?: boolean | undefined;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
100
107
|
allowNameResolution?: boolean | undefined;
|
|
101
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 & {
|
|
102
109
|
schema: "network.xyo.witness.config";
|
|
@@ -114,6 +121,7 @@ export declare const asWitnessInstance: {
|
|
|
114
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 & {
|
|
115
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
116
123
|
addToResolvers?: boolean | undefined;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
117
125
|
allowNameResolution?: boolean | undefined;
|
|
118
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 & {
|
|
119
127
|
schema: "network.xyo.witness.config";
|
|
@@ -133,6 +141,7 @@ export declare const asWitnessInstance: {
|
|
|
133
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
134
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
143
|
addToResolvers?: boolean | undefined;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
136
145
|
allowNameResolution?: boolean | undefined;
|
|
137
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 & {
|
|
138
147
|
schema: "network.xyo.witness.config";
|
|
@@ -147,6 +156,7 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
147
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
148
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
149
158
|
addToResolvers?: boolean | undefined;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
150
160
|
allowNameResolution?: boolean | undefined;
|
|
151
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 & {
|
|
152
162
|
schema: "network.xyo.witness.config";
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { WitnessModule } from './Module';
|
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
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 & {
|
|
8
9
|
schema: "network.xyo.witness.config";
|
|
@@ -21,6 +22,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
21
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
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 & {
|
|
26
28
|
schema: "network.xyo.witness.config";
|
|
@@ -36,6 +38,7 @@ export declare const asWitnessModule: {
|
|
|
36
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
40
|
addToResolvers?: boolean | undefined;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
39
42
|
allowNameResolution?: boolean | undefined;
|
|
40
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 & {
|
|
41
44
|
schema: "network.xyo.witness.config";
|
|
@@ -50,6 +53,7 @@ export declare const asWitnessModule: {
|
|
|
50
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
55
|
addToResolvers?: boolean | undefined;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
53
57
|
allowNameResolution?: boolean | undefined;
|
|
54
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 & {
|
|
55
59
|
schema: "network.xyo.witness.config";
|
|
@@ -63,6 +67,7 @@ export declare const asWitnessModule: {
|
|
|
63
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
64
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
65
69
|
addToResolvers?: boolean | undefined;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
66
71
|
allowNameResolution?: boolean | undefined;
|
|
67
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 & {
|
|
68
73
|
schema: "network.xyo.witness.config";
|
|
@@ -79,6 +84,7 @@ export declare const asWitnessInstance: {
|
|
|
79
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
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 & {
|
|
84
90
|
schema: "network.xyo.witness.config";
|
|
@@ -97,6 +103,7 @@ export declare const asWitnessInstance: {
|
|
|
97
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
98
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
99
105
|
addToResolvers?: boolean | undefined;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
100
107
|
allowNameResolution?: boolean | undefined;
|
|
101
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 & {
|
|
102
109
|
schema: "network.xyo.witness.config";
|
|
@@ -114,6 +121,7 @@ export declare const asWitnessInstance: {
|
|
|
114
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 & {
|
|
115
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
116
123
|
addToResolvers?: boolean | undefined;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
117
125
|
allowNameResolution?: boolean | undefined;
|
|
118
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 & {
|
|
119
127
|
schema: "network.xyo.witness.config";
|
|
@@ -133,6 +141,7 @@ export declare const asWitnessInstance: {
|
|
|
133
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
134
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
143
|
addToResolvers?: boolean | undefined;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
136
145
|
allowNameResolution?: boolean | undefined;
|
|
137
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 & {
|
|
138
147
|
schema: "network.xyo.witness.config";
|
|
@@ -147,6 +156,7 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
147
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
148
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
149
158
|
addToResolvers?: boolean | undefined;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
150
160
|
allowNameResolution?: boolean | undefined;
|
|
151
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 & {
|
|
152
162
|
schema: "network.xyo.witness.config";
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
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 & {
|
|
7
8
|
schema: "network.xyo.witness.config";
|
|
@@ -20,6 +21,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
20
21
|
<TType_1 extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
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 & {
|
|
25
27
|
schema: "network.xyo.witness.config";
|
|
@@ -37,6 +39,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
37
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 & {
|
|
38
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
41
|
addToResolvers?: boolean | undefined;
|
|
42
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
40
43
|
allowNameResolution?: boolean | undefined;
|
|
41
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 & {
|
|
42
45
|
schema: "network.xyo.witness.config";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
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 & {
|
|
7
8
|
schema: "network.xyo.witness.config";
|
|
@@ -20,6 +21,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
20
21
|
<TType_1 extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
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 & {
|
|
25
27
|
schema: "network.xyo.witness.config";
|
|
@@ -37,6 +39,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
37
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 & {
|
|
38
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
41
|
addToResolvers?: boolean | undefined;
|
|
42
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
40
43
|
allowNameResolution?: boolean | undefined;
|
|
41
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 & {
|
|
42
45
|
schema: "network.xyo.witness.config";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
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 & {
|
|
7
8
|
schema: "network.xyo.witness.config";
|
|
@@ -20,6 +21,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
20
21
|
<TType_1 extends import("./AttachableInstance").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
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 & {
|
|
25
27
|
schema: "network.xyo.witness.config";
|
|
@@ -37,6 +39,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
37
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 & {
|
|
38
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
41
|
addToResolvers?: boolean | undefined;
|
|
42
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
40
43
|
allowNameResolution?: boolean | undefined;
|
|
41
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 & {
|
|
42
45
|
schema: "network.xyo.witness.config";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { WitnessModule } from './Module';
|
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
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 & {
|
|
8
9
|
schema: "network.xyo.witness.config";
|
|
@@ -21,6 +22,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
21
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
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 & {
|
|
26
28
|
schema: "network.xyo.witness.config";
|
|
@@ -36,6 +38,7 @@ export declare const asWitnessModule: {
|
|
|
36
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
40
|
addToResolvers?: boolean | undefined;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
39
42
|
allowNameResolution?: boolean | undefined;
|
|
40
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 & {
|
|
41
44
|
schema: "network.xyo.witness.config";
|
|
@@ -50,6 +53,7 @@ export declare const asWitnessModule: {
|
|
|
50
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
55
|
addToResolvers?: boolean | undefined;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
53
57
|
allowNameResolution?: boolean | undefined;
|
|
54
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 & {
|
|
55
59
|
schema: "network.xyo.witness.config";
|
|
@@ -63,6 +67,7 @@ export declare const asWitnessModule: {
|
|
|
63
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
64
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
65
69
|
addToResolvers?: boolean | undefined;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
66
71
|
allowNameResolution?: boolean | undefined;
|
|
67
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 & {
|
|
68
73
|
schema: "network.xyo.witness.config";
|
|
@@ -79,6 +84,7 @@ export declare const asWitnessInstance: {
|
|
|
79
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
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 & {
|
|
84
90
|
schema: "network.xyo.witness.config";
|
|
@@ -97,6 +103,7 @@ export declare const asWitnessInstance: {
|
|
|
97
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
98
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
99
105
|
addToResolvers?: boolean | undefined;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
100
107
|
allowNameResolution?: boolean | undefined;
|
|
101
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 & {
|
|
102
109
|
schema: "network.xyo.witness.config";
|
|
@@ -114,6 +121,7 @@ export declare const asWitnessInstance: {
|
|
|
114
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 & {
|
|
115
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
116
123
|
addToResolvers?: boolean | undefined;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
117
125
|
allowNameResolution?: boolean | undefined;
|
|
118
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 & {
|
|
119
127
|
schema: "network.xyo.witness.config";
|
|
@@ -133,6 +141,7 @@ export declare const asWitnessInstance: {
|
|
|
133
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
134
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
143
|
addToResolvers?: boolean | undefined;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
136
145
|
allowNameResolution?: boolean | undefined;
|
|
137
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 & {
|
|
138
147
|
schema: "network.xyo.witness.config";
|
|
@@ -147,6 +156,7 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
147
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
148
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
149
158
|
addToResolvers?: boolean | undefined;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
150
160
|
allowNameResolution?: boolean | undefined;
|
|
151
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 & {
|
|
152
162
|
schema: "network.xyo.witness.config";
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { WitnessModule } from './Module';
|
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
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 & {
|
|
8
9
|
schema: "network.xyo.witness.config";
|
|
@@ -21,6 +22,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
21
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
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 & {
|
|
26
28
|
schema: "network.xyo.witness.config";
|
|
@@ -36,6 +38,7 @@ export declare const asWitnessModule: {
|
|
|
36
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
40
|
addToResolvers?: boolean | undefined;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
39
42
|
allowNameResolution?: boolean | undefined;
|
|
40
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 & {
|
|
41
44
|
schema: "network.xyo.witness.config";
|
|
@@ -50,6 +53,7 @@ export declare const asWitnessModule: {
|
|
|
50
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
55
|
addToResolvers?: boolean | undefined;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
53
57
|
allowNameResolution?: boolean | undefined;
|
|
54
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 & {
|
|
55
59
|
schema: "network.xyo.witness.config";
|
|
@@ -63,6 +67,7 @@ export declare const asWitnessModule: {
|
|
|
63
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
64
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
65
69
|
addToResolvers?: boolean | undefined;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
66
71
|
allowNameResolution?: boolean | undefined;
|
|
67
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 & {
|
|
68
73
|
schema: "network.xyo.witness.config";
|
|
@@ -79,6 +84,7 @@ export declare const asWitnessInstance: {
|
|
|
79
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
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 & {
|
|
84
90
|
schema: "network.xyo.witness.config";
|
|
@@ -97,6 +103,7 @@ export declare const asWitnessInstance: {
|
|
|
97
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
98
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
99
105
|
addToResolvers?: boolean | undefined;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
100
107
|
allowNameResolution?: boolean | undefined;
|
|
101
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 & {
|
|
102
109
|
schema: "network.xyo.witness.config";
|
|
@@ -114,6 +121,7 @@ export declare const asWitnessInstance: {
|
|
|
114
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 & {
|
|
115
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
116
123
|
addToResolvers?: boolean | undefined;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
117
125
|
allowNameResolution?: boolean | undefined;
|
|
118
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 & {
|
|
119
127
|
schema: "network.xyo.witness.config";
|
|
@@ -133,6 +141,7 @@ export declare const asWitnessInstance: {
|
|
|
133
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
134
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
143
|
addToResolvers?: boolean | undefined;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
136
145
|
allowNameResolution?: boolean | undefined;
|
|
137
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 & {
|
|
138
147
|
schema: "network.xyo.witness.config";
|
|
@@ -147,6 +156,7 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
147
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
148
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
149
158
|
addToResolvers?: boolean | undefined;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
150
160
|
allowNameResolution?: boolean | undefined;
|
|
151
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 & {
|
|
152
162
|
schema: "network.xyo.witness.config";
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { WitnessModule } from './Module';
|
|
|
3
3
|
export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
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 & {
|
|
8
9
|
schema: "network.xyo.witness.config";
|
|
@@ -21,6 +22,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
21
22
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
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 & {
|
|
26
28
|
schema: "network.xyo.witness.config";
|
|
@@ -36,6 +38,7 @@ export declare const asWitnessModule: {
|
|
|
36
38
|
<TType extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
40
|
addToResolvers?: boolean | undefined;
|
|
41
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
39
42
|
allowNameResolution?: boolean | undefined;
|
|
40
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 & {
|
|
41
44
|
schema: "network.xyo.witness.config";
|
|
@@ -50,6 +53,7 @@ export declare const asWitnessModule: {
|
|
|
50
53
|
<TType_1 extends WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
55
|
addToResolvers?: boolean | undefined;
|
|
56
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
53
57
|
allowNameResolution?: boolean | undefined;
|
|
54
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 & {
|
|
55
59
|
schema: "network.xyo.witness.config";
|
|
@@ -63,6 +67,7 @@ export declare const asWitnessModule: {
|
|
|
63
67
|
}, import("./EventData").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
64
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
65
69
|
addToResolvers?: boolean | undefined;
|
|
70
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
66
71
|
allowNameResolution?: boolean | undefined;
|
|
67
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 & {
|
|
68
73
|
schema: "network.xyo.witness.config";
|
|
@@ -79,6 +84,7 @@ export declare const asWitnessInstance: {
|
|
|
79
84
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
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 & {
|
|
84
90
|
schema: "network.xyo.witness.config";
|
|
@@ -97,6 +103,7 @@ export declare const asWitnessInstance: {
|
|
|
97
103
|
<TType_1 extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
98
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
99
105
|
addToResolvers?: boolean | undefined;
|
|
106
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
100
107
|
allowNameResolution?: boolean | undefined;
|
|
101
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 & {
|
|
102
109
|
schema: "network.xyo.witness.config";
|
|
@@ -114,6 +121,7 @@ export declare const asWitnessInstance: {
|
|
|
114
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 & {
|
|
115
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
116
123
|
addToResolvers?: boolean | undefined;
|
|
124
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
117
125
|
allowNameResolution?: boolean | undefined;
|
|
118
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 & {
|
|
119
127
|
schema: "network.xyo.witness.config";
|
|
@@ -133,6 +141,7 @@ export declare const asWitnessInstance: {
|
|
|
133
141
|
export declare const withWitnessModule: <R>(module: any, closure: (module: WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
134
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
135
143
|
addToResolvers?: boolean | undefined;
|
|
144
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
136
145
|
allowNameResolution?: boolean | undefined;
|
|
137
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 & {
|
|
138
147
|
schema: "network.xyo.witness.config";
|
|
@@ -147,6 +156,7 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
|
|
|
147
156
|
export declare const withWitnessInstance: <R>(module: any, closure: (module: WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
148
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
149
158
|
addToResolvers?: boolean | undefined;
|
|
159
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
150
160
|
allowNameResolution?: boolean | undefined;
|
|
151
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 & {
|
|
152
162
|
schema: "network.xyo.witness.config";
|
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
|