AssetHoldingsResponse
AssetHoldingsResponse =
object
Defined in: packages/indexer_client/src/models/asset-holdings-response.ts:6
Properties
Section titled “Properties”assets
Section titled “assets”assets:
AssetHolding[]
Defined in: packages/indexer_client/src/models/asset-holdings-response.ts:16
currentRound
Section titled “currentRound”currentRound:
bigint
Defined in: packages/indexer_client/src/models/asset-holdings-response.ts:10
Round at which the results were computed.
nextToken?
Section titled “nextToken?”
optionalnextToken:string
Defined in: packages/indexer_client/src/models/asset-holdings-response.ts:15
Used for pagination, when making another request provide this token with the next parameter.