Helius SDK - v2.2.2
    Preparing search index...

    Interface WalletKeypair

    interface WalletKeypair {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }
    Index

    Properties

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array