Type alias KeyPairLocked

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

KeyPair buffers that are locked

Type declaration

Generated using TypeDoc