Table of Contents

Struct KeygenId

Namespace
SodotSDK
Assembly
Unity.Temp.dll

A base58 string that is a public value that should be provided to other parties we intend to perform keygen with.

public struct KeygenId
Inherited Members

Constructors

KeygenId(string)

Initializes a new instance of the KeygenId struct.

public KeygenId(string Id)

Parameters

Id string

The unique identifier string for the keygen participant.

Properties

Id

Gets or sets the unique identifier string for the keygen participant.

public string Id { readonly get; set; }

Property Value

string