ApplicationLogsResponse
ApplicationLogsResponse =
object
Defined in: packages/indexer_client/src/models/application-logs-response.ts:6
Properties
Section titled “Properties”applicationId
Section titled “applicationId”applicationId:
bigint
Defined in: packages/indexer_client/src/models/application-logs-response.ts:10
[appidx] application index.
currentRound
Section titled “currentRound”currentRound:
bigint
Defined in: packages/indexer_client/src/models/application-logs-response.ts:15
Round at which the results were computed.
logData?
Section titled “logData?”
optionallogData:ApplicationLogData[]
Defined in: packages/indexer_client/src/models/application-logs-response.ts:21
nextToken?
Section titled “nextToken?”
optionalnextToken:string
Defined in: packages/indexer_client/src/models/application-logs-response.ts:20
Used for pagination, when making another request provide this token with the next parameter.