Struct AccountThreshold
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The minimum number of credentials that need to sign any transaction coming from an associated account.
public readonly record struct AccountThreshold : IEquatable<AccountThreshold>
- Implements
- Inherited Members
Constructors
AccountThreshold(uint)
The minimum number of credentials that need to sign any transaction coming from an associated account.
public AccountThreshold(uint Threshold)
Parameters
Threshold
uint
Properties
Threshold
public uint Threshold { get; init; }