Skip to content

AccountConfig

@algorandfoundation/algokit-utils / types/account / AccountConfig

types/account.AccountConfig

Deprecated

The methods that use this can be achieved using AccountManager instead. Config for an account config

accountMnemonic: string

Mnemonic for an account

src/types/account.ts:294


accountName: string

Account name used to retrieve config

src/types/account.ts:298


Optional senderAddress: string

Address of a rekeyed account

src/types/account.ts:296


Optional senderMnemonic: string

Deprecated

Renamed to senderAddress in 2.3.1

src/types/account.ts:301