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

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

Interface: AlgorandFixtureConfig

types/testing.AlgorandFixtureConfig

Configuration for creating an Algorand testing fixture.

Table of contents

Properties

Properties

algod

Optional algod: default

An optional algod client, if not specified then it will create one against environment variables defined network (if present) or default LocalNet.

Defined in

src/types/testing.ts:48


indexer

Optional indexer: default

An optional indexer client, if not specified then it will create one against environment variables defined network (if present) or default LocalNet.

Defined in

src/types/testing.ts:50


kmd

Optional kmd: default

An optional kmd client, if not specified then it will create one against environment variables defined network (if present) or default LocalNet.

Defined in

src/types/testing.ts:52


testAccountFunding

Optional testAccountFunding: AlgoAmount

The amount of funds to allocate to the default testing account, if not specified then it will get 10 ALGOs.

Defined in

src/types/testing.ts:54