Skip to content

创建文章

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

src/types/debugging.ts:158


atc

atc: AtomicTransactionComposer

The AtomicTransactionComposer with transaction(s) loaded.

Defined in

src/types/debugging.ts:160


bufferSizeMb

bufferSizeMb: number

bufferSizeMb The buffer size in megabytes.

Defined in

src/types/debugging.ts:164


projectRoot

projectRoot: string

projectRoot The root directory of the project.

Defined in

src/types/debugging.ts:162