HeightResponse

@Serializable
data class HeightResponse(val height: Long, val networkHeight: Long, val status: String)

Height response from the node.

Author

Marcus Cvjeticanin

Since

0.1.0

Parameters

height

The height of the node.

networkHeight

The network height of the node.

status

The status of the node.

Constructors

Link copied to clipboard
constructor(height: Long, networkHeight: Long, status: String)

Properties

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