Table of Contents

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 DelegatorId

Delegator's id

RestakeEarnings bool

Whether earnings will be restaked

Properties

DelegatorId

Delegator's id

public DelegatorId DelegatorId { get; init; }

Property Value

DelegatorId

RestakeEarnings

Whether earnings will be restaked

public bool RestakeEarnings { get; init; }

Property Value

bool