Table of Contents

Class TimeoutParametersUpdate

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

The consensus timeouts were updated (chain parameters version 2).

public sealed record TimeoutParametersUpdate : IUpdatePayload, IEquatable<TimeoutParametersUpdate>
Inheritance
TimeoutParametersUpdate
Implements
Inherited Members

Constructors

TimeoutParametersUpdate(TimeoutParameters)

The consensus timeouts were updated (chain parameters version 2).

public TimeoutParametersUpdate(TimeoutParameters TimeoutParameters)

Parameters

TimeoutParameters TimeoutParameters

Properties

TimeoutParameters

public TimeoutParameters TimeoutParameters { get; init; }

Property Value

TimeoutParameters