Class ApplicationLocalState


  • public class ApplicationLocalState
    extends PathResponse
    Stores local state associated with an application.
    • Field Detail

      • closedOutAtRound

        public BigInteger closedOutAtRound
        Round when account closed out of the application.
      • deleted

        public Boolean deleted
        Whether or not the application local state is currently deleted from its account.
      • id

        public Long id
        The application which this local state is for.
      • optedInAtRound

        public BigInteger optedInAtRound
        Round when the account opted into the application.
    • Constructor Detail

      • ApplicationLocalState

        public ApplicationLocalState()