Interface KeyPair

interface KeyPair {
    privateKey: Buffer;
    publicKey: Buffer;
}

Properties

privateKey: Buffer
publicKey: Buffer