Class DelegationSetDelegationTarget
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The delegator's delegation target was updated.
public sealed record DelegationSetDelegationTarget : IDelegationEvent, IEquatable<DelegationSetDelegationTarget>
- Inheritance
-
DelegationSetDelegationTarget
- Implements
- Inherited Members
Constructors
DelegationSetDelegationTarget(DelegatorId, DelegationTarget)
The delegator's delegation target was updated.
public DelegationSetDelegationTarget(DelegatorId DelegatorId, DelegationTarget DelegationTarget)
Parameters
DelegatorId
DelegatorIdDelegator's id
DelegationTarget
DelegationTargetNew delegation target
Properties
DelegationTarget
New delegation target
public DelegationTarget DelegationTarget { get; init; }
Property Value
DelegatorId
Delegator's id
public DelegatorId DelegatorId { get; init; }