Skip to content

$DryrunRequest

const $DryrunRequest: object

Type declaration

description

readonly description: "Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information." = 'Request data type for dryrun endpoint. Given the Transactions and simulated ledger state upload, run TEAL scripts and return debugging information.'

properties

readonly properties: object

properties.accounts

readonly properties.accounts: object

properties.accounts.items

readonly properties.accounts.items: object

properties.accounts.items.$ref

readonly properties.accounts.items.$ref: "#/components/schemas/Account" = '#/components/schemas/Account'

properties.accounts.type

readonly properties.accounts.type: "array" = 'array'

properties.apps

readonly properties.apps: object

properties.apps.items

readonly properties.apps.items: object

properties.apps.items.$ref

readonly properties.apps.items.$ref: "#/components/schemas/Application" = '#/components/schemas/Application'

properties.apps.type

readonly properties.apps.type: "array" = 'array'

properties.latest-timestamp

readonly properties.latest-timestamp: object

properties.latest-timestamp.description

readonly properties.latest-timestamp.description: "LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to." = 'LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.'

properties.latest-timestamp.format

readonly properties.latest-timestamp.format: "int64" = 'int64'

properties.latest-timestamp.type

readonly properties.latest-timestamp.type: "integer" = 'integer'

properties.protocol-version

readonly properties.protocol-version: object

properties.protocol-version.description

readonly properties.protocol-version.description: "ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in." = 'ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.'

properties.protocol-version.type

readonly properties.protocol-version.type: "string" = 'string'

properties.round

readonly properties.round: object

properties.round.description

readonly properties.round.description: "Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to." = 'Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.'

properties.round.type

readonly properties.round.type: "integer" = 'integer'

properties.round.x-algorand-format

readonly properties.round.x-algorand-format: "uint64" = 'uint64'

properties.sources

readonly properties.sources: object

properties.sources.items

readonly properties.sources.items: object

properties.sources.items.$ref

readonly properties.sources.items.$ref: "#/components/schemas/DryrunSource" = '#/components/schemas/DryrunSource'

properties.sources.type

readonly properties.sources.type: "array" = 'array'

properties.txns

readonly properties.txns: object

properties.txns.items

readonly properties.txns.items: object

properties.txns.items.description

readonly properties.txns.items.description: "SignedTxn object. Must be canonically encoded." = 'SignedTxn object. Must be canonically encoded.'

properties.txns.items.format

readonly properties.txns.items.format: "json" = 'json'

properties.txns.items.type

readonly properties.txns.items.type: "string" = 'string'

properties.txns.items.x-algorand-format

readonly properties.txns.items.x-algorand-format: "SignedTransaction" = 'SignedTransaction'

properties.txns.type

readonly properties.txns.type: "array" = 'array'

required

readonly required: readonly ["accounts", "apps", "latest-timestamp", "protocol-version", "round", "sources", "txns"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:709