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

    Type Alias CreateStakeAccountParams

    Create stake account transaction params

    type CreateStakeAccountParams = {
        authorized: Authorized;
        fromPubkey: PublicKey;
        lamports: number;
        lockup?: Lockup;
        stakePubkey: PublicKey;
    }
    Index
    authorized: Authorized

    Authorities of the new stake account

    fromPubkey: PublicKey

    Address of the account which will fund creation

    lamports: number

    Funding amount

    lockup?: Lockup

    Lockup of the new stake account

    stakePubkey: PublicKey

    Address of the new stake account