InfoResponse

@Serializable
data class InfoResponse(val altBlocksCount: Long, val difficulty: Long, val greyPeerlistSize: Long, val hashrate: Long, val height: Long, val incomingConnectionsCount: Long, val lastKnownBlockIndex: Long, val majorVersion: Int, val minorVersion: Int, val networkHeight: Long, val outgoingConnectionsCount: Long, val startTime: Long, val status: String, val supportedHeight: Long, val synced: Boolean, val testnet: Boolean, val txCount: Long, val txPoolSize: Long, val upgradeHeights: List<Int>, val version: String, val whitePeerlistSize: Long)

Info response from the node.

Author

Marcus Cvjeticanin

Since

0.1.0

Constructors

Link copied to clipboard
constructor(altBlocksCount: Long, difficulty: Long, greyPeerlistSize: Long, hashrate: Long, height: Long, incomingConnectionsCount: Long, lastKnownBlockIndex: Long, majorVersion: Int, minorVersion: Int, networkHeight: Long, outgoingConnectionsCount: Long, startTime: Long, status: String, supportedHeight: Long, synced: Boolean, testnet: Boolean, txCount: Long, txPoolSize: Long, upgradeHeights: List<Int>, version: String, whitePeerlistSize: Long)

Properties

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