Class ConsensusPassive
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The node is a passive member of the consensus. This means:
- The node is processing blocks.
- The node is relaying transactions and blocks onto the network.
- The node is responding to catch up messages from its peers.
- In particular this means that the node is not baking blocks.
public sealed record ConsensusPassive : INodeConsensusStatus, IEquatable<ConsensusPassive>
- Inheritance
-
ConsensusPassive
- Implements
- Inherited Members