Table of Contents

Struct UpdateKeysThreshold

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

A lower bound on the number of signatures needed to sign a valid update message of a particular type. This is never 0.

public readonly record struct UpdateKeysThreshold : IEquatable<UpdateKeysThreshold>
Implements
Inherited Members

Constructors

UpdateKeysThreshold(ushort)

A lower bound on the number of signatures needed to sign a valid update message of a particular type. This is never 0.

public UpdateKeysThreshold(ushort Threshold)

Parameters

Threshold ushort

Properties

Threshold

public ushort Threshold { get; init; }

Property Value

ushort