Table of Contents

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 DateTimeOffset

Time when the baker will be removed.

Properties

EffectiveTime

Time when the baker will be removed.

public DateTimeOffset EffectiveTime { get; init; }

Property Value

DateTimeOffset