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
Properties
CredIds
public IList<byte[]> CredIds { get; init; }
Property Value
Methods
ToHexStrings()
Return keys in hex representations.
public IEnumerable<string> ToHexStrings()