Class BakerPoolReduceStakePending
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The stake is being reduced. The new stake will take affect at the given time.
public sealed record BakerPoolReduceStakePending : BakerPoolPendingChange, IEquatable<BakerPoolPendingChange>, IEquatable<BakerPoolReduceStakePending>
- Inheritance
-
BakerPoolReduceStakePending
- Implements
- Inherited Members
Constructors
BakerPoolReduceStakePending(CcdAmount, DateTimeOffset)
The stake is being reduced. The new stake will take affect at the given time.
public BakerPoolReduceStakePending(CcdAmount NewStake, DateTimeOffset EffectiveTime)
Parameters
NewStake
CcdAmountNew stake which will take effect.
EffectiveTime
DateTimeOffsetTime when the baker will be removed.
Properties
EffectiveTime
Time when the baker will be removed.
public DateTimeOffset EffectiveTime { get; init; }
Property Value
NewStake
New stake which will take effect.
public CcdAmount NewStake { get; init; }