Class DelegationSetRestakeEarnings
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The delegator's restaking setting was updated.
public sealed record DelegationSetRestakeEarnings : IDelegationEvent, IEquatable<DelegationSetRestakeEarnings>
- Inheritance
-
DelegationSetRestakeEarnings
- Implements
- Inherited Members
Constructors
DelegationSetRestakeEarnings(DelegatorId, bool)
The delegator's restaking setting was updated.
public DelegationSetRestakeEarnings(DelegatorId DelegatorId, bool RestakeEarnings)
Parameters
DelegatorId
DelegatorIdDelegator's id
RestakeEarnings
boolWhether earnings will be restaked
Properties
DelegatorId
Delegator's id
public DelegatorId DelegatorId { get; init; }
Property Value
RestakeEarnings
Whether earnings will be restaked
public bool RestakeEarnings { get; init; }