Optional allowWhether the account is on the allow list.
Optional available?: TypeThe total unencumbered balance on the account. Introduced in protocol version 11.
Optional denyWhether the account is on the deny list.
Optional locks?: AccountLockAmount[]Locks that control funds associated with the account. Introduced in protocol version 11.
Generated using TypeDoc
The account state represents account-specific information that is maintained by the Token Module, and is returned as part of a
GetAccountInfoquery. It does not include state that is managed by the Token Kernel, such as the token identifier and account balance.All fields are optional, and can be omitted if the module implementation does not support them. The structure supports additional fields for future extensibility. Non-standard fields (i.e. any fields that are not defined by a standard, and are specific to the module implementation) may be included, and their tags should be prefixed with an underscore ("_") to distinguish them as such.