Class DryrunRequest

Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.

Implements

Constructors

Properties

accounts: modelsv2.Account[]
latestTimestamp: number

LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.

protocolVersion: string

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

round: bigint

Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.

sources: DryrunSource[]
encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc