Node3

data class Node3(val credentials: RPC_Checkpoint_Fields.Credentials?, val votingPower: Int?)

Constructors

Link copied to clipboard
constructor(credentials: RPC_Checkpoint_Fields.Credentials?, votingPower: Int?)

Properties

Link copied to clipboard

Validator's set of credentials such as public keys, network addresses and others.

Link copied to clipboard

The voting power of this validator in basis points (e.g., 100 = 1% voting power).