Class Level2KeysUpdateV1
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Level 2 keys update with chain parameter version 1.
public sealed record Level2KeysUpdateV1 : IRootUpdate, ILevel1, IEquatable<Level2KeysUpdateV1>
- Inheritance
-
Level2KeysUpdateV1
- Implements
- Inherited Members
Constructors
Level2KeysUpdateV1(AuthorizationsV1)
Level 2 keys update with chain parameter version 1.
public Level2KeysUpdateV1(AuthorizationsV1 AuthorizationsV1)
Parameters
AuthorizationsV1
AuthorizationsV1Access structures for each of the different possible chain updates, together with the context giving all the possible keys.
Properties
AuthorizationsV1
Access structures for each of the different possible chain updates, together with the context giving all the possible keys.
public AuthorizationsV1 AuthorizationsV1 { get; init; }