Node

data class Node(val address: GetValidatorsApyQuery.Address, val apy: Int?)

Constructors

Link copied to clipboard
constructor(address: GetValidatorsApyQuery.Address, apy: Int?)

Properties

Link copied to clipboard

The validator's address.

Link copied to clipboard
val apy: Int?

The APY of this validator in basis points. To get the APY in percentage, divide by 100.