@xyo-network/react-standard-node 2.67.6 → 2.67.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.cjs +4 -4
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +4 -4
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.cts +6 -15
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.cts.map +1 -1
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts +6 -15
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts.map +1 -1
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts +6 -15
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts +0 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts +0 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts.map +1 -1
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts +0 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.cts +0 -9
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.cts.map +1 -1
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.mts +0 -9
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.mts.map +1 -1
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.ts +0 -9
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.ts.map +1 -1
- package/dist/node/index.cjs +5 -5
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +5 -5
- package/dist/node/index.js.map +1 -1
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts +6 -15
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts.map +1 -1
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts +6 -15
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts.map +1 -1
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts +6 -15
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.cts +0 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.cts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.mts +0 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.mts.map +1 -1
- package/dist/node/lib/Builders/SentinelBuilder.d.ts +0 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.cts +0 -9
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.cts.map +1 -1
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.mts +0 -9
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.mts.map +1 -1
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.ts +0 -9
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.ts.map +1 -1
- package/package.json +15 -15
- package/src/contexts/StandardRemoteNodes/Providers.tsx +1 -1
- package/src/lib/Builders/MemoryNodeBuilder.ts +1 -1
- package/src/lib/Builders/StorageArchivistBuilder.ts +1 -1
- package/src/lib/buildNodes.ts +1 -1
|
@@ -13,13 +13,12 @@ export declare class MemoryNodeBuilder {
|
|
|
13
13
|
get node(): MemoryNode<import("@xyo-network/object").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
15
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
16
|
-
accountDerivationPath?: string | undefined;
|
|
17
16
|
readonly archivist?: string | undefined;
|
|
18
17
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
19
18
|
readonly name?: string | undefined;
|
|
20
19
|
readonly paging?: Record<string, {
|
|
21
20
|
size?: number | undefined;
|
|
22
|
-
}> | undefined;
|
|
21
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
23
22
|
schema: "network.xyo.node.config";
|
|
24
23
|
readonly security?: {
|
|
25
24
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -30,13 +29,12 @@ export declare class MemoryNodeBuilder {
|
|
|
30
29
|
readonly storeQueries?: boolean | undefined;
|
|
31
30
|
readonly timestamp?: boolean | undefined;
|
|
32
31
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
33
|
-
accountDerivationPath?: string | undefined;
|
|
34
32
|
readonly archivist?: string | undefined;
|
|
35
33
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
36
34
|
readonly name?: string | undefined;
|
|
37
35
|
readonly paging?: Record<string, {
|
|
38
36
|
size?: number | undefined;
|
|
39
|
-
}> | undefined;
|
|
37
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
40
38
|
schema: "network.xyo.node.config";
|
|
41
39
|
readonly security?: {
|
|
42
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -53,7 +51,6 @@ export declare class MemoryNodeBuilder {
|
|
|
53
51
|
schema: string;
|
|
54
52
|
};
|
|
55
53
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
56
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
57
54
|
}, import("@xyo-network/node-model").NodeModuleEventData>;
|
|
58
55
|
static create({ name, node }: MemoryNodeBuilderConfig, account?: AccountInstance): Promise<MemoryNodeBuilder>;
|
|
59
56
|
/** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
@@ -64,13 +61,12 @@ export declare class MemoryNodeBuilder {
|
|
|
64
61
|
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
65
62
|
account?: AccountInstance | "random" | undefined;
|
|
66
63
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
67
|
-
accountDerivationPath?: string | undefined;
|
|
68
64
|
readonly archivist?: string | undefined;
|
|
69
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
70
66
|
readonly name?: string | undefined;
|
|
71
67
|
readonly paging?: Record<string, {
|
|
72
68
|
size?: number | undefined;
|
|
73
|
-
}> | undefined;
|
|
69
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
74
70
|
schema: "network.xyo.sentinel.config";
|
|
75
71
|
readonly security?: {
|
|
76
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -81,13 +77,12 @@ export declare class MemoryNodeBuilder {
|
|
|
81
77
|
readonly storeQueries?: boolean | undefined;
|
|
82
78
|
readonly timestamp?: boolean | undefined;
|
|
83
79
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
84
|
-
accountDerivationPath?: string | undefined;
|
|
85
80
|
readonly archivist?: string | undefined;
|
|
86
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
87
82
|
readonly name?: string | undefined;
|
|
88
83
|
readonly paging?: Record<string, {
|
|
89
84
|
size?: number | undefined;
|
|
90
|
-
}> | undefined;
|
|
85
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
91
86
|
schema: "network.xyo.sentinel.config";
|
|
92
87
|
readonly security?: {
|
|
93
88
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -107,17 +102,15 @@ export declare class MemoryNodeBuilder {
|
|
|
107
102
|
schema: string;
|
|
108
103
|
};
|
|
109
104
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
111
105
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
112
106
|
account?: AccountInstance | "random" | undefined;
|
|
113
107
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
114
|
-
accountDerivationPath?: string | undefined;
|
|
115
108
|
readonly archivist?: string | undefined;
|
|
116
109
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
117
110
|
readonly name?: string | undefined;
|
|
118
111
|
readonly paging?: Record<string, {
|
|
119
112
|
size?: number | undefined;
|
|
120
|
-
}> | undefined;
|
|
113
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
121
114
|
schema: "network.xyo.sentinel.config";
|
|
122
115
|
readonly security?: {
|
|
123
116
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -128,13 +121,12 @@ export declare class MemoryNodeBuilder {
|
|
|
128
121
|
readonly storeQueries?: boolean | undefined;
|
|
129
122
|
readonly timestamp?: boolean | undefined;
|
|
130
123
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
131
|
-
accountDerivationPath?: string | undefined;
|
|
132
124
|
readonly archivist?: string | undefined;
|
|
133
125
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
134
126
|
readonly name?: string | undefined;
|
|
135
127
|
readonly paging?: Record<string, {
|
|
136
128
|
size?: number | undefined;
|
|
137
|
-
}> | undefined;
|
|
129
|
+
}> | undefined; /** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
138
130
|
schema: "network.xyo.sentinel.config";
|
|
139
131
|
readonly security?: {
|
|
140
132
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -154,7 +146,6 @@ export declare class MemoryNodeBuilder {
|
|
|
154
146
|
schema: string;
|
|
155
147
|
};
|
|
156
148
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
158
149
|
}>>>>;
|
|
159
150
|
addWitnesses(pluginSetResolver: PayloadSetPluginResolver, witnesses?: (() => Promise<WitnessInstance>)[]): Promise<void>;
|
|
160
151
|
attach(module: ModuleInstance, external?: boolean, safeAttach?: boolean): Promise<void>;
|
|
@@ -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,2BAA2B,CAAA;AAC1D,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,4BAA4B,CAAA;AAK3E,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
|
|
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,2BAA2B,CAAA;AAC1D,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,4BAA4B,CAAA;AAK3E,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;;;;;;;;4BAYR,4GAA4G;;;;;;;;;;;;;;;;4BAA5G,4GAA4G;;;;;;;;;;;;;;;;;8DAV3G;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;;;;;;;;4BA/BlE,4GAA4G;;;;;;;;;;;;;;;;4BAA5G,4GAA4G;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA5G,4GAA4G;;;;;;;;;;;;;;;;4BAA5G,4GAA4G;;;;;;;;;;;;;;;;;;;;;IAqCtG,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"}
|
|
@@ -8,7 +8,6 @@ export declare class SentinelBuilder {
|
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
10
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
11
|
-
accountDerivationPath?: string | undefined;
|
|
12
11
|
readonly archivist?: string | undefined;
|
|
13
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
14
13
|
readonly name?: string | undefined;
|
|
@@ -25,7 +24,6 @@ export declare class SentinelBuilder {
|
|
|
25
24
|
readonly storeQueries?: boolean | undefined;
|
|
26
25
|
readonly timestamp?: boolean | undefined;
|
|
27
26
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
28
|
-
accountDerivationPath?: string | undefined;
|
|
29
27
|
readonly archivist?: string | undefined;
|
|
30
28
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
31
29
|
readonly name?: string | undefined;
|
|
@@ -51,11 +49,9 @@ export declare class SentinelBuilder {
|
|
|
51
49
|
schema: string;
|
|
52
50
|
};
|
|
53
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
55
52
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
56
53
|
account?: AccountInstance | "random" | undefined;
|
|
57
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
58
|
-
accountDerivationPath?: string | undefined;
|
|
59
55
|
readonly archivist?: string | undefined;
|
|
60
56
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
61
57
|
readonly name?: string | undefined;
|
|
@@ -72,7 +68,6 @@ export declare class SentinelBuilder {
|
|
|
72
68
|
readonly storeQueries?: boolean | undefined;
|
|
73
69
|
readonly timestamp?: boolean | undefined;
|
|
74
70
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
75
|
-
accountDerivationPath?: string | undefined;
|
|
76
71
|
readonly archivist?: string | undefined;
|
|
77
72
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
78
73
|
readonly name?: string | undefined;
|
|
@@ -98,13 +93,11 @@ export declare class SentinelBuilder {
|
|
|
98
93
|
schema: string;
|
|
99
94
|
};
|
|
100
95
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
102
96
|
}>>>;
|
|
103
97
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
104
98
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
105
99
|
account?: AccountInstance | "random" | undefined;
|
|
106
100
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
107
|
-
accountDerivationPath?: string | undefined;
|
|
108
101
|
readonly archivist?: string | undefined;
|
|
109
102
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
110
103
|
readonly name?: string | undefined;
|
|
@@ -121,7 +114,6 @@ export declare class SentinelBuilder {
|
|
|
121
114
|
readonly storeQueries?: boolean | undefined;
|
|
122
115
|
readonly timestamp?: boolean | undefined;
|
|
123
116
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
124
|
-
accountDerivationPath?: string | undefined;
|
|
125
117
|
readonly archivist?: string | undefined;
|
|
126
118
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
127
119
|
readonly name?: string | undefined;
|
|
@@ -147,11 +139,9 @@ export declare class SentinelBuilder {
|
|
|
147
139
|
schema: string;
|
|
148
140
|
};
|
|
149
141
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
150
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
151
142
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
152
143
|
account?: AccountInstance | "random" | undefined;
|
|
153
144
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
154
|
-
accountDerivationPath?: string | undefined;
|
|
155
145
|
readonly archivist?: string | undefined;
|
|
156
146
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
157
147
|
readonly name?: string | undefined;
|
|
@@ -168,7 +158,6 @@ export declare class SentinelBuilder {
|
|
|
168
158
|
readonly storeQueries?: boolean | undefined;
|
|
169
159
|
readonly timestamp?: boolean | undefined;
|
|
170
160
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
171
|
-
accountDerivationPath?: string | undefined;
|
|
172
161
|
readonly archivist?: string | undefined;
|
|
173
162
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
174
163
|
readonly name?: string | undefined;
|
|
@@ -194,7 +183,6 @@ export declare class SentinelBuilder {
|
|
|
194
183
|
schema: string;
|
|
195
184
|
};
|
|
196
185
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
197
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
198
186
|
}>>>>;
|
|
199
187
|
private buildParams;
|
|
200
188
|
}
|
|
@@ -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"}
|
|
@@ -8,7 +8,6 @@ export declare class SentinelBuilder {
|
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
10
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
11
|
-
accountDerivationPath?: string | undefined;
|
|
12
11
|
readonly archivist?: string | undefined;
|
|
13
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
14
13
|
readonly name?: string | undefined;
|
|
@@ -25,7 +24,6 @@ export declare class SentinelBuilder {
|
|
|
25
24
|
readonly storeQueries?: boolean | undefined;
|
|
26
25
|
readonly timestamp?: boolean | undefined;
|
|
27
26
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
28
|
-
accountDerivationPath?: string | undefined;
|
|
29
27
|
readonly archivist?: string | undefined;
|
|
30
28
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
31
29
|
readonly name?: string | undefined;
|
|
@@ -51,11 +49,9 @@ export declare class SentinelBuilder {
|
|
|
51
49
|
schema: string;
|
|
52
50
|
};
|
|
53
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
55
52
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
56
53
|
account?: AccountInstance | "random" | undefined;
|
|
57
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
58
|
-
accountDerivationPath?: string | undefined;
|
|
59
55
|
readonly archivist?: string | undefined;
|
|
60
56
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
61
57
|
readonly name?: string | undefined;
|
|
@@ -72,7 +68,6 @@ export declare class SentinelBuilder {
|
|
|
72
68
|
readonly storeQueries?: boolean | undefined;
|
|
73
69
|
readonly timestamp?: boolean | undefined;
|
|
74
70
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
75
|
-
accountDerivationPath?: string | undefined;
|
|
76
71
|
readonly archivist?: string | undefined;
|
|
77
72
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
78
73
|
readonly name?: string | undefined;
|
|
@@ -98,13 +93,11 @@ export declare class SentinelBuilder {
|
|
|
98
93
|
schema: string;
|
|
99
94
|
};
|
|
100
95
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
102
96
|
}>>>;
|
|
103
97
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
104
98
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
105
99
|
account?: AccountInstance | "random" | undefined;
|
|
106
100
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
107
|
-
accountDerivationPath?: string | undefined;
|
|
108
101
|
readonly archivist?: string | undefined;
|
|
109
102
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
110
103
|
readonly name?: string | undefined;
|
|
@@ -121,7 +114,6 @@ export declare class SentinelBuilder {
|
|
|
121
114
|
readonly storeQueries?: boolean | undefined;
|
|
122
115
|
readonly timestamp?: boolean | undefined;
|
|
123
116
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
124
|
-
accountDerivationPath?: string | undefined;
|
|
125
117
|
readonly archivist?: string | undefined;
|
|
126
118
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
127
119
|
readonly name?: string | undefined;
|
|
@@ -147,11 +139,9 @@ export declare class SentinelBuilder {
|
|
|
147
139
|
schema: string;
|
|
148
140
|
};
|
|
149
141
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
150
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
151
142
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
152
143
|
account?: AccountInstance | "random" | undefined;
|
|
153
144
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
154
|
-
accountDerivationPath?: string | undefined;
|
|
155
145
|
readonly archivist?: string | undefined;
|
|
156
146
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
157
147
|
readonly name?: string | undefined;
|
|
@@ -168,7 +158,6 @@ export declare class SentinelBuilder {
|
|
|
168
158
|
readonly storeQueries?: boolean | undefined;
|
|
169
159
|
readonly timestamp?: boolean | undefined;
|
|
170
160
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
171
|
-
accountDerivationPath?: string | undefined;
|
|
172
161
|
readonly archivist?: string | undefined;
|
|
173
162
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
174
163
|
readonly name?: string | undefined;
|
|
@@ -194,7 +183,6 @@ export declare class SentinelBuilder {
|
|
|
194
183
|
schema: string;
|
|
195
184
|
};
|
|
196
185
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
197
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
198
186
|
}>>>>;
|
|
199
187
|
private buildParams;
|
|
200
188
|
}
|
|
@@ -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"}
|
|
@@ -8,7 +8,6 @@ export declare class SentinelBuilder {
|
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
10
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
11
|
-
accountDerivationPath?: string | undefined;
|
|
12
11
|
readonly archivist?: string | undefined;
|
|
13
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
14
13
|
readonly name?: string | undefined;
|
|
@@ -25,7 +24,6 @@ export declare class SentinelBuilder {
|
|
|
25
24
|
readonly storeQueries?: boolean | undefined;
|
|
26
25
|
readonly timestamp?: boolean | undefined;
|
|
27
26
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
28
|
-
accountDerivationPath?: string | undefined;
|
|
29
27
|
readonly archivist?: string | undefined;
|
|
30
28
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
31
29
|
readonly name?: string | undefined;
|
|
@@ -51,11 +49,9 @@ export declare class SentinelBuilder {
|
|
|
51
49
|
schema: string;
|
|
52
50
|
};
|
|
53
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
55
52
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
56
53
|
account?: AccountInstance | "random" | undefined;
|
|
57
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
58
|
-
accountDerivationPath?: string | undefined;
|
|
59
55
|
readonly archivist?: string | undefined;
|
|
60
56
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
61
57
|
readonly name?: string | undefined;
|
|
@@ -72,7 +68,6 @@ export declare class SentinelBuilder {
|
|
|
72
68
|
readonly storeQueries?: boolean | undefined;
|
|
73
69
|
readonly timestamp?: boolean | undefined;
|
|
74
70
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
75
|
-
accountDerivationPath?: string | undefined;
|
|
76
71
|
readonly archivist?: string | undefined;
|
|
77
72
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
78
73
|
readonly name?: string | undefined;
|
|
@@ -98,13 +93,11 @@ export declare class SentinelBuilder {
|
|
|
98
93
|
schema: string;
|
|
99
94
|
};
|
|
100
95
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
102
96
|
}>>>;
|
|
103
97
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
104
98
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
|
|
105
99
|
account?: AccountInstance | "random" | undefined;
|
|
106
100
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
107
|
-
accountDerivationPath?: string | undefined;
|
|
108
101
|
readonly archivist?: string | undefined;
|
|
109
102
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
110
103
|
readonly name?: string | undefined;
|
|
@@ -121,7 +114,6 @@ export declare class SentinelBuilder {
|
|
|
121
114
|
readonly storeQueries?: boolean | undefined;
|
|
122
115
|
readonly timestamp?: boolean | undefined;
|
|
123
116
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
124
|
-
accountDerivationPath?: string | undefined;
|
|
125
117
|
readonly archivist?: string | undefined;
|
|
126
118
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
127
119
|
readonly name?: string | undefined;
|
|
@@ -147,11 +139,9 @@ export declare class SentinelBuilder {
|
|
|
147
139
|
schema: string;
|
|
148
140
|
};
|
|
149
141
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
150
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
151
142
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
152
143
|
account?: AccountInstance | "random" | undefined;
|
|
153
144
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
154
|
-
accountDerivationPath?: string | undefined;
|
|
155
145
|
readonly archivist?: string | undefined;
|
|
156
146
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
157
147
|
readonly name?: string | undefined;
|
|
@@ -168,7 +158,6 @@ export declare class SentinelBuilder {
|
|
|
168
158
|
readonly storeQueries?: boolean | undefined;
|
|
169
159
|
readonly timestamp?: boolean | undefined;
|
|
170
160
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
171
|
-
accountDerivationPath?: string | undefined;
|
|
172
161
|
readonly archivist?: string | undefined;
|
|
173
162
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
174
163
|
readonly name?: string | undefined;
|
|
@@ -194,7 +183,6 @@ export declare class SentinelBuilder {
|
|
|
194
183
|
schema: string;
|
|
195
184
|
};
|
|
196
185
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
197
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
198
186
|
}>>>>;
|
|
199
187
|
private buildParams;
|
|
200
188
|
}
|
|
@@ -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"}
|
|
@@ -14,7 +14,6 @@ export declare class StorageArchivistBuilder {
|
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
16
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
17
|
-
accountDerivationPath?: string | undefined;
|
|
18
17
|
readonly archivist?: string | undefined;
|
|
19
18
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
20
19
|
readonly name?: string | undefined;
|
|
@@ -31,7 +30,6 @@ export declare class StorageArchivistBuilder {
|
|
|
31
30
|
readonly storeQueries?: boolean | undefined;
|
|
32
31
|
readonly timestamp?: boolean | undefined;
|
|
33
32
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
34
|
-
accountDerivationPath?: string | undefined;
|
|
35
33
|
readonly archivist?: string | undefined;
|
|
36
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
35
|
readonly name?: string | undefined;
|
|
@@ -54,12 +52,10 @@ export declare class StorageArchivistBuilder {
|
|
|
54
52
|
schema: string;
|
|
55
53
|
};
|
|
56
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
57
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
58
55
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
59
56
|
get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
60
57
|
account?: AccountInstance | "random" | undefined;
|
|
61
58
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
62
|
-
accountDerivationPath?: string | undefined;
|
|
63
59
|
readonly archivist?: string | undefined;
|
|
64
60
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
61
|
readonly name?: string | undefined;
|
|
@@ -76,7 +72,6 @@ export declare class StorageArchivistBuilder {
|
|
|
76
72
|
readonly storeQueries?: boolean | undefined;
|
|
77
73
|
readonly timestamp?: boolean | undefined;
|
|
78
74
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
79
|
-
accountDerivationPath?: string | undefined;
|
|
80
75
|
readonly archivist?: string | undefined;
|
|
81
76
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
82
77
|
readonly name?: string | undefined;
|
|
@@ -108,13 +103,11 @@ export declare class StorageArchivistBuilder {
|
|
|
108
103
|
schema: string;
|
|
109
104
|
};
|
|
110
105
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
111
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
112
106
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>;
|
|
113
107
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
114
108
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
115
109
|
account?: AccountInstance | "random" | undefined;
|
|
116
110
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
117
|
-
accountDerivationPath?: string | undefined;
|
|
118
111
|
readonly archivist?: string | undefined;
|
|
119
112
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
120
113
|
readonly name?: string | undefined;
|
|
@@ -131,7 +124,6 @@ export declare class StorageArchivistBuilder {
|
|
|
131
124
|
readonly storeQueries?: boolean | undefined;
|
|
132
125
|
readonly timestamp?: boolean | undefined;
|
|
133
126
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
134
|
-
accountDerivationPath?: string | undefined;
|
|
135
127
|
readonly archivist?: string | undefined;
|
|
136
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
137
129
|
readonly name?: string | undefined;
|
|
@@ -163,7 +155,6 @@ export declare class StorageArchivistBuilder {
|
|
|
163
155
|
schema: string;
|
|
164
156
|
};
|
|
165
157
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
166
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
167
158
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>>;
|
|
168
159
|
buildConfig(): StorageArchivistConfig;
|
|
169
160
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;CAY1B"}
|
|
@@ -14,7 +14,6 @@ export declare class StorageArchivistBuilder {
|
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
16
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
17
|
-
accountDerivationPath?: string | undefined;
|
|
18
17
|
readonly archivist?: string | undefined;
|
|
19
18
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
20
19
|
readonly name?: string | undefined;
|
|
@@ -31,7 +30,6 @@ export declare class StorageArchivistBuilder {
|
|
|
31
30
|
readonly storeQueries?: boolean | undefined;
|
|
32
31
|
readonly timestamp?: boolean | undefined;
|
|
33
32
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
34
|
-
accountDerivationPath?: string | undefined;
|
|
35
33
|
readonly archivist?: string | undefined;
|
|
36
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
35
|
readonly name?: string | undefined;
|
|
@@ -54,12 +52,10 @@ export declare class StorageArchivistBuilder {
|
|
|
54
52
|
schema: string;
|
|
55
53
|
};
|
|
56
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
57
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
58
55
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
59
56
|
get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
60
57
|
account?: AccountInstance | "random" | undefined;
|
|
61
58
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
62
|
-
accountDerivationPath?: string | undefined;
|
|
63
59
|
readonly archivist?: string | undefined;
|
|
64
60
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
61
|
readonly name?: string | undefined;
|
|
@@ -76,7 +72,6 @@ export declare class StorageArchivistBuilder {
|
|
|
76
72
|
readonly storeQueries?: boolean | undefined;
|
|
77
73
|
readonly timestamp?: boolean | undefined;
|
|
78
74
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
79
|
-
accountDerivationPath?: string | undefined;
|
|
80
75
|
readonly archivist?: string | undefined;
|
|
81
76
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
82
77
|
readonly name?: string | undefined;
|
|
@@ -108,13 +103,11 @@ export declare class StorageArchivistBuilder {
|
|
|
108
103
|
schema: string;
|
|
109
104
|
};
|
|
110
105
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
111
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
112
106
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>;
|
|
113
107
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
114
108
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
115
109
|
account?: AccountInstance | "random" | undefined;
|
|
116
110
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
117
|
-
accountDerivationPath?: string | undefined;
|
|
118
111
|
readonly archivist?: string | undefined;
|
|
119
112
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
120
113
|
readonly name?: string | undefined;
|
|
@@ -131,7 +124,6 @@ export declare class StorageArchivistBuilder {
|
|
|
131
124
|
readonly storeQueries?: boolean | undefined;
|
|
132
125
|
readonly timestamp?: boolean | undefined;
|
|
133
126
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
134
|
-
accountDerivationPath?: string | undefined;
|
|
135
127
|
readonly archivist?: string | undefined;
|
|
136
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
137
129
|
readonly name?: string | undefined;
|
|
@@ -163,7 +155,6 @@ export declare class StorageArchivistBuilder {
|
|
|
163
155
|
schema: string;
|
|
164
156
|
};
|
|
165
157
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
166
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
167
158
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>>;
|
|
168
159
|
buildConfig(): StorageArchivistConfig;
|
|
169
160
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;CAY1B"}
|
|
@@ -14,7 +14,6 @@ export declare class StorageArchivistBuilder {
|
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
16
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
17
|
-
accountDerivationPath?: string | undefined;
|
|
18
17
|
readonly archivist?: string | undefined;
|
|
19
18
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
20
19
|
readonly name?: string | undefined;
|
|
@@ -31,7 +30,6 @@ export declare class StorageArchivistBuilder {
|
|
|
31
30
|
readonly storeQueries?: boolean | undefined;
|
|
32
31
|
readonly timestamp?: boolean | undefined;
|
|
33
32
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
34
|
-
accountDerivationPath?: string | undefined;
|
|
35
33
|
readonly archivist?: string | undefined;
|
|
36
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
35
|
readonly name?: string | undefined;
|
|
@@ -54,12 +52,10 @@ export declare class StorageArchivistBuilder {
|
|
|
54
52
|
schema: string;
|
|
55
53
|
};
|
|
56
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
57
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
58
55
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
59
56
|
get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
60
57
|
account?: AccountInstance | "random" | undefined;
|
|
61
58
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
62
|
-
accountDerivationPath?: string | undefined;
|
|
63
59
|
readonly archivist?: string | undefined;
|
|
64
60
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
61
|
readonly name?: string | undefined;
|
|
@@ -76,7 +72,6 @@ export declare class StorageArchivistBuilder {
|
|
|
76
72
|
readonly storeQueries?: boolean | undefined;
|
|
77
73
|
readonly timestamp?: boolean | undefined;
|
|
78
74
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
79
|
-
accountDerivationPath?: string | undefined;
|
|
80
75
|
readonly archivist?: string | undefined;
|
|
81
76
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
82
77
|
readonly name?: string | undefined;
|
|
@@ -108,13 +103,11 @@ export declare class StorageArchivistBuilder {
|
|
|
108
103
|
schema: string;
|
|
109
104
|
};
|
|
110
105
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
111
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
112
106
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>;
|
|
113
107
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
114
108
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
|
|
115
109
|
account?: AccountInstance | "random" | undefined;
|
|
116
110
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
117
|
-
accountDerivationPath?: string | undefined;
|
|
118
111
|
readonly archivist?: string | undefined;
|
|
119
112
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
120
113
|
readonly name?: string | undefined;
|
|
@@ -131,7 +124,6 @@ export declare class StorageArchivistBuilder {
|
|
|
131
124
|
readonly storeQueries?: boolean | undefined;
|
|
132
125
|
readonly timestamp?: boolean | undefined;
|
|
133
126
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
134
|
-
accountDerivationPath?: string | undefined;
|
|
135
127
|
readonly archivist?: string | undefined;
|
|
136
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
137
129
|
readonly name?: string | undefined;
|
|
@@ -163,7 +155,6 @@ export declare class StorageArchivistBuilder {
|
|
|
163
155
|
schema: string;
|
|
164
156
|
};
|
|
165
157
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
166
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
167
158
|
}, import("@xyo-network/archivist").ArchivistModuleEventData>>;
|
|
168
159
|
buildConfig(): StorageArchivistConfig;
|
|
169
160
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;CAY1B"}
|