AccountInformation
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.
address : str
The account’s address
amount : algokit_utils.models.amount.AlgoAmount
The account’s current balance
amount*without_pending_rewards *: algokit_utils.models.amount.AlgoAmount_
The account’s balance without the pending rewards
min*balance *: algokit_utils.models.amount.AlgoAmount_
The account’s minimum required balance
pending*rewards *: algokit_utils.models.amount.AlgoAmount_
The amount of pending rewards
rewards : algokit_utils.models.amount.AlgoAmount
The amount of rewards earned
round : int
The round for which this information is relevant
status : str
The account’s status (e.g., ‘Offline’, ‘Online’)
total*apps_opted_in *: int | None_ = None
Number of applications this account has opted into
total*assets_opted_in *: int | None_ = None
Number of assets this account has opted into
total*box_bytes *: int | None_ = None
Total number of box bytes used by this account
total*boxes *: int | None_ = None
Total number of boxes used by this account
total*created_apps *: int | None_ = None
Number of applications created by this account
total*created_assets *: int | None_ = None
Number of assets created by this account
apps*local_state *: list[dict] | None_ = None
Local state of applications this account has opted into
apps*total_extra_pages *: int | None_ = None
Number of extra pages allocated to applications
apps*total_schema *: dict | None_ = None
Total schema for all applications
assets : list[dict] | None = None
Assets held by this account
auth*addr *: str | None_ = None
If rekeyed, the authorized address
closed*at_round *: int | None_ = None
Round when this account was closed
created*apps *: list[dict] | None_ = None
Applications created by this account
created*assets *: list[dict] | None_ = None
Assets created by this account
created*at_round *: int | None_ = None
Round when this account was created
deleted : bool | None = None
Whether this account is deleted
incentive*eligible *: bool | None_ = None
Whether this account is eligible for incentives
last*heartbeat *: int | None_ = None
Last heartbeat round for this account
last*proposed *: int | None_ = None
Last round this account proposed a block
participation : dict | None = None
Participation information for this account
reward*base *: int | None_ = None
Base reward for this account
sig*type *: str | None_ = None
Signature type for this account