UNPKG

cache-typescript-sdk

Version:
14 lines (13 loc) 265 B
/** * EncryptedPrivateKey model */ export declare class EncryptedPrivateKey { /** * Encrypted private key data */ readonly encryptedKey: string; /** * Initialization vector used in the decrypt process */ readonly iv: string; }