Struct Sr25519SecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
public struct Sr25519SecretShare
- Inherited Members
Constructors
Sr25519SecretShare(string)
Initializes a new instance of the Sr25519SecretShare struct.
public Sr25519SecretShare(string SecretShareHex)
Parameters
SecretShareHexstringThe secret share identifier.
Exceptions
- SodotException
Thrown if the SecretShareHex is null or empty.
Properties
SecretShareHex
The per-party private key material that is used for threshold signing.
public string SecretShareHex { readonly get; set; }