$TealValue
const
$TealValue:object
Type declaration
description
readonly
description:"Represents a TEAL value."
='Represents a TEAL value.'
properties
readonly
properties:object
properties.bytes
readonly
properties.bytes:object
properties.bytes.description
readonly
properties.bytes.description:"bytes value."
='bytes value.'
properties.bytes.type
readonly
properties.bytes.type:"string"
='string'
properties.type
readonly
properties.type:object
properties.type.description
readonly
properties.type.description: “type of the value. Value `1` refers to **bytes**, value `2` refers to **uint**” ='type of the value. Value
1refers to **bytes**, value
2refers to **uint**'
properties.type.type
readonly
properties.type.type:"integer"
='integer'
properties.uint
readonly
properties.uint:object
properties.uint.description
readonly
properties.uint.description:"uint value."
='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 ["bytes"
,"type"
,"uint"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1143