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