Class BakerStakeThresholdUpdate
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Parameters related to becoming a baker that apply to protocol versions 1-3.
public sealed record BakerStakeThresholdUpdate : IUpdatePayload, IEquatable<BakerStakeThresholdUpdate>
- Inheritance
-
BakerStakeThresholdUpdate
- Implements
- Inherited Members
Constructors
BakerStakeThresholdUpdate(CcdAmount)
Parameters related to becoming a baker that apply to protocol versions 1-3.
public BakerStakeThresholdUpdate(CcdAmount MinimumThresholdForBaking)
Parameters
MinimumThresholdForBaking
CcdAmountMinimum amount of CCD that an account must stake to become a baker.
Properties
MinimumThresholdForBaking
Minimum amount of CCD that an account must stake to become a baker.
public CcdAmount MinimumThresholdForBaking { get; init; }