Represents a TEAL value delta.

Implements

Constructors

  • Creates a new EvalDelta object.

    Parameters

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

    Returns modelsv2.EvalDelta

Properties

action: number

(at) delta action.

bytes?: string

(bs) bytes value.

uint?: bigint

(ui) uint value.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc