@solana/web3.js
    Preparing search index...

    Interface Ed25519Keypair

    Ed25519 Keypair

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