Applications
Last updated
Last updated
Given a specific account public key and application ID, this call returns the account's application local state and global state (AppLocalState and AppParams, if either exists). Global state will only be returned if the provided address is the application's creator.
An account public key
[A-Z0-9]{58}
An application identifier
AccountApplicationResponse describes the account's application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID. Global state will only be returned if the provided address is the application's creator.
Stores local state associated with an application.
Stores the global information associated with an application.
The round for which this information is relevant.