transaction execution params passed by user
Converts ExecParams to Algo SDK Transaction. ExecParams is a type safe and more friendly way to create Algorand transactions.
algosdk.tx
directly.
NOTE: parseAppArgs is used to handle case when user passes appArgs similar to goalExecParams
blockchain transaction suggested parameters (firstRound, lastRound, fee..)
SDK Transaction object
Using flatFee, if flatFee is true, set totalFee https://developer.algorand.org/tutorials/setting-transaction-fee-javascript/
Transaction parameters
SDK Transaction object
Generated using TypeDoc
Returns from address from the transaction params depending on @SignType