QueryBlocksResponse

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

Response for querying blocks.

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<QueryBlocksItemsResponse>, 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