ApplicationLocalStatesResponse
ApplicationLocalStatesResponse =
object
Defined in: packages/indexer_client/src/models/application-local-states-response.ts:6
Properties
Section titled “Properties”appsLocalStates
Section titled “appsLocalStates”appsLocalStates:
ApplicationLocalState[]
Defined in: packages/indexer_client/src/models/application-local-states-response.ts:7
currentRound
Section titled “currentRound”currentRound:
bigint
Defined in: packages/indexer_client/src/models/application-local-states-response.ts:12
Round at which the results were computed.
nextToken?
Section titled “nextToken?”
optionalnextToken:string
Defined in: packages/indexer_client/src/models/application-local-states-response.ts:17
Used for pagination, when making another request provide this token with the next parameter.