GetTestAccountParams
@algorandfoundation/algokit-utils / types/testing / GetTestAccountParams
types/testing.GetTestAccountParams
Parameters for the getTestAccount function.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”accountGetter
Section titled “accountGetter”• 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.
Type declaration
Section titled “Type declaration”▸ (algorand): Promise<default>
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
algorand | AlgorandClient |
Returns
Section titled “Returns”Promise<default>
Defined in
Section titled “Defined in”initialFunds
Section titled “initialFunds”• initialFunds: AlgoAmount
Initial funds to ensure the account has
Defined in
Section titled “Defined in”suppressLog
Section titled “suppressLog”• Optional suppressLog: boolean
Whether to suppress the log (which includes a mnemonic) or not (default: do not suppress the log)