Skip to content

$AvmValue

const $AvmValue: object

Type declaration

description

readonly description: "Represents an AVM value." = 'Represents an AVM value.'

properties

readonly properties: object

properties.bytes

readonly properties.bytes: object

properties.bytes.description

readonly properties.bytes.description: "bytes value." = 'bytes value.'

properties.bytes.format

readonly properties.bytes.format: "byte" = 'byte'

properties.bytes.pattern

readonly properties.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

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

properties.type

readonly properties.type: object

properties.type.description

readonly properties.type.description: “value type. Value `1` refers to **bytes**, value `2` refers to **uint64**” = 'value type. Value 1refers to **bytes**, value2 refers to **uint64**'

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 ["type"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:583