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.GetTestAccountParams

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

Interface: GetTestAccountParams

types/testing.GetTestAccountParams

Parameters for the getTestAccount function.

Table of contents

Properties

Properties

initialFunds

initialFunds: AlgoAmount

Initial funds to ensure the account has

Defined in

src/types/testing.ts:40


suppressLog

Optional suppressLog: boolean

Whether to suppress the log (which includes a mnemonic) or not (default: do not suppress the log)

Defined in

src/types/testing.ts:42