Skip to main content

CircuitStorage class

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Implementation of ICircuitStorage to store keys data

CircuitStorage implements ICircuitStorage interface

Signature:

export declare class CircuitStorage implements ICircuitStorage 

Implements: ICircuitStorage

Constructors

ConstructorModifiersDescription
(constructor)(_dataSource)Creates an instance of CircuitStorage.

Properties

PropertyModifiersTypeDescription
storageKey

static

readonly

(not declared)storage key for circuits

Methods

MethodModifiersDescription
loadCircuitData(circuitId)load circuit keys by id
saveCircuitData(circuitId, circuitData)load circuit keys by id