Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.EvalDelta

@algorandfoundation/algokit-utils / types/indexer / EvalDelta

Interface: EvalDelta

types/indexer.EvalDelta

Represents a TEAL value delta. https://developer.algorand.org/docs/rest-apis/indexer/#evaldelta

Table of contents

Properties

Properties

action

action: number

[at] delta action.

Defined in

src/types/indexer.ts:617


bytes

Optional bytes: string

[bs] bytes value.

Defined in

src/types/indexer.ts:619


uint

Optional uint: number

[ui] uint value.

Defined in

src/types/indexer.ts:621