DryrunRequest
DryrunRequest:
object
Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.
Type declaration
accounts
accounts:
Account
[]
apps
apps:
Application
[]
latest-timestamp
latest-timestamp:
number
LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.
protocol-version
protocol-version:
string
ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.
round
round:
number
Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.
sources
sources:
DryrunSource
[]
txns
txns:
string
[]
Defined in
types.gen.ts:543