Class NotADelegator
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Account is not a delegation account.
public sealed record NotADelegator : IRejectReason, IEquatable<NotADelegator>
- Inheritance
-
NotADelegator
- Implements
- Inherited Members
Constructors
NotADelegator(AccountAddress)
Account is not a delegation account.
public NotADelegator(AccountAddress AccountAddress)
Parameters
AccountAddress
AccountAddress
Properties
AccountAddress
public AccountAddress AccountAddress { get; init; }