Type alias KeyPair

KeyPair: Readonly<{
    privateKey: PrivateKey;
    publicKey: PublicKey;
    secretKey: SecretKey;
}>

KeyPair buffers

Type declaration

Generated using TypeDoc