Table of Contents

Class PendingUpdate

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

A pending update.

public sealed record PendingUpdate : IEquatable<PendingUpdate>
Inheritance
PendingUpdate
Implements
Inherited Members

Constructors

PendingUpdate(TransactionTime, IEffect)

A pending update.

public PendingUpdate(TransactionTime EffectiveTime, IEffect Effect)

Parameters

EffectiveTime TransactionTime

The effective time of the update.

Effect IEffect

The effect of the update.

Properties

Effect

The effect of the update.

public IEffect Effect { get; init; }

Property Value

IEffect

EffectiveTime

The effective time of the update.

public TransactionTime EffectiveTime { get; init; }

Property Value

TransactionTime