interface JsonRatchetEcKey {
    privateKey: string;
    publicKey: string;
    thumbprint: string;
}

Properties

privateKey: string
publicKey: string
thumbprint: string