Function createDryrun

  • 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

    Returns

    the DryrunRequest object constructed from the SignedTransactions passed

    Parameters

    • __namedParameters: { client: Algodv2; latestTimestamp?: number | bigint; protocolVersion?: string; round?: number | bigint; sources?: DryrunSource[]; txns: SignedTransaction[] }
      • client: Algodv2
      • Optional latestTimestamp?: number | bigint
      • Optional protocolVersion?: string
      • Optional round?: number | bigint
      • Optional sources?: DryrunSource[]
      • txns: SignedTransaction[]

    Returns Promise<DryrunRequest>

Generated using TypeDoc