Type Alias GetWithdrawIxFn
GetWithdrawIxFn: (
owner: Address,
stakeAccount: Address,
destination: Address,
lamports: number | bigint,
) => any
Type Declaration
- (
owner: Address,
stakeAccount: Address,
destination: Address,
lamports: number | bigint,
): any Parameters
- owner: Address
- stakeAccount: Address
- destination: Address
- lamports: number | bigint
Returns any
Build a withdrawal instruction.