Class NotInCommittee
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The node has been configured with baker keys however it is not currently baking and possilby never will.
public sealed record NotInCommittee : INodeConsensusStatus, IEquatable<NotInCommittee>
- Inheritance
-
NotInCommittee
- Implements
- Inherited Members
Constructors
NotInCommittee(BakerId)
The node has been configured with baker keys however it is not currently baking and possilby never will.
public NotInCommittee(BakerId BakerId)
Parameters
BakerId
BakerId
Properties
BakerId
public BakerId BakerId { get; init; }