$AvmValue
const$AvmValue:object
Type declaration
description
readonlydescription:"Represents an AVM value."='Represents an AVM value.'
properties
readonlyproperties:object
properties.bytes
readonlyproperties.bytes:object
properties.bytes.description
readonlyproperties.bytes.description:"bytes value."='bytes value.'
properties.bytes.format
readonlyproperties.bytes.format:"byte"='byte'
properties.bytes.pattern
readonlyproperties.bytes.pattern: ”^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$” ='^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$'
properties.bytes.type
readonlyproperties.bytes.type:"string"='string'
properties.type
readonlyproperties.type:object
properties.type.description
readonlyproperties.type.description: “value type. Value `1` refers to **bytes**, value `2` refers to **uint64**” ='value type. Value1refers to **bytes**, value2refers to **uint64**'
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 ["type"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:583