Skip to content

GetTestAccountParams

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

types/testing.GetTestAccountParams

Parameters for the getTestAccount function.

Optional accountGetter: (algorand: AlgorandClient) => Promise<default>

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

▸ (algorand): Promise<default>

NameType
algorandAlgorandClient

Promise<default>

src/types/testing.ts:48


initialFunds: AlgoAmount

Initial funds to ensure the account has

src/types/testing.ts:44


Optional suppressLog: boolean

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

src/types/testing.ts:46