Table of Contents

Class ArPublicKey

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

Public key of an anonymity revoker.

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

Constructors

ArPublicKey(byte[])

Public key of an anonymity revoker.

public ArPublicKey(byte[] Key)

Parameters

Key byte[]

Properties

Key

public byte[] Key { get; init; }

Property Value

byte[]