Table of Contents

Class DelegationConfigured

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

An account configured delegation.

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

Constructors

DelegationConfigured(IList<IDelegationEvent>)

An account configured delegation.

public DelegationConfigured(IList<IDelegationEvent> Data)

Parameters

Data IList<IDelegationEvent>

The details of what happened

Properties

Data

The details of what happened

public IList<IDelegationEvent> Data { get; init; }

Property Value

IList<IDelegationEvent>