Skip to content

GetTestAccountParams

Defined in: src/testing/types.ts:45

Parameters for the getTestAccount function.

optional accountGetter: (algorand) => Promise<Address & object>

Defined in: src/testing/types.ts:51

Optional override for how to get a test account; this allows you to retrieve accounts from a known or cached list of accounts.

AlgorandClient

Promise<Address & object>


initialFunds: AlgoAmount

Defined in: src/testing/types.ts:47

Initial funds to ensure the account has


optional suppressLog: boolean

Defined in: src/testing/types.ts:49

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