QueryBlocksLiteResponse

@Serializable
data class QueryBlocksLiteResponse(val currentHeight: Long, val fullOffset: Long, val items: List<QueryBlocksLiteItemsResponse>, val startHeight: Long, val status: String)

Response from querying blocks lite.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

currentHeight

The current height.

fullOffset

The full offset.

items

The items.

startHeight

The start height.

status

The status.

Constructors

Link copied to clipboard
constructor(currentHeight: Long, fullOffset: Long, items: List<QueryBlocksLiteItemsResponse>, startHeight: Long, status: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard