types debugging.PersistSourceMapsParams
@algorandfoundation/algokit-utils / types/debugging / PersistSourceMapsParams
Interface: PersistSourceMapsParams¶
types/debugging.PersistSourceMapsParams
Parameters to a call that persists source maps
Table of contents¶
Properties¶
Properties¶
client¶
• client: default
An Algodv2 client to perform the compilation.
Defined in¶
projectRoot¶
• projectRoot: string
The root directory of the project.
Defined in¶
sources¶
• sources: PersistSourceMapInput
[]
An array of PersistSourceMapInput objects. Each object can either contain rawTeal, in which case the function will execute a compile to obtain byte code, or it can accept an object of type CompiledTeal provided by algokit, which is used for source codes that have already been compiled and contain the traces.
Defined in¶
withSources¶
• Optional
withSources: boolean
A boolean indicating whether to include the source files in the output.