Struct ExportableEd25519SecretShare
- Namespace
- SodotSDK.ExportableEd25519
- Assembly
- Unity.Temp.dll
A hex string that represents a secret value that must be provided when participating in a keygen.
public struct ExportableEd25519SecretShare
- Inherited Members
Constructors
ExportableEd25519SecretShare(string)
Initializes a new instance of the ExportableEd25519SecretShare struct.
public ExportableEd25519SecretShare(string SecretShareHex)
Parameters
SecretShareHexstringThe secret share identifier.
Properties
SecretShareHex
The per-party private key material that is used for threshold signing.
public string SecretShareHex { readonly get; set; }