Class AddedButNotActiveInCommittee
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The baker keys are registered however the baker is not in the committee for the current 'Epoch'.
public sealed record AddedButNotActiveInCommittee : INodeConsensusStatus, IEquatable<AddedButNotActiveInCommittee>
- Inheritance
-
AddedButNotActiveInCommittee
- Implements
- Inherited Members
Constructors
AddedButNotActiveInCommittee(BakerId)
The baker keys are registered however the baker is not in the committee for the current 'Epoch'.
public AddedButNotActiveInCommittee(BakerId BakerId)
Parameters
BakerId
BakerId
Properties
BakerId
public BakerId BakerId { get; init; }