Function prepareWithdrawTransactions

  • Returns a group transaction to withdraw from the specified pool.

    Returns

    Transaction[] deposit group transaction

    Parameters

    • pool: lendV1.Pool

      pool to deposit into

    • senderAddr: string

      account address for the sender

    • withdrawAmount: number | bigint

      integer amount of the fAsset to withdraw

    • params: SuggestedParams

      suggested params for the transactions with the fees overwritten

    Returns Transaction[]

Generated using TypeDoc