Class DuplicateAggregationKey
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
A baker with the given aggregation key already exists
public sealed record DuplicateAggregationKey : IRejectReason, IEquatable<DuplicateAggregationKey>
- Inheritance
-
DuplicateAggregationKey
- Implements
- Inherited Members
Constructors
DuplicateAggregationKey(byte[])
A baker with the given aggregation key already exists
public DuplicateAggregationKey(byte[] Key)
Parameters
Key
byte[]
Properties
Key
public byte[] Key { get; init; }
Property Value
- byte[]