Skip to content

Create Publication

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

@algorandfoundation/algokit-utils / types/testing / LogSnapshotConfig

Interface: LogSnapshotConfig

types/testing.LogSnapshotConfig

Configuration for preparing a captured log snapshot. This helps ensure that the provided configuration items won't appear with random values in the log snapshot, but rather will get substituted with predictable ids.

Table of contents

Properties

Properties

accounts

Optional accounts: (string | SendTransactionFrom)[]

Any accounts/addresses to replace the address for predictably

Defined in

src/types/testing.ts:85


apps

Optional apps: (string | number | bigint)[]

Any app IDs to replace predictably

Defined in

src/types/testing.ts:87


transactions

Optional transactions: (string | Transaction)[]

Any transaction IDs or transactions to replace the ID for predictably

Defined in

src/types/testing.ts:83