Class BakerPoolRemovePending
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The baker will be removed at the given time.
public sealed record BakerPoolRemovePending : BakerPoolPendingChange, IEquatable<BakerPoolPendingChange>, IEquatable<BakerPoolRemovePending>
- Inheritance
-
BakerPoolRemovePending
- Implements
- Inherited Members
Constructors
BakerPoolRemovePending(DateTimeOffset)
The baker will be removed at the given time.
public BakerPoolRemovePending(DateTimeOffset EffectiveTime)
Parameters
EffectiveTime
DateTimeOffsetTime when the baker will be removed.
Properties
EffectiveTime
Time when the baker will be removed.
public DateTimeOffset EffectiveTime { get; init; }