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

    Interface Signer

    Keypair signer interface

    interface Signer {
        publicKey: PublicKey;
        secretKey: Uint8Array;
    }
    Index
    publicKey: PublicKey
    secretKey: Uint8Array