@xyo-network/react-standard-node 2.64.10 → 2.65.1
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 +10 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.cts.map +1 -1
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts +10 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts.map +1 -1
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts +10 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts +16 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts +16 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts +16 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- 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 +10 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts.map +1 -1
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts +10 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts.map +1 -1
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts +10 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.cts +16 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.cts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.mts +16 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.mts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.ts +16 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- 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 +21 -22
- 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;
|
|
@@ -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,8 @@ 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
|
+
synchronous?: boolean | undefined;
|
|
101
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
102
|
} & {
|
|
102
103
|
schema: "network.xyo.sentinel.config";
|
|
103
104
|
}, "schema"> & {
|
|
@@ -109,7 +110,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
110
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
111
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
112
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
113
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
114
|
accountDerivationPath?: string | undefined;
|
|
114
115
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
116
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +126,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
126
|
readonly sign?: boolean | undefined;
|
|
126
127
|
readonly storeQueries?: boolean | undefined;
|
|
127
128
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
129
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
130
|
accountDerivationPath?: string | undefined;
|
|
130
131
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
132
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +143,8 @@ export declare class MemoryNodeBuilder {
|
|
|
142
143
|
readonly storeQueries?: boolean | undefined;
|
|
143
144
|
readonly timestamp?: boolean | undefined;
|
|
144
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
146
|
+
synchronous?: boolean | undefined;
|
|
147
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
148
|
} & {
|
|
147
149
|
schema: "network.xyo.sentinel.config";
|
|
148
150
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,EAAO;IAkB5G,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgB/D,cAAc;CAM7B"}
|
|
@@ -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,8 @@ 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
|
+
synchronous?: boolean | undefined;
|
|
101
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
102
|
} & {
|
|
102
103
|
schema: "network.xyo.sentinel.config";
|
|
103
104
|
}, "schema"> & {
|
|
@@ -109,7 +110,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
110
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
111
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
112
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
113
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
114
|
accountDerivationPath?: string | undefined;
|
|
114
115
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
116
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +126,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
126
|
readonly sign?: boolean | undefined;
|
|
126
127
|
readonly storeQueries?: boolean | undefined;
|
|
127
128
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
129
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
130
|
accountDerivationPath?: string | undefined;
|
|
130
131
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
132
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +143,8 @@ export declare class MemoryNodeBuilder {
|
|
|
142
143
|
readonly storeQueries?: boolean | undefined;
|
|
143
144
|
readonly timestamp?: boolean | undefined;
|
|
144
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
146
|
+
synchronous?: boolean | undefined;
|
|
147
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
148
|
} & {
|
|
147
149
|
schema: "network.xyo.sentinel.config";
|
|
148
150
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,EAAO;IAkB5G,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgB/D,cAAc;CAM7B"}
|
|
@@ -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,8 @@ 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
|
+
synchronous?: boolean | undefined;
|
|
101
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
101
102
|
} & {
|
|
102
103
|
schema: "network.xyo.sentinel.config";
|
|
103
104
|
}, "schema"> & {
|
|
@@ -109,7 +110,7 @@ export declare class MemoryNodeBuilder {
|
|
|
109
110
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
111
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
111
112
|
account?: AccountInstance | "random" | undefined;
|
|
112
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
113
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
113
114
|
accountDerivationPath?: string | undefined;
|
|
114
115
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
115
116
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -125,7 +126,7 @@ export declare class MemoryNodeBuilder {
|
|
|
125
126
|
readonly sign?: boolean | undefined;
|
|
126
127
|
readonly storeQueries?: boolean | undefined;
|
|
127
128
|
readonly timestamp?: boolean | undefined;
|
|
128
|
-
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
129
|
+
} & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
129
130
|
accountDerivationPath?: string | undefined;
|
|
130
131
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
131
132
|
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
@@ -142,7 +143,8 @@ export declare class MemoryNodeBuilder {
|
|
|
142
143
|
readonly storeQueries?: boolean | undefined;
|
|
143
144
|
readonly timestamp?: boolean | undefined;
|
|
144
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
145
|
-
|
|
146
|
+
synchronous?: boolean | undefined;
|
|
147
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
146
148
|
} & {
|
|
147
149
|
schema: "network.xyo.sentinel.config";
|
|
148
150
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,EAAO;IAkB5G,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgB/D,cAAc;CAM7B"}
|
|
@@ -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,8 @@ 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
|
+
synchronous?: boolean | undefined;
|
|
44
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
44
45
|
} & {
|
|
45
46
|
schema: "network.xyo.sentinel.config";
|
|
46
47
|
}, "schema"> & {
|
|
@@ -52,7 +53,7 @@ export declare class SentinelBuilder {
|
|
|
52
53
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
53
54
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
54
55
|
account?: AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
56
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
56
57
|
accountDerivationPath?: string | undefined;
|
|
57
58
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
58
59
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -68,7 +69,7 @@ export declare class SentinelBuilder {
|
|
|
68
69
|
readonly sign?: boolean | undefined;
|
|
69
70
|
readonly storeQueries?: boolean | undefined;
|
|
70
71
|
readonly timestamp?: boolean | undefined;
|
|
71
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
72
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
72
73
|
accountDerivationPath?: string | undefined;
|
|
73
74
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
74
75
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -85,7 +86,8 @@ export declare class SentinelBuilder {
|
|
|
85
86
|
readonly storeQueries?: boolean | undefined;
|
|
86
87
|
readonly timestamp?: boolean | undefined;
|
|
87
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
88
|
-
|
|
89
|
+
synchronous?: boolean | undefined;
|
|
90
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
89
91
|
} & {
|
|
90
92
|
schema: "network.xyo.sentinel.config";
|
|
91
93
|
}, "schema"> & {
|
|
@@ -99,7 +101,7 @@ export declare class SentinelBuilder {
|
|
|
99
101
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
100
102
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
101
103
|
account?: AccountInstance | "random" | undefined;
|
|
102
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
104
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
103
105
|
accountDerivationPath?: string | undefined;
|
|
104
106
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
105
107
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +117,7 @@ export declare class SentinelBuilder {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
120
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
119
121
|
accountDerivationPath?: string | undefined;
|
|
120
122
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
123
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -132,7 +134,8 @@ export declare class SentinelBuilder {
|
|
|
132
134
|
readonly storeQueries?: boolean | undefined;
|
|
133
135
|
readonly timestamp?: boolean | undefined;
|
|
134
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
135
|
-
|
|
137
|
+
synchronous?: boolean | undefined;
|
|
138
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
136
139
|
} & {
|
|
137
140
|
schema: "network.xyo.sentinel.config";
|
|
138
141
|
}, "schema"> & {
|
|
@@ -144,7 +147,7 @@ export declare class SentinelBuilder {
|
|
|
144
147
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
145
148
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
146
149
|
account?: AccountInstance | "random" | undefined;
|
|
147
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
150
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
148
151
|
accountDerivationPath?: string | undefined;
|
|
149
152
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
150
153
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -160,7 +163,7 @@ export declare class SentinelBuilder {
|
|
|
160
163
|
readonly sign?: boolean | undefined;
|
|
161
164
|
readonly storeQueries?: boolean | undefined;
|
|
162
165
|
readonly timestamp?: boolean | undefined;
|
|
163
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
166
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
164
167
|
accountDerivationPath?: string | undefined;
|
|
165
168
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
166
169
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -177,7 +180,8 @@ export declare class SentinelBuilder {
|
|
|
177
180
|
readonly storeQueries?: boolean | undefined;
|
|
178
181
|
readonly timestamp?: boolean | undefined;
|
|
179
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
180
|
-
|
|
183
|
+
synchronous?: boolean | undefined;
|
|
184
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
181
185
|
} & {
|
|
182
186
|
schema: "network.xyo.sentinel.config";
|
|
183
187
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SentinelBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/SentinelBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,cAAc,EAAwB,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE5F,qBAAa,eAAe;IAIxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAJjB,OAAO,CAAC,SAAS,CAA4B;IAE7C,SAAS,aACC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,eAAe;IAKlC,IAAI,QAAQ
|
|
1
|
+
{"version":3,"file":"SentinelBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/SentinelBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,cAAc,EAAwB,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE5F,qBAAa,eAAe;IAIxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAJjB,OAAO,CAAC,SAAS,CAA4B;IAE7C,SAAS,aACC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,eAAe;IAKlC,IAAI,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAEX;WAEY,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC;IAMzF,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKnB,OAAO,CAAC,WAAW;CAMpB"}
|