GetTestAccountParams
Defined in: src/testing/types.ts:45
Parameters for the getTestAccount function.
Properties
Section titled “Properties”accountGetter()?
Section titled “accountGetter()?”
optionalaccountGetter: (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.
Parameters
Section titled “Parameters”algorand
Section titled “algorand”Returns
Section titled “Returns”Promise<Address & object>
initialFunds
Section titled “initialFunds”initialFunds:
AlgoAmount
Defined in: src/testing/types.ts:47
Initial funds to ensure the account has
suppressLog?
Section titled “suppressLog?”
optionalsuppressLog: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)