OBJECT
ProtocolState
link GraphQL Schema definition
- type ProtocolState {
- # Base58Check-encoded hash of the previous state
- String! :
- # State which is agnostic of a particular consensus algorithm
- BlockchainState! :
- # State specific to the Codaboros Proof of Stake consensus algorithm
- ConsensusState! :
- }