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¶
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¶
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¶
testAccountFunding¶
• Optional
testAccountFunding: AlgoAmount
The amount of funds to allocate to the default testing account, if not specified then it will get 10 ALGOs.