Type Alias KeyPair

KeyPair: {
    publicKey: PublicKey;
    secretKey: SecretKey;
}