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¶
Defined in¶
Properties¶
location¶
• location: string
The location of the file the source map is for.
Defined in¶
programHash¶
• programHash: string
The hash of the TEAL binary.
Defined in¶
Methods¶
equals¶
▸ equals(other
): boolean
Parameters¶
Name | Type |
---|---|
other |
AVMDebuggerSourceMapEntry |
Returns¶
boolean
Defined in¶
toString¶
▸ toString(): string
Returns¶
string