Table of Contents

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 AuthorizationsV0

AuthorizationsV0

CooldownParameters AccessStructure

Keys for changing cooldown periods related to baking and delegating.

TimeParameters AccessStructure

Keys 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

AccessStructure

TimeParameters

Keys for changing the length of the reward period.

public AccessStructure TimeParameters { get; init; }

Property Value

AccessStructure

V0

public AuthorizationsV0 V0 { get; init; }

Property Value

AuthorizationsV0