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

    Type Alias CreateStakeAccountWithSeedParams

    Create stake account with seed transaction params

    type CreateStakeAccountWithSeedParams = {
        authorized: Authorized;
        basePubkey: PublicKey;
        fromPubkey: PublicKey;
        lamports: number;
        lockup?: Lockup;
        seed: string;
        stakePubkey: PublicKey;
    }
    Index
    authorized: Authorized
    basePubkey: PublicKey
    fromPubkey: PublicKey
    lamports: number
    lockup?: Lockup
    seed: string
    stakePubkey: PublicKey