Class EffectMinBlockTime
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Updates to the the minimum time between blocks for chain parameters version 2.
public sealed record EffectMinBlockTime : IEffect, IEquatable<EffectMinBlockTime>
- Inheritance
-
EffectMinBlockTime
- Implements
- Inherited Members
Constructors
EffectMinBlockTime(TimeSpan)
Updates to the the minimum time between blocks for chain parameters version 2.
public EffectMinBlockTime(TimeSpan MinBlockTime)
Parameters
MinBlockTime
TimeSpan
Properties
MinBlockTime
public TimeSpan MinBlockTime { get; init; }