Table of Contents

Class AccountBakerRemovePending

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

The baker will be removed at the given time.

public sealed record AccountBakerRemovePending : AccountBakerPendingChange, IEquatable<AccountBakerPendingChange>, IEquatable<AccountBakerRemovePending>
Inheritance
AccountBakerRemovePending
Implements
Inherited Members

Constructors

AccountBakerRemovePending(DateTimeOffset)

The baker will be removed at the given time.

public AccountBakerRemovePending(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