Table of Contents

Class NonExistentCredIds

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

A credential id that was to be removed is not part of the account.

public sealed record NonExistentCredIds : IRejectReason, IEquatable<NonExistentCredIds>
Inheritance
NonExistentCredIds
Implements
Inherited Members

Constructors

NonExistentCredIds(IList<byte[]>)

A credential id that was to be removed is not part of the account.

public NonExistentCredIds(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>