Struct CredentialsPerBlockLimit
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Limit on the number of credential deployments in a block. Since credential deployments create accounts, this is in effect a limit on the number of accounts that can be created in a block.
public readonly record struct CredentialsPerBlockLimit : IEquatable<CredentialsPerBlockLimit>
- Implements
- Inherited Members
Constructors
CredentialsPerBlockLimit(uint)
Limit on the number of credential deployments in a block. Since credential deployments create accounts, this is in effect a limit on the number of accounts that can be created in a block.
public CredentialsPerBlockLimit(uint Limit)
Parameters
Limit
uint
Properties
Limit
public uint Limit { get; init; }