Class DryrunRequest


  • public class DryrunRequest
    extends PathResponse
    Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.
    • Field Detail

      • latestTimestamp

        public Long latestTimestamp
        LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
      • protocolVersion

        public String protocolVersion
        ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
      • round

        public BigInteger round
        Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
    • Constructor Detail

      • DryrunRequest

        public DryrunRequest()