Creates a new Account
object.
Optional
appsOptional
appsOptional
appsOptional
assets?: modelsv2.AssetHolding[]Optional
authOptional
createdOptional
createdOptional
incentiveOptional
lastOptional
lastOptional
participation?: modelsv2.AccountParticipationOptional
rewardOptional
sigOptional
totalOptional
totalthe account public key
(algo) total number of MicroAlgos in the account
specifies the amount of MicroAlgos in the account, without the pending rewards.
Optional
apps(appl) applications local data stored in this account.
Note the raw object uses map[int] -> AppLocalState
for this type.
Optional
apps(teap) the sum of all extra application program pages for this account.
Optional
apps(tsch) stores the sum of all of the local schemas and global schemas in this
account.
Note: the raw account uses StateSchema
for this type.
Optional
assets(asset) assets held by this account.
Note the raw object uses map[int] -> AssetHolding
for this type.
Optional
auth(spend) the 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
created(appp) parameters of applications created by this account including app global
data.
Note: the raw account uses map[int] -> AppParams
for this type.
Optional
created(apar) parameters of assets created by this account.
Note: the raw account uses map[int] -> Asset
for this type.
Optional
incentiveWhether or not the account can 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
reward(ebase) used as part of the rewards computation. Only applicable to accounts which are participating.
(ern) total rewards of MicroAlgos the account has received, including pending rewards.
The round for which this information is relevant.
Optional
sigIndicates what type of signature is used by this account, must be one of:
(onl) delegation 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.
Optional
total(tbxb) The total number of bytes used by this account's app's box keys and values.
Optional
total(tbx) The number of existing boxes created by this account's app.
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