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