Class DuplicateCredIds
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Some of the credential IDs already exist or are duplicated in the transaction.
public sealed record DuplicateCredIds : IRejectReason, IEquatable<DuplicateCredIds>
- Inheritance
-
DuplicateCredIds
- Implements
- Inherited Members
Constructors
DuplicateCredIds(IList<byte[]>)
Some of the credential IDs already exist or are duplicated in the transaction.
public DuplicateCredIds(IList<byte[]> CredIds)
Parameters
Properties
CredIds
public IList<byte[]> CredIds { get; init; }
Property Value
Methods
ToHexStrings()
Return keys in hex representations.
public IEnumerable<string> ToHexStrings()