BlocksResponse

@Serializable
data class BlocksResponse(val blocks: List<String>, val currentHeight: Long, val startHeight: Long, val status: String)

Response for multiple blocks.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

blocks

The blocks.

currentHeight

The current height of the node.

startHeight

The start height of the node.

status

The status.

Constructors

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

Properties

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