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

    Type Alias GetWithdrawableAmountFn

    GetWithdrawableAmountFn: (
        stakeAccount: Address | string,
        includeRentExempt?: boolean,
    ) => Promise<number>

    Get the withdrawable lamport amount for a stake account.

    Type Declaration

      • (stakeAccount: Address | string, includeRentExempt?: boolean): Promise<number>
      • Parameters

        • stakeAccount: Address | string
        • OptionalincludeRentExempt: boolean

        Returns Promise<number>