Class AddedButWrongKeys
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The node has been configured with baker keys that does not match the account.
public sealed record AddedButWrongKeys : INodeConsensusStatus, IEquatable<AddedButWrongKeys>
- Inheritance
-
AddedButWrongKeys
- Implements
- Inherited Members
Constructors
AddedButWrongKeys(BakerId)
The node has been configured with baker keys that does not match the account.
public AddedButWrongKeys(BakerId BakerId)
Parameters
BakerId
BakerId
Properties
BakerId
public BakerId BakerId { get; init; }