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¶
apps¶
• Optional
apps: (string
| number
| bigint
)[]
Any app IDs to replace predictably
Defined in¶
transactions¶
• Optional
transactions: (string
| Transaction
)[]
Any transaction IDs or transactions to replace the ID for predictably