@xyo-network/react-standard-node 2.64.10 → 2.65.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/lib/Builders/MemoryNodeBuilder.d.cts +8 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts +8 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts +8 -8
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts +12 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts +12 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts +12 -12
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.cts +8 -8
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.mts +8 -8
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.ts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts +8 -8
- package/dist/node/lib/Builders/SentinelBuilder.d.cts +12 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.mts +12 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.ts +12 -12
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.cts +8 -8
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.mts +8 -8
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.ts +8 -8
- package/package.json +17 -17
- package/dist/docs.json +0 -5505
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private remoteArchivist;
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
16
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
17
17
|
accountDerivationPath?: string | undefined;
|
|
18
18
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
19
19
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -29,7 +29,7 @@ export declare class StorageArchivistBuilder {
|
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
31
|
readonly timestamp?: boolean | undefined;
|
|
32
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
33
33
|
accountDerivationPath?: string | undefined;
|
|
34
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
35
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -59,7 +59,7 @@ export declare class StorageArchivistBuilder {
|
|
|
59
59
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
60
60
|
get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
61
61
|
account?: AccountInstance | "random" | undefined;
|
|
62
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
63
63
|
accountDerivationPath?: string | undefined;
|
|
64
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class StorageArchivistBuilder {
|
|
|
115
115
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
116
116
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
117
117
|
account?: AccountInstance | "random" | undefined;
|
|
118
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class StorageArchivistBuilder {
|
|
|
131
131
|
readonly sign?: boolean | undefined;
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
134
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
135
135
|
accountDerivationPath?: string | undefined;
|
|
136
136
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
137
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -171,7 +171,7 @@ export declare class StorageArchivistBuilder {
|
|
|
171
171
|
buildConfig(): StorageArchivistConfig;
|
|
172
172
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
173
173
|
account?: AccountInstance | "random" | undefined;
|
|
174
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
174
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
175
175
|
accountDerivationPath?: string | undefined;
|
|
176
176
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -187,7 +187,7 @@ export declare class StorageArchivistBuilder {
|
|
|
187
187
|
readonly sign?: boolean | undefined;
|
|
188
188
|
readonly storeQueries?: boolean | undefined;
|
|
189
189
|
readonly timestamp?: boolean | undefined;
|
|
190
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
190
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
191
191
|
accountDerivationPath?: string | undefined;
|
|
192
192
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
193
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private remoteArchivist;
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
16
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
17
17
|
accountDerivationPath?: string | undefined;
|
|
18
18
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
19
19
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -29,7 +29,7 @@ export declare class StorageArchivistBuilder {
|
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
31
|
readonly timestamp?: boolean | undefined;
|
|
32
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
33
33
|
accountDerivationPath?: string | undefined;
|
|
34
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
35
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -59,7 +59,7 @@ export declare class StorageArchivistBuilder {
|
|
|
59
59
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
60
60
|
get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
61
61
|
account?: AccountInstance | "random" | undefined;
|
|
62
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
63
63
|
accountDerivationPath?: string | undefined;
|
|
64
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class StorageArchivistBuilder {
|
|
|
115
115
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
116
116
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
117
117
|
account?: AccountInstance | "random" | undefined;
|
|
118
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class StorageArchivistBuilder {
|
|
|
131
131
|
readonly sign?: boolean | undefined;
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
134
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
135
135
|
accountDerivationPath?: string | undefined;
|
|
136
136
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
137
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -171,7 +171,7 @@ export declare class StorageArchivistBuilder {
|
|
|
171
171
|
buildConfig(): StorageArchivistConfig;
|
|
172
172
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
173
173
|
account?: AccountInstance | "random" | undefined;
|
|
174
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
174
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
175
175
|
accountDerivationPath?: string | undefined;
|
|
176
176
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -187,7 +187,7 @@ export declare class StorageArchivistBuilder {
|
|
|
187
187
|
readonly sign?: boolean | undefined;
|
|
188
188
|
readonly storeQueries?: boolean | undefined;
|
|
189
189
|
readonly timestamp?: boolean | undefined;
|
|
190
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
190
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
191
191
|
accountDerivationPath?: string | undefined;
|
|
192
192
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
193
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -12,7 +12,7 @@ export declare class MemoryNodeBuilder {
|
|
|
12
12
|
private _node;
|
|
13
13
|
get node(): MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
15
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
16
16
|
accountDerivationPath?: string | undefined;
|
|
17
17
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
18
18
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -28,7 +28,7 @@ export declare class MemoryNodeBuilder {
|
|
|
28
28
|
readonly sign?: boolean | undefined;
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
30
|
readonly timestamp?: boolean | undefined;
|
|
31
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
31
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
32
32
|
accountDerivationPath?: string | undefined;
|
|
33
33
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -64,7 +64,7 @@ export declare class MemoryNodeBuilder {
|
|
|
64
64
|
addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
65
65
|
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
66
66
|
account?: AccountInstance | "random" | undefined;
|
|
67
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
67
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
68
68
|
accountDerivationPath?: string | undefined;
|
|
69
69
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
70
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -80,7 +80,7 @@ export declare class MemoryNodeBuilder {
|
|
|
80
80
|
readonly sign?: boolean | undefined;
|
|
81
81
|
readonly storeQueries?: boolean | undefined;
|
|
82
82
|
readonly timestamp?: boolean | undefined;
|
|
83
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
83
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
84
84
|
accountDerivationPath?: string | undefined;
|
|
85
85
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
86
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -97,7 +97,7 @@ export declare class MemoryNodeBuilder {
|
|
|
97
97
|
readonly storeQueries?: boolean | undefined;
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
|
-
|
|
100
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
101
|
} & {
|
|
102
102
|
schema: "network.xyo.sentinel.config";
|
|
103
103
|
}, "schema"> & {
|
|
@@ -109,7 +109,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
109
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
110
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
111
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
112
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
113
|
accountDerivationPath?: string | undefined;
|
|
114
114
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
115
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +125,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
125
|
readonly sign?: boolean | undefined;
|
|
126
126
|
readonly storeQueries?: boolean | undefined;
|
|
127
127
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
128
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
129
|
accountDerivationPath?: string | undefined;
|
|
130
130
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
131
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +142,7 @@ export declare class MemoryNodeBuilder {
|
|
|
142
142
|
readonly storeQueries?: boolean | undefined;
|
|
143
143
|
readonly timestamp?: boolean | undefined;
|
|
144
144
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
145
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
146
|
} & {
|
|
147
147
|
schema: "network.xyo.sentinel.config";
|
|
148
148
|
}, "schema"> & {
|
|
@@ -12,7 +12,7 @@ export declare class MemoryNodeBuilder {
|
|
|
12
12
|
private _node;
|
|
13
13
|
get node(): MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
15
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
16
16
|
accountDerivationPath?: string | undefined;
|
|
17
17
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
18
18
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -28,7 +28,7 @@ export declare class MemoryNodeBuilder {
|
|
|
28
28
|
readonly sign?: boolean | undefined;
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
30
|
readonly timestamp?: boolean | undefined;
|
|
31
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
31
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
32
32
|
accountDerivationPath?: string | undefined;
|
|
33
33
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -64,7 +64,7 @@ export declare class MemoryNodeBuilder {
|
|
|
64
64
|
addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
65
65
|
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
66
66
|
account?: AccountInstance | "random" | undefined;
|
|
67
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
67
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
68
68
|
accountDerivationPath?: string | undefined;
|
|
69
69
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
70
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -80,7 +80,7 @@ export declare class MemoryNodeBuilder {
|
|
|
80
80
|
readonly sign?: boolean | undefined;
|
|
81
81
|
readonly storeQueries?: boolean | undefined;
|
|
82
82
|
readonly timestamp?: boolean | undefined;
|
|
83
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
83
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
84
84
|
accountDerivationPath?: string | undefined;
|
|
85
85
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
86
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -97,7 +97,7 @@ export declare class MemoryNodeBuilder {
|
|
|
97
97
|
readonly storeQueries?: boolean | undefined;
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
|
-
|
|
100
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
101
|
} & {
|
|
102
102
|
schema: "network.xyo.sentinel.config";
|
|
103
103
|
}, "schema"> & {
|
|
@@ -109,7 +109,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
109
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
110
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
111
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
112
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
113
|
accountDerivationPath?: string | undefined;
|
|
114
114
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
115
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +125,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
125
|
readonly sign?: boolean | undefined;
|
|
126
126
|
readonly storeQueries?: boolean | undefined;
|
|
127
127
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
128
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
129
|
accountDerivationPath?: string | undefined;
|
|
130
130
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
131
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +142,7 @@ export declare class MemoryNodeBuilder {
|
|
|
142
142
|
readonly storeQueries?: boolean | undefined;
|
|
143
143
|
readonly timestamp?: boolean | undefined;
|
|
144
144
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
145
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
146
|
} & {
|
|
147
147
|
schema: "network.xyo.sentinel.config";
|
|
148
148
|
}, "schema"> & {
|
|
@@ -12,7 +12,7 @@ export declare class MemoryNodeBuilder {
|
|
|
12
12
|
private _node;
|
|
13
13
|
get node(): MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
15
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
16
16
|
accountDerivationPath?: string | undefined;
|
|
17
17
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
18
18
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -28,7 +28,7 @@ export declare class MemoryNodeBuilder {
|
|
|
28
28
|
readonly sign?: boolean | undefined;
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
30
|
readonly timestamp?: boolean | undefined;
|
|
31
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
31
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
32
32
|
accountDerivationPath?: string | undefined;
|
|
33
33
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -64,7 +64,7 @@ export declare class MemoryNodeBuilder {
|
|
|
64
64
|
addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
65
65
|
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
66
66
|
account?: AccountInstance | "random" | undefined;
|
|
67
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
67
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
68
68
|
accountDerivationPath?: string | undefined;
|
|
69
69
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
70
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -80,7 +80,7 @@ export declare class MemoryNodeBuilder {
|
|
|
80
80
|
readonly sign?: boolean | undefined;
|
|
81
81
|
readonly storeQueries?: boolean | undefined;
|
|
82
82
|
readonly timestamp?: boolean | undefined;
|
|
83
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
83
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
84
84
|
accountDerivationPath?: string | undefined;
|
|
85
85
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
86
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -97,7 +97,7 @@ export declare class MemoryNodeBuilder {
|
|
|
97
97
|
readonly storeQueries?: boolean | undefined;
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
|
-
|
|
100
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
101
|
} & {
|
|
102
102
|
schema: "network.xyo.sentinel.config";
|
|
103
103
|
}, "schema"> & {
|
|
@@ -109,7 +109,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
109
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
110
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
111
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
112
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
113
|
accountDerivationPath?: string | undefined;
|
|
114
114
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
115
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +125,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
125
|
readonly sign?: boolean | undefined;
|
|
126
126
|
readonly storeQueries?: boolean | undefined;
|
|
127
127
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
128
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
129
|
accountDerivationPath?: string | undefined;
|
|
130
130
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
131
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +142,7 @@ export declare class MemoryNodeBuilder {
|
|
|
142
142
|
readonly storeQueries?: boolean | undefined;
|
|
143
143
|
readonly timestamp?: boolean | undefined;
|
|
144
144
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
145
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
146
|
} & {
|
|
147
147
|
schema: "network.xyo.sentinel.config";
|
|
148
148
|
}, "schema"> & {
|
|
@@ -7,7 +7,7 @@ export declare class SentinelBuilder {
|
|
|
7
7
|
protected constructor(config: SentinelConfig, account: AccountInstance);
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
11
11
|
accountDerivationPath?: string | undefined;
|
|
12
12
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
13
13
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -23,7 +23,7 @@ export declare class SentinelBuilder {
|
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
25
25
|
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
26
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
27
27
|
accountDerivationPath?: string | undefined;
|
|
28
28
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
29
29
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -40,7 +40,7 @@ export declare class SentinelBuilder {
|
|
|
40
40
|
readonly storeQueries?: boolean | undefined;
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
|
-
|
|
43
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
44
44
|
} & {
|
|
45
45
|
schema: "network.xyo.sentinel.config";
|
|
46
46
|
}, "schema"> & {
|
|
@@ -52,7 +52,7 @@ export declare class SentinelBuilder {
|
|
|
52
52
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
53
53
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
54
54
|
account?: AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
55
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
56
56
|
accountDerivationPath?: string | undefined;
|
|
57
57
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
58
58
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -68,7 +68,7 @@ export declare class SentinelBuilder {
|
|
|
68
68
|
readonly sign?: boolean | undefined;
|
|
69
69
|
readonly storeQueries?: boolean | undefined;
|
|
70
70
|
readonly timestamp?: boolean | undefined;
|
|
71
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
71
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
72
72
|
accountDerivationPath?: string | undefined;
|
|
73
73
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
74
74
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -85,7 +85,7 @@ export declare class SentinelBuilder {
|
|
|
85
85
|
readonly storeQueries?: boolean | undefined;
|
|
86
86
|
readonly timestamp?: boolean | undefined;
|
|
87
87
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
88
|
-
|
|
88
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
89
89
|
} & {
|
|
90
90
|
schema: "network.xyo.sentinel.config";
|
|
91
91
|
}, "schema"> & {
|
|
@@ -99,7 +99,7 @@ export declare class SentinelBuilder {
|
|
|
99
99
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
100
100
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
101
101
|
account?: AccountInstance | "random" | undefined;
|
|
102
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
102
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
103
103
|
accountDerivationPath?: string | undefined;
|
|
104
104
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
105
105
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class SentinelBuilder {
|
|
|
115
115
|
readonly sign?: boolean | undefined;
|
|
116
116
|
readonly storeQueries?: boolean | undefined;
|
|
117
117
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -132,7 +132,7 @@ export declare class SentinelBuilder {
|
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
134
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
135
|
-
|
|
135
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
136
136
|
} & {
|
|
137
137
|
schema: "network.xyo.sentinel.config";
|
|
138
138
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class SentinelBuilder {
|
|
|
144
144
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
145
145
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
146
146
|
account?: AccountInstance | "random" | undefined;
|
|
147
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
147
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
148
148
|
accountDerivationPath?: string | undefined;
|
|
149
149
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
150
150
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -160,7 +160,7 @@ export declare class SentinelBuilder {
|
|
|
160
160
|
readonly sign?: boolean | undefined;
|
|
161
161
|
readonly storeQueries?: boolean | undefined;
|
|
162
162
|
readonly timestamp?: boolean | undefined;
|
|
163
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
163
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
164
164
|
accountDerivationPath?: string | undefined;
|
|
165
165
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
166
166
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -177,7 +177,7 @@ export declare class SentinelBuilder {
|
|
|
177
177
|
readonly storeQueries?: boolean | undefined;
|
|
178
178
|
readonly timestamp?: boolean | undefined;
|
|
179
179
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
180
|
-
|
|
180
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
181
181
|
} & {
|
|
182
182
|
schema: "network.xyo.sentinel.config";
|
|
183
183
|
}, "schema"> & {
|
|
@@ -7,7 +7,7 @@ export declare class SentinelBuilder {
|
|
|
7
7
|
protected constructor(config: SentinelConfig, account: AccountInstance);
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
11
11
|
accountDerivationPath?: string | undefined;
|
|
12
12
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
13
13
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -23,7 +23,7 @@ export declare class SentinelBuilder {
|
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
25
25
|
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
26
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
27
27
|
accountDerivationPath?: string | undefined;
|
|
28
28
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
29
29
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -40,7 +40,7 @@ export declare class SentinelBuilder {
|
|
|
40
40
|
readonly storeQueries?: boolean | undefined;
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
|
-
|
|
43
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
44
44
|
} & {
|
|
45
45
|
schema: "network.xyo.sentinel.config";
|
|
46
46
|
}, "schema"> & {
|
|
@@ -52,7 +52,7 @@ export declare class SentinelBuilder {
|
|
|
52
52
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
53
53
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
54
54
|
account?: AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
55
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
56
56
|
accountDerivationPath?: string | undefined;
|
|
57
57
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
58
58
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -68,7 +68,7 @@ export declare class SentinelBuilder {
|
|
|
68
68
|
readonly sign?: boolean | undefined;
|
|
69
69
|
readonly storeQueries?: boolean | undefined;
|
|
70
70
|
readonly timestamp?: boolean | undefined;
|
|
71
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
71
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
72
72
|
accountDerivationPath?: string | undefined;
|
|
73
73
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
74
74
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -85,7 +85,7 @@ export declare class SentinelBuilder {
|
|
|
85
85
|
readonly storeQueries?: boolean | undefined;
|
|
86
86
|
readonly timestamp?: boolean | undefined;
|
|
87
87
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
88
|
-
|
|
88
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
89
89
|
} & {
|
|
90
90
|
schema: "network.xyo.sentinel.config";
|
|
91
91
|
}, "schema"> & {
|
|
@@ -99,7 +99,7 @@ export declare class SentinelBuilder {
|
|
|
99
99
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
100
100
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
101
101
|
account?: AccountInstance | "random" | undefined;
|
|
102
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
102
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
103
103
|
accountDerivationPath?: string | undefined;
|
|
104
104
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
105
105
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class SentinelBuilder {
|
|
|
115
115
|
readonly sign?: boolean | undefined;
|
|
116
116
|
readonly storeQueries?: boolean | undefined;
|
|
117
117
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -132,7 +132,7 @@ export declare class SentinelBuilder {
|
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
134
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
135
|
-
|
|
135
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
136
136
|
} & {
|
|
137
137
|
schema: "network.xyo.sentinel.config";
|
|
138
138
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class SentinelBuilder {
|
|
|
144
144
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
145
145
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
146
146
|
account?: AccountInstance | "random" | undefined;
|
|
147
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
147
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
148
148
|
accountDerivationPath?: string | undefined;
|
|
149
149
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
150
150
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -160,7 +160,7 @@ export declare class SentinelBuilder {
|
|
|
160
160
|
readonly sign?: boolean | undefined;
|
|
161
161
|
readonly storeQueries?: boolean | undefined;
|
|
162
162
|
readonly timestamp?: boolean | undefined;
|
|
163
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
163
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
164
164
|
accountDerivationPath?: string | undefined;
|
|
165
165
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
166
166
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -177,7 +177,7 @@ export declare class SentinelBuilder {
|
|
|
177
177
|
readonly storeQueries?: boolean | undefined;
|
|
178
178
|
readonly timestamp?: boolean | undefined;
|
|
179
179
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
180
|
-
|
|
180
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
181
181
|
} & {
|
|
182
182
|
schema: "network.xyo.sentinel.config";
|
|
183
183
|
}, "schema"> & {
|