Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types account.AccountConfig

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

Interface: AccountConfig

types/account.AccountConfig

Config for an account config

Table of contents

Properties

Properties

accountMnemonic

accountMnemonic: string

Mnemonic for an account

Defined in

src/types/account.ts:120


accountName

accountName: string

Account name used to retrieve config

Defined in

src/types/account.ts:124


senderAddress

Optional senderAddress: string

Address of a rekeyed account

Defined in

src/types/account.ts:122


senderMnemonic

Optional senderMnemonic: string

Deprecated

Renamed to senderAddress in 2.3.1

Defined in

src/types/account.ts:127