Class AuthorizationsV1
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Access structures for each of the different possible chain updates, together with the context giving all the possible keys.
public sealed record AuthorizationsV1 : IEquatable<AuthorizationsV1>
- Inheritance
-
AuthorizationsV1
- Implements
- Inherited Members
Constructors
AuthorizationsV1(AuthorizationsV0, AccessStructure, AccessStructure)
Access structures for each of the different possible chain updates, together with the context giving all the possible keys.
public AuthorizationsV1(AuthorizationsV0 V0, AccessStructure CooldownParameters, AccessStructure TimeParameters)
Parameters
V0
AuthorizationsV0CooldownParameters
AccessStructureKeys for changing cooldown periods related to baking and delegating.
TimeParameters
AccessStructureKeys for changing the length of the reward period.
Properties
CooldownParameters
Keys for changing cooldown periods related to baking and delegating.
public AccessStructure CooldownParameters { get; init; }
Property Value
TimeParameters
Keys for changing the length of the reward period.
public AccessStructure TimeParameters { get; init; }
Property Value
V0
public AuthorizationsV0 V0 { get; init; }