GlobalIndexesForRangeResponse

@Serializable
data class GlobalIndexesForRangeResponse(val indexes: List<IndexResponse>, val status: String)

Response for getting the global indexes for a range of blocks.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

indexes

The indexes

status

The status

Constructors

Link copied to clipboard
constructor(indexes: List<IndexResponse>, status: String)

Properties

Link copied to clipboard
Link copied to clipboard