createDryrun takes an Algod Client (from algod.AlgodV2Client) and an array of Signed Transactions
from (transaction.SignedTransaction) and creates a DryrunRequest object with relevant balances
Parameters
__namedParameters: { client: Algodv2; latestTimestamp?: number | bigint; protocolVersion?: string; round?: number | bigint; sources?: DryrunSource[]; txns: SignedTransaction[]; }
createDryrun takes an Algod Client (from algod.AlgodV2Client) and an array of Signed Transactions from (transaction.SignedTransaction) and creates a DryrunRequest object with relevant balances