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

Table of contents

Properties

Properties

accountMnemonic

accountMnemonic: string

Mnemonic for an account

Defined in

src/types/account.ts:294


accountName

accountName: string

Account name used to retrieve config

Defined in

src/types/account.ts:298


senderAddress

Optional senderAddress: string

Address of a rekeyed account

Defined in

src/types/account.ts:296


senderMnemonic

Optional senderMnemonic: string

Deprecated

Renamed to senderAddress in 2.3.1

Defined in

src/types/account.ts:301