Interface Ed25519Keypair

Ed25519 Keypair

interface Ed25519Keypair {
    publicKey: Uint8Array;
    secretKey: Uint8Array;
}

Properties

Properties

publicKey: Uint8Array
secretKey: Uint8Array

Generated using TypeDoc