interface SyncedEncryptedStorageV3 {
    _storage_version: "v3";
    pcds: string;
    self: {
        commitment: string;
        email: string;
        salt: null | string;
        terms_agreed: number;
        uuid: string;
    };
    subscriptions: string;
}

Properties

_storage_version: "v3"
pcds: string

Serialized PCDCollection.

self: {
    commitment: string;
    email: string;
    salt: null | string;
    terms_agreed: number;
    uuid: string;
}

Type declaration

  • commitment: string
  • email: string
  • salt: null | string
  • terms_agreed: number
  • uuid: string
subscriptions: string

Generated using TypeDoc