Table of Contents

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 CcdAmount

New stake after reduction.

EffectiveTime DateTimeOffset

Time when new stake will take effect.

Properties

EffectiveTime

Time when new stake will take effect.

public DateTimeOffset EffectiveTime { get; init; }

Property Value

DateTimeOffset

NewStake

New stake after reduction.

public CcdAmount NewStake { get; init; }

Property Value

CcdAmount