$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:"bytes value."='bytes value.'
properties.bytes.type
readonlyproperties.bytes.type:"string"='string'
properties.type
readonlyproperties.type:object
properties.type.description
readonlyproperties.type.description: “type of the value. Value `1` refers to **bytes**, value `2` refers to **uint**” ='type of the value. 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:"uint value."='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:1143