Class CooldownParameters
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
public sealed record CooldownParameters : IEquatable<CooldownParameters>
- Inheritance
-
CooldownParameters
- Implements
- Inherited Members
Constructors
CooldownParameters(TimeSpan, TimeSpan)
public CooldownParameters(TimeSpan PoolOwnerCooldown, TimeSpan DelegatorCooldown)
Parameters
PoolOwnerCooldown
TimeSpanDuration that pool owners must cooldown when reducing their equity capital or closing the pool.
DelegatorCooldown
TimeSpanDuration that a delegator must cooldown when reducing their delegated stake.
Properties
DelegatorCooldown
Duration that a delegator must cooldown when reducing their delegated stake.
public TimeSpan DelegatorCooldown { get; init; }
Property Value
PoolOwnerCooldown
Duration that pool owners must cooldown when reducing their equity capital or closing the pool.
public TimeSpan PoolOwnerCooldown { get; init; }