Type Alias GetWithdrawableAmountFn
GetWithdrawableAmountFn: (
stakeAccount: Address | string,
includeRentExempt?: boolean,
) => Promise<number>
Type Declaration
- (stakeAccount: Address | string, includeRentExempt?: boolean): Promise<number>
Parameters
- stakeAccount: Address | string
OptionalincludeRentExempt: boolean
Returns Promise<number>
Get the withdrawable lamport amount for a stake account.