Skip to content

AccountInformation

class algokit_utils.accounts.account_manager.AccountInformation

Section titled “class algokit_utils.accounts.account_manager.AccountInformation”

Information about an Algorand account’s current status, balance and other properties.

See https://dev.algorand.co/reference/rest-apis/algod/#account for detailed field descriptions.

The account’s address

The account’s current balance

The account’s balance without the pending rewards

The account’s minimum required balance

The amount of pending rewards

The amount of rewards earned

The round for which this information is relevant

The account’s status (e.g., ‘Offline’, ‘Online’)

Number of applications this account has opted into

total*assets_opted_in *: int | None_ = None

Section titled “total*assets_opted_in *: int | None_ = None”

Number of assets this account has opted into

Total number of box bytes used by this account

Total number of boxes used by this account

Number of applications created by this account

total*created_assets *: int | None_ = None

Section titled “total*created_assets *: int | None_ = None”

Number of assets created by this account

apps*local_state *: list[dict] | None_ = None

Section titled “apps*local_state *: list[dict] | None_ = None”

Local state of applications this account has opted into

apps*total_extra_pages *: int | None_ = None

Section titled “apps*total_extra_pages *: int | None_ = None”

Number of extra pages allocated to applications

Total schema for all applications

Assets held by this account

If rekeyed, the authorized address

Round when this account was closed

Applications created by this account

created*assets *: list[dict] | None_ = None

Section titled “created*assets *: list[dict] | None_ = None”

Assets created by this account

Round when this account was created

Whether this account is deleted

Whether this account is eligible for incentives

Last heartbeat round for this account

Last round this account proposed a block

Participation information for this account

Base reward for this account

Signature type for this account