Table of Contents

Class UpdatePublicKey

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

A single public key that can sign updates.

public sealed record UpdatePublicKey : IEquatable<UpdatePublicKey>
Inheritance
UpdatePublicKey
Implements
Inherited Members

Constructors

UpdatePublicKey(byte[])

A single public key that can sign updates.

public UpdatePublicKey(byte[] Key)

Parameters

Key byte[]

Properties

Key

public byte[] Key { get; init; }

Property Value

byte[]