Represents an AVM value.

Implements

Constructors

  • Creates a new AvmValue object.

    Parameters

    • __namedParameters: {
          bytes?: string | Uint8Array;
          type: number | bigint;
          uint?: number | bigint;
      }
      • Optional bytes?: string | Uint8Array
      • type: number | bigint
      • Optional uint?: number | bigint

    Returns AvmValue

Properties

bytes?: Uint8Array

bytes value.

type: number

value type. Value 1 refers to bytes, value 2 refers to uint64

uint?: bigint

uint value.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc