$TealValue
const$TealValue:object
Type declaration
description
readonlydescription:"Represents a TEAL value."='Represents a TEAL value.'
properties
readonlyproperties:object
properties.bytes
readonlyproperties.bytes:object
properties.bytes.description
readonlyproperties.bytes.description: ”\[tb\] bytes value.” ='\\[tb\\] bytes value.'
properties.bytes.type
readonlyproperties.bytes.type:"string"='string'
properties.type
readonlyproperties.type:object
properties.type.description
readonlyproperties.type.description: ”\[tt\] value type. Value `1` refers to **bytes**, value `2` refers to **uint**” ='\\[tt\\] value type. Value1refers to **bytes**, value2refers to **uint**'
properties.type.type
readonlyproperties.type.type:"integer"='integer'
properties.uint
readonlyproperties.uint:object
properties.uint.description
readonlyproperties.uint.description: ”\[ui\] uint value.” ='\\[ui\\] uint value.'
properties.uint.type
readonlyproperties.uint.type:"integer"='integer'
properties.uint.x-algorand-format
readonlyproperties.uint.x-algorand-format:"uint64"='uint64'
required
readonlyrequired: readonly ["bytes","type","uint"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1556