Node
[Node] represents a node in the network
type Node {
authorizationDate: Timestamp
authorized: Boolean
available: Boolean
averageAvailability: Float
enrollmentDate: Timestamp
firstPublicKey: PublicKey
geoPatch: String
ip: String
lastPublicKey: PublicKey
networkPatch: String
originPublicKey: PublicKey
port: Int
rewardAddress: Address
}
Fields
Node.authorizationDate ● Timestamp scalar
Node.authorized ● Boolean scalar
Node.available ● Boolean scalar
Node.averageAvailability ● Float scalar
Node.enrollmentDate ● Timestamp scalar
Node.firstPublicKey ● PublicKey scalar
Node.geoPatch ● String scalar
Node.ip ● String scalar
Node.lastPublicKey ● PublicKey scalar
Node.networkPatch ● String scalar
Node.originPublicKey ● PublicKey scalar
Node.port ● Int scalar
Node.rewardAddress ● Address scalar
Returned by
nodes query