Creates a new Account
object.
Optional
appsOptional
appsOptional
appsOptional
assets?: indexerModels.AssetHolding[]Optional
authOptional
closedOptional
createdOptional
createdOptional
createdOptional
deleted?: booleanOptional
incentiveOptional
lastOptional
lastOptional
participation?: indexerModels.AccountParticipationOptional
rewardOptional
sigthe account public key
total number of MicroAlgos in the account
specifies the amount of MicroAlgos in the account, without the pending rewards.
Optional
appsapplication local data stored in this account.
Note the raw object uses map[int] -> AppLocalState
for this type.
Optional
appsthe sum of all extra application program pages for this account.
Optional
appsthe sum of all of the local schemas and global schemas in this account.
Note: the raw account uses StateSchema
for this type.
Optional
assetsassets held by this account.
Note the raw object uses map[int] -> AssetHolding
for this type.
Optional
authThe address against which signing should be checked. If empty, the address of the current account is used. This field can be updated in any transaction by setting the RekeyTo field.
Optional
closedRound during which this account was most recently closed.
Optional
createdparameters of applications created by this account including app global data.
Note: the raw account uses map[int] -> AppParams
for this type.
Optional
createdparameters of assets created by this account.
Note: the raw account uses map[int] -> Asset
for this type.
Optional
createdRound during which this account first appeared in a transaction.
Optional
deletedWhether or not this account is currently closed.
Optional
incentivecan the account receive block incentives if its balance is in range at proposal time.
Optional
lastThe round in which this account last went online, or explicitly renewed their online status.
Optional
lastThe round in which this account last proposed the block.
MicroAlgo balance required by the account. The requirement grows based on asset and application usage.
Optional
participationAccountParticipation describes the parameters used by this account in consensus protocol.
amount of MicroAlgos of pending rewards in this account.
Optional
rewardused as part of the rewards computation. Only applicable to accounts which are participating.
total rewards of MicroAlgos the account has received, including pending rewards.
The round for which this information is relevant.
Optional
sigthe type of signature used by this account, must be one of:
voting status of the account's MicroAlgos
The count of all applications that have been opted in, equivalent to the count of application local data (AppLocalState objects) stored in this account.
The count of all assets that have been opted in, equivalent to the count of AssetHolding objects held by this account.
For app-accounts only. The total number of bytes allocated for the keys and values of boxes which belong to the associated application.
For app-accounts only. The total number of boxes which belong to the associated application.
The count of all apps (AppParams objects) created by this account.
The count of all assets (AssetParams objects) created by this account.
Static
Private
encodingStatic
encodingStatic
fromGenerated using TypeDoc
Account information at a given round. Definition: data/basics/userBalance.go : AccountData