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 debugging.AVMDebuggerSourceMapEntry

@algorandfoundation/algokit-utils / types/debugging / AVMDebuggerSourceMapEntry

Class: AVMDebuggerSourceMapEntry

types/debugging.AVMDebuggerSourceMapEntry

AVM debugger source map entry class.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AVMDebuggerSourceMapEntry(location, programHash): AVMDebuggerSourceMapEntry

Create an AVM debugger source map entry.

Parameters
Name Type Description
location string The location of the file the source map is for.
programHash string The hash of the TEAL binary.
Returns

AVMDebuggerSourceMapEntry

Defined in

src/types/debugging.ts:23

Properties

location

location: string

The location of the file the source map is for.

Defined in

src/types/debugging.ts:24


programHash

programHash: string

The hash of the TEAL binary.

Defined in

src/types/debugging.ts:25

Methods

equals

equals(other): boolean

Parameters
Name Type
other AVMDebuggerSourceMapEntry
Returns

boolean

Defined in

src/types/debugging.ts:28


toString

toString(): string

Returns

string

Defined in

src/types/debugging.ts:32