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
DelegatorIdDelegator's id
NewStake
CcdAmountNew stake
Properties
DelegatorId
Delegator's id
public DelegatorId DelegatorId { get; init; }
Property Value
NewStake
New stake
public CcdAmount NewStake { get; init; }