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

    Type Alias GetStakeInstructionsFn

    GetStakeInstructionsFn: (
        owner: TransactionSigner<string>,
        amountSol: number,
    ) => Promise<StakeInstructionsResult>

    Build the instructions needed to create and delegate a stake account.

    Type Declaration