interface SyncedEncryptedStorageV1 {
    pcds: SerializedPCD<PCD<unknown, unknown>>[];
    self: {
        commitment: string;
        email: string;
        salt: null | string;
        terms_agreed: number;
        uuid: string;
    };
}

Properties

pcds: SerializedPCD<PCD<unknown, unknown>>[]
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

Generated using TypeDoc