interface SyncedEncryptedStorageV5 {
    _storage_version: "v5";
    pcds: string;
    self: {
        commitment: string;
        emails: string[];
        salt: null | string;
        semaphore_v4_commitment?: null | string;
        semaphore_v4_pubkey?: null | string;
        terms_agreed: number;
        uuid: string;
    };
    subscriptions: string;
}

Properties

_storage_version: "v5"
pcds: string

Serialized PCDCollection.

self: {
    commitment: string;
    emails: string[];
    salt: null | string;
    semaphore_v4_commitment?: null | string;
    semaphore_v4_pubkey?: null | string;
    terms_agreed: number;
    uuid: string;
}

Type declaration

  • commitment: string
  • emails: string[]
  • salt: null | string
  • Optional semaphore_v4_commitment?: null | string
  • Optional semaphore_v4_pubkey?: null | string
  • terms_agreed: number
  • uuid: string
subscriptions: string

Generated using TypeDoc