Table of Contents

Class CredentialKeysUpdated

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

Keys of a specific credential were updated.

public sealed record CredentialKeysUpdated : IAccountTransactionEffects, IEquatable<CredentialKeysUpdated>
Inheritance
CredentialKeysUpdated
Implements
Inherited Members

Constructors

CredentialKeysUpdated(CredentialRegistrationId)

Keys of a specific credential were updated.

public CredentialKeysUpdated(CredentialRegistrationId CredId)

Parameters

CredId CredentialRegistrationId

ID of the credential whose keys were updated.

Properties

CredId

ID of the credential whose keys were updated.

public CredentialRegistrationId CredId { get; init; }

Property Value

CredentialRegistrationId