Table of Contents

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

CredIds IList<byte[]>

Properties

CredIds

public IList<byte[]> CredIds { get; init; }

Property Value

IList<byte[]>

Methods

ToHexStrings()

Return keys in hex representations.

public IEnumerable<string> ToHexStrings()

Returns

IEnumerable<string>