Table of Contents

Class DIDInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record DIDInfo : IEquatable<DIDInfo>
Inheritance
DIDInfo
Implements
Inherited Members
Extension Methods

Properties

DidId

public string DidId { get; init; }

Property Value

string

FullPuzzle

public string FullPuzzle { get; init; }

Property Value

string

Hints

public IEnumerable<string> Hints { get; init; }

Property Value

IEnumerable<string>

LatestCoin

public string LatestCoin { get; init; }

Property Value

string

LauncherId

public string LauncherId { get; init; }

Property Value

string

Metadata

public IDictionary<string, string> Metadata { get; init; }

Property Value

IDictionary<string, string>

NumVerifications

public int NumVerifications { get; init; }

Property Value

int

P2Address

public string P2Address { get; init; }

Property Value

string

PublicKey

public string PublicKey { get; init; }

Property Value

string

RecoveryListHash

public string RecoveryListHash { get; init; }

Property Value

string

Solution

public IEnumerable<object> Solution { get; init; }

Property Value

IEnumerable<object>