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

@algorandfoundation/algokit-utils / types/config / Config

Interface: Config

types/config.Config

The AlgoKit configuration type

Table of contents

Properties

Properties

debug

debug: boolean

Whether or not debug mode is enabled

Defined in

src/types/config.ts:9


logger

logger: Logger

Logger

Defined in

src/types/config.ts:7


maxSearchDepth

maxSearchDepth: number

The maximum depth to search for a specific file

Defined in

src/types/config.ts:17


populateAppCallResources

populateAppCallResources: boolean

WARNING: This is not production-ready due incompatability with rekeyed accounts and simulate. This will eventually be enabled by default once this issue is closed.

Whether to enable populateAppCallResources in sendParams by default. Default value is false.

Defined in

src/types/config.ts:26


projectRoot

projectRoot: null | string

The path to the project root directory

Defined in

src/types/config.ts:11


traceAll

traceAll: boolean

Indicates whether to trace all operations

Defined in

src/types/config.ts:13


traceBufferSizeMb

traceBufferSizeMb: number

The size of the trace buffer in megabytes

Defined in

src/types/config.ts:15