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

    Type Alias GetWithdrawIxFn

    GetWithdrawIxFn: (
        owner: Address,
        stakeAccount: Address,
        destination: Address,
        lamports: number | bigint,
    ) => any

    Build a withdrawal instruction.

    Type Declaration

      • (
            owner: Address,
            stakeAccount: Address,
            destination: Address,
            lamports: number | bigint,
        ): any
      • Parameters

        • owner: Address
        • stakeAccount: Address
        • destination: Address
        • lamports: number | bigint

        Returns any