Table of Contents

Struct EcdsaSecretShare

Namespace
SodotSDK.Ecdsa
Assembly
Unity.Temp.dll

A hex string that represents a secret value that must be provided when participating in a keygen.

public struct EcdsaSecretShare
Inherited Members

Constructors

EcdsaSecretShare(string)

Initializes a new instance of the EcdsaSecretShare struct.

public EcdsaSecretShare(string SecretShareHex)

Parameters

SecretShareHex string

The secret share identifier.

Properties

SecretShareHex

The The per-party private key material that is used for threshold signing.

public string SecretShareHex { readonly get; set; }

Property Value

string