Table of Contents

Class DelegationStakeDecreased

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

The delegator's stake decreased.

public sealed record DelegationStakeDecreased : IDelegationEvent, IEquatable<DelegationStakeDecreased>
Inheritance
DelegationStakeDecreased
Implements
Inherited Members

Constructors

DelegationStakeDecreased(DelegatorId, CcdAmount)

The delegator's stake decreased.

public DelegationStakeDecreased(DelegatorId DelegatorId, CcdAmount NewStake)

Parameters

DelegatorId DelegatorId

Delegator's id

NewStake CcdAmount

New stake

Properties

DelegatorId

Delegator's id

public DelegatorId DelegatorId { get; init; }

Property Value

DelegatorId

NewStake

New stake

public CcdAmount NewStake { get; init; }

Property Value

CcdAmount