Table of Contents

Class RemoveStakePending

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

The stake is being reduced. The new stake will take affect in the given time.

public sealed record RemoveStakePending : IAccountDelegationPendingChange, IEquatable<RemoveStakePending>
Inheritance
RemoveStakePending
Implements
Inherited Members

Constructors

RemoveStakePending(DateTimeOffset)

The stake is being reduced. The new stake will take affect in the given time.

public RemoveStakePending(DateTimeOffset EffectiveTime)

Parameters

EffectiveTime DateTimeOffset

Time when stake will be removed.

Properties

EffectiveTime

Time when stake will be removed.

public DateTimeOffset EffectiveTime { get; init; }

Property Value

DateTimeOffset