Class NotABaker
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Tried to remove a baker for an account that has no baker
public sealed record NotABaker : IRejectReason, IEquatable<NotABaker>
- Inheritance
-
NotABaker
- Implements
- Inherited Members
Constructors
NotABaker(AccountAddress)
Tried to remove a baker for an account that has no baker
public NotABaker(AccountAddress AccountAddress)
Parameters
AccountAddress
AccountAddress
Properties
AccountAddress
public AccountAddress AccountAddress { get; init; }