Table of Contents

Class CapitalBound

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

A bound on the relative share of the total staked capital that a baker can have as its stake. This is required to be greater than 0.

public sealed record CapitalBound : IEquatable<CapitalBound>
Inheritance
CapitalBound
Implements
Inherited Members

Constructors

CapitalBound(AmountFraction)

A bound on the relative share of the total staked capital that a baker can have as its stake. This is required to be greater than 0.

public CapitalBound(AmountFraction Bound)

Parameters

Bound AmountFraction

Properties

Bound

public AmountFraction Bound { get; init; }

Property Value

AmountFraction