Function prepareDepositTransactions

  • Returns a group transaction to deposit into the specified pool.

    Returns

    Transaction[] deposit group transaction

    Parameters

    • pool: lendV1.Pool

      pool to deposit into

    • senderAddr: string

      account address for the sender

    • depositAmount: number | bigint

      integer amount of algo / asset to deposit

    • params: SuggestedParams

      suggested params for the transactions with the fees overwritten

    Returns Transaction[]

Generated using TypeDoc