Skip to content

$EvalDelta

const $EvalDelta: object

Type declaration

description

readonly description: "Represents a TEAL value delta." = 'Represents a TEAL value delta.'

properties

readonly properties: object

properties.action

readonly properties.action: object

properties.action.description

readonly properties.action.description: ”\[at\] delta action.” = '\\[at\\] delta action.'

properties.action.type

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

properties.bytes

readonly properties.bytes: object

properties.bytes.description

readonly properties.bytes.description: ”\[bs\] bytes value.” = '\\[bs\\] bytes value.'

properties.bytes.type

readonly properties.bytes.type: "string" = 'string'

properties.uint

readonly properties.uint: object

properties.uint.description

readonly properties.uint.description: ”\[ui\] uint value.” = '\\[ui\\] uint value.'

properties.uint.type

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

properties.uint.x-algorand-format

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

required

readonly required: readonly ["action"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:898