types debugging.SimulateAndPersistResponseParams
@algorandfoundation/algokit-utils / types/debugging / SimulateAndPersistResponseParams
Interface: SimulateAndPersistResponseParams¶
types/debugging.SimulateAndPersistResponseParams
Parameters to a call that simulates a transaction and persists the response.
Table of contents¶
Properties¶
Properties¶
algod¶
• algod: default
algod An Algodv2 client to perform the simulation.
Defined in¶
atc¶
• atc: AtomicTransactionComposer
The AtomicTransactionComposer with transaction(s) loaded.
Defined in¶
bufferSizeMb¶
• bufferSizeMb: number
bufferSizeMb The buffer size in megabytes.
Defined in¶
projectRoot¶
• projectRoot: string
projectRoot The root directory of the project.