Table of Contents

Class AccountBakerReduceStakePending

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

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

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

Constructors

AccountBakerReduceStakePending(CcdAmount, DateTimeOffset)

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

public AccountBakerReduceStakePending(CcdAmount NewStake, DateTimeOffset EffectiveTime)

Parameters

NewStake CcdAmount

New stake which will take effect.

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

NewStake

New stake which will take effect.

public CcdAmount NewStake { get; init; }

Property Value

CcdAmount