SourceMap
SourceMap =
object
Defined in: packages/algod_client/src/models/source-map.ts:7
Source map for the program
Properties
Section titled “Properties”mappings
Section titled “mappings”mappings:
string
Defined in: packages/algod_client/src/models/source-map.ts:23
A string with the encoded mapping data.
names:
string[]
Defined in: packages/algod_client/src/models/source-map.ts:18
A list of symbol names used by the “mappings” entry.
sources
Section titled “sources”sources:
string[]
Defined in: packages/algod_client/src/models/source-map.ts:13
A list of original sources used by the “mappings” entry.
version
Section titled “version”version:
number
Defined in: packages/algod_client/src/models/source-map.ts:8