Struct ExportableEd25519PublicKey
- Namespace
- SodotSDK.ExportableEd25519
- Assembly
- Unity.Temp.dll
A 32 byte ExportableEd25519 public key.
public struct ExportableEd25519PublicKey
- Inherited Members
Constructors
ExportableEd25519PublicKey(string)
Initializes a new instance of the ExportableEd25519PublicKey struct from a hex string.
public ExportableEd25519PublicKey(string hex)
Parameters
hexstringThe public key as a hex string.
Properties
Data
The public key bytes.
public byte[] Data { readonly get; set; }
Property Value
- byte[]