Represents a TEAL value.

Implements

Constructors

  • Creates a new TealValue object.

    Parameters

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

    Returns modelsv2.TealValue

Properties

bytes: Uint8Array

(tb) bytes value.

type: number

(tt) value type. Value 1 refers to bytes, value 2 refers to uint

uint: bigint

(ui) uint value.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc