Skip to content

$SimulateRequestTransactionGroup

const $SimulateRequestTransactionGroup: object

Type declaration

description

readonly description: "A transaction group to simulate." = 'A transaction group to simulate.'

properties

readonly properties: object

properties.txns

readonly properties.txns: object

properties.txns.description

readonly properties.txns.description: "An atomic transaction group." = 'An atomic transaction group.'

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 ["txns"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1183