Type Alias Keypair

Keypair: {
    publicKey: Buffer;
    secretKey: Buffer;
}