@twin.org/engine-types 0.0.3-next.46 → 0.0.3-next.47
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/es/components/entityStorage.js +0 -18
- package/dist/es/components/entityStorage.js.map +1 -1
- package/dist/es/components/federatedCatalogue.js +2 -1
- package/dist/es/components/federatedCatalogue.js.map +1 -1
- package/dist/es/components/trustVerifier.js +6 -3
- package/dist/es/components/trustVerifier.js.map +1 -1
- package/dist/es/index.js +0 -8
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IEngineConfig.js.map +1 -1
- package/dist/es/models/config/entityStorageConnectorConfig.js.map +1 -1
- package/dist/es/models/config/trustVerifierComponentConfig.js.map +1 -1
- package/dist/es/models/types/entityStorageConnectorType.js +1 -5
- package/dist/es/models/types/entityStorageConnectorType.js.map +1 -1
- package/dist/es/models/types/trustVerifierComponentType.js +5 -1
- package/dist/es/models/types/trustVerifierComponentType.js.map +1 -1
- package/dist/types/index.d.ts +0 -8
- package/dist/types/models/IEngineConfig.d.ts +0 -15
- package/dist/types/models/config/entityStorageConnectorConfig.d.ts +0 -4
- package/dist/types/models/config/trustVerifierComponentConfig.d.ts +4 -1
- package/dist/types/models/types/entityStorageConnectorType.d.ts +0 -4
- package/dist/types/models/types/trustVerifierComponentType.d.ts +4 -0
- package/docs/changelog.md +15 -0
- package/docs/reference/index.md +0 -12
- package/docs/reference/interfaces/IEngineConfig.md +0 -18
- package/docs/reference/type-aliases/EntityStorageConnectorConfig.md +1 -1
- package/docs/reference/type-aliases/TrustVerifierComponentConfig.md +1 -13
- package/docs/reference/variables/EntityStorageConnectorType.md +0 -6
- package/docs/reference/variables/TrustVerifierComponentType.md +6 -0
- package/package.json +3 -12
- package/dist/es/components/synchronisedStorage.js +0 -49
- package/dist/es/components/synchronisedStorage.js.map +0 -1
- package/dist/es/components/verifiableStorage.js +0 -77
- package/dist/es/components/verifiableStorage.js.map +0 -1
- package/dist/es/models/config/synchronisedStorageComponentConfig.js +0 -2
- package/dist/es/models/config/synchronisedStorageComponentConfig.js.map +0 -1
- package/dist/es/models/config/verifiableStorageComponentConfig.js +0 -2
- package/dist/es/models/config/verifiableStorageComponentConfig.js.map +0 -1
- package/dist/es/models/config/verifiableStorageConnectorConfig.js +0 -2
- package/dist/es/models/config/verifiableStorageConnectorConfig.js.map +0 -1
- package/dist/es/models/types/synchronisedStorageComponentType.js +0 -17
- package/dist/es/models/types/synchronisedStorageComponentType.js.map +0 -1
- package/dist/es/models/types/verifiableStorageComponentType.js +0 -17
- package/dist/es/models/types/verifiableStorageComponentType.js.map +0 -1
- package/dist/es/models/types/verifiableStorageConnectorType.js +0 -17
- package/dist/es/models/types/verifiableStorageConnectorType.js.map +0 -1
- package/dist/types/components/synchronisedStorage.d.ts +0 -12
- package/dist/types/components/verifiableStorage.d.ts +0 -22
- package/dist/types/models/config/synchronisedStorageComponentConfig.d.ts +0 -13
- package/dist/types/models/config/verifiableStorageComponentConfig.d.ts +0 -13
- package/dist/types/models/config/verifiableStorageConnectorConfig.d.ts +0 -13
- package/dist/types/models/types/synchronisedStorageComponentType.d.ts +0 -17
- package/dist/types/models/types/verifiableStorageComponentType.d.ts +0 -17
- package/dist/types/models/types/verifiableStorageConnectorType.d.ts +0 -17
- package/docs/reference/functions/initialiseSynchronisedStorageComponent.md +0 -31
- package/docs/reference/functions/initialiseVerifiableStorageComponent.md +0 -31
- package/docs/reference/functions/initialiseVerifiableStorageConnector.md +0 -31
- package/docs/reference/type-aliases/IVerifiableStorageComponentType.md +0 -5
- package/docs/reference/type-aliases/SynchronisedStorageComponentConfig.md +0 -5
- package/docs/reference/type-aliases/SynchronisedStorageComponentType.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageComponentConfig.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageConnectorConfig.md +0 -5
- package/docs/reference/type-aliases/VerifiableStorageConnectorType.md +0 -5
- package/docs/reference/variables/SynchronisedStorageComponentType.md +0 -19
- package/docs/reference/variables/VerifiableStorageComponentType.md +0 -19
- package/docs/reference/variables/VerifiableStorageConnectorType.md +0 -19
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// Copyright 2024 IOTA Stiftung.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0.
|
|
3
|
-
/**
|
|
4
|
-
* Verifiable storage connector types.
|
|
5
|
-
*/
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
7
|
-
export const VerifiableStorageConnectorType = {
|
|
8
|
-
/**
|
|
9
|
-
* Entity storage.
|
|
10
|
-
*/
|
|
11
|
-
EntityStorage: "entity-storage",
|
|
12
|
-
/**
|
|
13
|
-
* IOTA.
|
|
14
|
-
*/
|
|
15
|
-
Iota: "iota"
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=verifiableStorageConnectorType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verifiableStorageConnectorType.js","sourceRoot":"","sources":["../../../../src/models/types/verifiableStorageConnectorType.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC7C;;OAEG;IACH,aAAa,EAAE,gBAAgB;IAE/B;;OAEG;IACH,IAAI,EAAE,MAAM;CACH,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Verifiable storage connector types.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const VerifiableStorageConnectorType = {\n\t/**\n\t * Entity storage.\n\t */\n\tEntityStorage: \"entity-storage\",\n\n\t/**\n\t * IOTA.\n\t */\n\tIota: \"iota\"\n} as const;\n\n/**\n * Verifiable storage connector types.\n */\nexport type VerifiableStorageConnectorType =\n\t(typeof VerifiableStorageConnectorType)[keyof typeof VerifiableStorageConnectorType];\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
-
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
|
-
import type { SynchronisedStorageComponentConfig } from "../models/config/synchronisedStorageComponentConfig.js";
|
|
4
|
-
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
5
|
-
/**
|
|
6
|
-
* Initialise the synchronised storage component.
|
|
7
|
-
* @param engineCore The engine core.
|
|
8
|
-
* @param context The context for the engine.
|
|
9
|
-
* @param instanceConfig The instance config.
|
|
10
|
-
* @returns The instance created and the factory for it.
|
|
11
|
-
*/
|
|
12
|
-
export declare function initialiseSynchronisedStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: SynchronisedStorageComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ComponentFactory } from "@twin.org/core";
|
|
2
|
-
import type { EngineTypeInitialiserReturn, IEngineCore, IEngineCoreContext } from "@twin.org/engine-models";
|
|
3
|
-
import { VerifiableStorageConnectorFactory } from "@twin.org/verifiable-storage-models";
|
|
4
|
-
import type { VerifiableStorageComponentConfig } from "../models/config/verifiableStorageComponentConfig.js";
|
|
5
|
-
import type { VerifiableStorageConnectorConfig } from "../models/config/verifiableStorageConnectorConfig.js";
|
|
6
|
-
import type { IEngineConfig } from "../models/IEngineConfig.js";
|
|
7
|
-
/**
|
|
8
|
-
* Initialise the verifiable storage connector.
|
|
9
|
-
* @param engineCore The engine core.
|
|
10
|
-
* @param context The context for the engine.
|
|
11
|
-
* @param instanceConfig The instance config.
|
|
12
|
-
* @returns The instance created and the factory for it.
|
|
13
|
-
*/
|
|
14
|
-
export declare function initialiseVerifiableStorageConnector(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageConnectorConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof VerifiableStorageConnectorFactory>;
|
|
15
|
-
/**
|
|
16
|
-
* Initialise the verifiable storage component.
|
|
17
|
-
* @param engineCore The engine core.
|
|
18
|
-
* @param context The context for the engine.
|
|
19
|
-
* @param instanceConfig The instance config.
|
|
20
|
-
* @returns The instance created and the factory for it.
|
|
21
|
-
*/
|
|
22
|
-
export declare function initialiseVerifiableStorageComponent(engineCore: IEngineCore<IEngineConfig>, context: IEngineCoreContext<IEngineConfig>, instanceConfig: VerifiableStorageComponentConfig): EngineTypeInitialiserReturn<typeof instanceConfig, typeof ComponentFactory>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IBaseRestClientConfig } from "@twin.org/api-models";
|
|
2
|
-
import type { ISynchronisedStorageServiceConstructorOptions } from "@twin.org/synchronised-storage-service";
|
|
3
|
-
import type { SynchronisedStorageComponentType } from "../types/synchronisedStorageComponentType.js";
|
|
4
|
-
/**
|
|
5
|
-
* Synchronised storage component config types.
|
|
6
|
-
*/
|
|
7
|
-
export type SynchronisedStorageComponentConfig = {
|
|
8
|
-
type: typeof SynchronisedStorageComponentType.Service;
|
|
9
|
-
options: ISynchronisedStorageServiceConstructorOptions;
|
|
10
|
-
} | {
|
|
11
|
-
type: typeof SynchronisedStorageComponentType.RestClient;
|
|
12
|
-
options: IBaseRestClientConfig;
|
|
13
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IBaseRestClientConfig } from "@twin.org/api-models";
|
|
2
|
-
import type { IVerifiableStorageServiceConstructorOptions } from "@twin.org/verifiable-storage-service";
|
|
3
|
-
import type { VerifiableStorageComponentType } from "../types/verifiableStorageComponentType.js";
|
|
4
|
-
/**
|
|
5
|
-
* Verifiable storage component config types.
|
|
6
|
-
*/
|
|
7
|
-
export type VerifiableStorageComponentConfig = {
|
|
8
|
-
type: typeof VerifiableStorageComponentType.Service;
|
|
9
|
-
options?: IVerifiableStorageServiceConstructorOptions;
|
|
10
|
-
} | {
|
|
11
|
-
type: typeof VerifiableStorageComponentType.RestClient;
|
|
12
|
-
options: IBaseRestClientConfig;
|
|
13
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { IEntityStorageVerifiableStorageConnectorConstructorOptions } from "@twin.org/verifiable-storage-connector-entity-storage";
|
|
2
|
-
import type { IIotaVerifiableStorageConnectorConstructorOptions } from "@twin.org/verifiable-storage-connector-iota";
|
|
3
|
-
import type { VerifiableStorageConnectorType } from "../types/verifiableStorageConnectorType.js";
|
|
4
|
-
/**
|
|
5
|
-
* Verifiable storage connector config types.
|
|
6
|
-
*/
|
|
7
|
-
export type VerifiableStorageConnectorConfig = {
|
|
8
|
-
type: typeof VerifiableStorageConnectorType.EntityStorage;
|
|
9
|
-
options?: IEntityStorageVerifiableStorageConnectorConstructorOptions;
|
|
10
|
-
} | {
|
|
11
|
-
type: typeof VerifiableStorageConnectorType.Iota;
|
|
12
|
-
options: IIotaVerifiableStorageConnectorConstructorOptions;
|
|
13
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Synchronised storage component types.
|
|
3
|
-
*/
|
|
4
|
-
export declare const SynchronisedStorageComponentType: {
|
|
5
|
-
/**
|
|
6
|
-
* Service.
|
|
7
|
-
*/
|
|
8
|
-
readonly Service: "service";
|
|
9
|
-
/**
|
|
10
|
-
* REST client.
|
|
11
|
-
*/
|
|
12
|
-
readonly RestClient: "rest-client";
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Synchronised storage component types.
|
|
16
|
-
*/
|
|
17
|
-
export type SynchronisedStorageComponentType = (typeof SynchronisedStorageComponentType)[keyof typeof SynchronisedStorageComponentType];
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Verifiable storage component types.
|
|
3
|
-
*/
|
|
4
|
-
export declare const VerifiableStorageComponentType: {
|
|
5
|
-
/**
|
|
6
|
-
* Service.
|
|
7
|
-
*/
|
|
8
|
-
readonly Service: "service";
|
|
9
|
-
/**
|
|
10
|
-
* REST client.
|
|
11
|
-
*/
|
|
12
|
-
readonly RestClient: "rest-client";
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Verifiable storage component types.
|
|
16
|
-
*/
|
|
17
|
-
export type IVerifiableStorageComponentType = (typeof VerifiableStorageComponentType)[keyof typeof VerifiableStorageComponentType];
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Verifiable storage connector types.
|
|
3
|
-
*/
|
|
4
|
-
export declare const VerifiableStorageConnectorType: {
|
|
5
|
-
/**
|
|
6
|
-
* Entity storage.
|
|
7
|
-
*/
|
|
8
|
-
readonly EntityStorage: "entity-storage";
|
|
9
|
-
/**
|
|
10
|
-
* IOTA.
|
|
11
|
-
*/
|
|
12
|
-
readonly Iota: "iota";
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Verifiable storage connector types.
|
|
16
|
-
*/
|
|
17
|
-
export type VerifiableStorageConnectorType = (typeof VerifiableStorageConnectorType)[keyof typeof VerifiableStorageConnectorType];
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Function: initialiseSynchronisedStorageComponent()
|
|
2
|
-
|
|
3
|
-
> **initialiseSynchronisedStorageComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
|
|
4
|
-
|
|
5
|
-
Initialise the synchronised storage component.
|
|
6
|
-
|
|
7
|
-
## Parameters
|
|
8
|
-
|
|
9
|
-
### engineCore
|
|
10
|
-
|
|
11
|
-
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
-
|
|
13
|
-
The engine core.
|
|
14
|
-
|
|
15
|
-
### context
|
|
16
|
-
|
|
17
|
-
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
-
|
|
19
|
-
The context for the engine.
|
|
20
|
-
|
|
21
|
-
### instanceConfig
|
|
22
|
-
|
|
23
|
-
[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md)
|
|
24
|
-
|
|
25
|
-
The instance config.
|
|
26
|
-
|
|
27
|
-
## Returns
|
|
28
|
-
|
|
29
|
-
`EngineTypeInitialiserReturn`\<[`SynchronisedStorageComponentConfig`](../type-aliases/SynchronisedStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
|
|
30
|
-
|
|
31
|
-
The instance created and the factory for it.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Function: initialiseVerifiableStorageComponent()
|
|
2
|
-
|
|
3
|
-
> **initialiseVerifiableStorageComponent**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`VerifiableStorageComponentConfig`](../type-aliases/VerifiableStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
|
|
4
|
-
|
|
5
|
-
Initialise the verifiable storage component.
|
|
6
|
-
|
|
7
|
-
## Parameters
|
|
8
|
-
|
|
9
|
-
### engineCore
|
|
10
|
-
|
|
11
|
-
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
-
|
|
13
|
-
The engine core.
|
|
14
|
-
|
|
15
|
-
### context
|
|
16
|
-
|
|
17
|
-
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
-
|
|
19
|
-
The context for the engine.
|
|
20
|
-
|
|
21
|
-
### instanceConfig
|
|
22
|
-
|
|
23
|
-
[`VerifiableStorageComponentConfig`](../type-aliases/VerifiableStorageComponentConfig.md)
|
|
24
|
-
|
|
25
|
-
The instance config.
|
|
26
|
-
|
|
27
|
-
## Returns
|
|
28
|
-
|
|
29
|
-
`EngineTypeInitialiserReturn`\<[`VerifiableStorageComponentConfig`](../type-aliases/VerifiableStorageComponentConfig.md), `Factory`\<`IComponent`\>\>
|
|
30
|
-
|
|
31
|
-
The instance created and the factory for it.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Function: initialiseVerifiableStorageConnector()
|
|
2
|
-
|
|
3
|
-
> **initialiseVerifiableStorageConnector**(`engineCore`, `context`, `instanceConfig`): `EngineTypeInitialiserReturn`\<[`VerifiableStorageConnectorConfig`](../type-aliases/VerifiableStorageConnectorConfig.md), `Factory`\<`IVerifiableStorageConnector`\>\>
|
|
4
|
-
|
|
5
|
-
Initialise the verifiable storage connector.
|
|
6
|
-
|
|
7
|
-
## Parameters
|
|
8
|
-
|
|
9
|
-
### engineCore
|
|
10
|
-
|
|
11
|
-
`IEngineCore`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
12
|
-
|
|
13
|
-
The engine core.
|
|
14
|
-
|
|
15
|
-
### context
|
|
16
|
-
|
|
17
|
-
`IEngineCoreContext`\<[`IEngineConfig`](../interfaces/IEngineConfig.md)\>
|
|
18
|
-
|
|
19
|
-
The context for the engine.
|
|
20
|
-
|
|
21
|
-
### instanceConfig
|
|
22
|
-
|
|
23
|
-
[`VerifiableStorageConnectorConfig`](../type-aliases/VerifiableStorageConnectorConfig.md)
|
|
24
|
-
|
|
25
|
-
The instance config.
|
|
26
|
-
|
|
27
|
-
## Returns
|
|
28
|
-
|
|
29
|
-
`EngineTypeInitialiserReturn`\<[`VerifiableStorageConnectorConfig`](../type-aliases/VerifiableStorageConnectorConfig.md), `Factory`\<`IVerifiableStorageConnector`\>\>
|
|
30
|
-
|
|
31
|
-
The instance created and the factory for it.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: IVerifiableStorageComponentType
|
|
2
|
-
|
|
3
|
-
> **IVerifiableStorageComponentType** = *typeof* [`VerifiableStorageComponentType`](../variables/VerifiableStorageComponentType.md)\[keyof *typeof* [`VerifiableStorageComponentType`](../variables/VerifiableStorageComponentType.md)\]
|
|
4
|
-
|
|
5
|
-
Verifiable storage component types.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: SynchronisedStorageComponentConfig
|
|
2
|
-
|
|
3
|
-
> **SynchronisedStorageComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/SynchronisedStorageComponentType.md#service); `options`: `ISynchronisedStorageServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/SynchronisedStorageComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
|
-
|
|
5
|
-
Synchronised storage component config types.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: SynchronisedStorageComponentType
|
|
2
|
-
|
|
3
|
-
> **SynchronisedStorageComponentType** = *typeof* [`SynchronisedStorageComponentType`](../variables/SynchronisedStorageComponentType.md)\[keyof *typeof* [`SynchronisedStorageComponentType`](../variables/SynchronisedStorageComponentType.md)\]
|
|
4
|
-
|
|
5
|
-
Synchronised storage component types.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: VerifiableStorageComponentConfig
|
|
2
|
-
|
|
3
|
-
> **VerifiableStorageComponentConfig** = \{ `type`: *typeof* [`Service`](../variables/VerifiableStorageComponentType.md#service); `options?`: `IVerifiableStorageServiceConstructorOptions`; \} \| \{ `type`: *typeof* [`RestClient`](../variables/VerifiableStorageComponentType.md#restclient); `options`: `IBaseRestClientConfig`; \}
|
|
4
|
-
|
|
5
|
-
Verifiable storage component config types.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: VerifiableStorageConnectorConfig
|
|
2
|
-
|
|
3
|
-
> **VerifiableStorageConnectorConfig** = \{ `type`: *typeof* [`EntityStorage`](../variables/VerifiableStorageConnectorType.md#entitystorage); `options?`: `IEntityStorageVerifiableStorageConnectorConstructorOptions`; \} \| \{ `type`: *typeof* [`Iota`](../variables/VerifiableStorageConnectorType.md#iota); `options`: `IIotaVerifiableStorageConnectorConstructorOptions`; \}
|
|
4
|
-
|
|
5
|
-
Verifiable storage connector config types.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: VerifiableStorageConnectorType
|
|
2
|
-
|
|
3
|
-
> **VerifiableStorageConnectorType** = *typeof* [`VerifiableStorageConnectorType`](../variables/VerifiableStorageConnectorType.md)\[keyof *typeof* [`VerifiableStorageConnectorType`](../variables/VerifiableStorageConnectorType.md)\]
|
|
4
|
-
|
|
5
|
-
Verifiable storage connector types.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Variable: SynchronisedStorageComponentType
|
|
2
|
-
|
|
3
|
-
> `const` **SynchronisedStorageComponentType**: `object`
|
|
4
|
-
|
|
5
|
-
Synchronised storage component types.
|
|
6
|
-
|
|
7
|
-
## Type Declaration
|
|
8
|
-
|
|
9
|
-
### Service {#service}
|
|
10
|
-
|
|
11
|
-
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
-
|
|
13
|
-
Service.
|
|
14
|
-
|
|
15
|
-
### RestClient {#restclient}
|
|
16
|
-
|
|
17
|
-
> `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
|
|
18
|
-
|
|
19
|
-
REST client.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Variable: VerifiableStorageComponentType
|
|
2
|
-
|
|
3
|
-
> `const` **VerifiableStorageComponentType**: `object`
|
|
4
|
-
|
|
5
|
-
Verifiable storage component types.
|
|
6
|
-
|
|
7
|
-
## Type Declaration
|
|
8
|
-
|
|
9
|
-
### Service {#service}
|
|
10
|
-
|
|
11
|
-
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
-
|
|
13
|
-
Service.
|
|
14
|
-
|
|
15
|
-
### RestClient {#restclient}
|
|
16
|
-
|
|
17
|
-
> `readonly` **RestClient**: `"rest-client"` = `"rest-client"`
|
|
18
|
-
|
|
19
|
-
REST client.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Variable: VerifiableStorageConnectorType
|
|
2
|
-
|
|
3
|
-
> `const` **VerifiableStorageConnectorType**: `object`
|
|
4
|
-
|
|
5
|
-
Verifiable storage connector types.
|
|
6
|
-
|
|
7
|
-
## Type Declaration
|
|
8
|
-
|
|
9
|
-
### EntityStorage {#entitystorage}
|
|
10
|
-
|
|
11
|
-
> `readonly` **EntityStorage**: `"entity-storage"` = `"entity-storage"`
|
|
12
|
-
|
|
13
|
-
Entity storage.
|
|
14
|
-
|
|
15
|
-
### Iota {#iota}
|
|
16
|
-
|
|
17
|
-
> `readonly` **Iota**: `"iota"` = `"iota"`
|
|
18
|
-
|
|
19
|
-
IOTA.
|