Class BakerStakeThreshold
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Minimum stake needed to become a baker. This only applies to protocol version 1-3.
public record BakerStakeThreshold : IEquatable<BakerStakeThreshold>
- Inheritance
-
BakerStakeThreshold
- Implements
- Inherited Members
Constructors
BakerStakeThreshold(CcdAmount)
Minimum stake needed to become a baker. This only applies to protocol version 1-3.
public BakerStakeThreshold(CcdAmount MinimumThresholdForBaking)
Parameters
MinimumThresholdForBaking
CcdAmountMinimum threshold required for registering as a baker.
Properties
MinimumThresholdForBaking
Minimum threshold required for registering as a baker.
public CcdAmount MinimumThresholdForBaking { get; init; }