Class AccountApplicationResource

AccountApplicationResource describes the account's application resource (local state and params if the account is the creator) for a specific application ID.

Implements

Constructors

Properties

(appl) the application local data stored in this account. The raw account uses AppLocalState for this type.

createdAtRound?: number

Round when the account opted into or created the application.

deleted?: boolean

Whether the application has been deleted.

id: number

The application ID.

(appp) parameters of the application created by this account including app global data. The raw account uses AppParams for this type. Only present if the account is the creator and include=params is specified.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc