Variable storageConst

storage: {
    browser(settings: Configuration): Storage.Implementation;
    memory(): Storage.Implementation;
} = ...

Predefined storage configuration.

A key-value storage abstraction responsible for storing various pieces of data, such as session data and UCANs.

Type declaration

Generated using TypeDoc