Table of Contents

Struct Sr25519PublicKey

Namespace
SodotSDK.Sr25519
Assembly
Unity.Temp.dll

A 32 byte Sr25519 public key generated by Keygen(Uuid, ushort, ushort, KeygenSecret, KeygenId[]):

public struct Sr25519PublicKey
Inherited Members

Constructors

Sr25519PublicKey(string)

Initializes a new instance of the Sr25519PublicKey struct from a hex string.

public Sr25519PublicKey(string hex)

Parameters

hex string

The public key as a hex string.

Exceptions

SodotException

Thrown if the hex string is null or empty.

Properties

Data

The public key bytes.

public byte[] Data { readonly get; set; }

Property Value

byte[]