interface KeyRecoveryInfo {
    keyId: string;
    private: {
        [key: string]: Uint8Array;
    };
    public: Uint8Array;
}

Properties

Properties

keyId: string
private: {
    [key: string]: Uint8Array;
}

Type declaration

  • [key: string]: Uint8Array
public: Uint8Array

Generated using TypeDoc