Table of Contents

Class RootUpdate

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

An update with root keys of some other set of governance keys, or the root keys themselves.

public sealed record RootUpdate : IUpdatePayload, IEquatable<RootUpdate>
Inheritance
RootUpdate
Implements
Inherited Members

Constructors

RootUpdate(IRootUpdate)

An update with root keys of some other set of governance keys, or the root keys themselves.

public RootUpdate(IRootUpdate Update)

Parameters

Update IRootUpdate

Properties

Update

public IRootUpdate Update { get; init; }

Property Value

IRootUpdate