Interface IPrvKeyDataInfo

Private key data information.

interface IPrvKeyDataInfo {
    id: string;
    isEncrypted: boolean;
    name?: string;
}

Properties

Properties

id: string

Deterministic wallet id of the private key

isEncrypted: boolean

Indicates if the key requires additional payment or a recovery secret to perform wallet operations that require access to it. For BIP39 keys this indicates that the key was created with a BIP39 passphrase.

name?: string

Optional name of the private key

Generated using TypeDoc