OBJECT
ConsensusState
link GraphQL Schema definition
- type ConsensusState {
- # Length of the blockchain at this block
- : UInt32!
- : UInt32!
- : UInt32!
- : String!
- # Total currency in circulation at this block
- : UInt64!
- : StakingEpochData!
- : NextEpochData!
- : Boolean!
- # Slot in which this block was created
- : UInt32!
- # Epoch in which this block was created
- : UInt32!
- }