EpochData
Summary of all epochs for a node
type EpochData {
total: Int!
offline: Int!
online: Int!
}
Fields
EpochData.total ● Int! non-null scalar
Total number of epochs since node was created
EpochData.offline ● Int! non-null scalar
Total number of offline epochs since node was created
EpochData.online ● Int! non-null scalar
Total number of online epochs since node was created
Member of
Node object