Skip to content

This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

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