Table of Contents

Class KeyData

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

Properties

Fingerprint

public uint Fingerprint { get; init; }

Property Value

uint

Label

public string? Label { get; init; }

Property Value

string

PublicKey

public string PublicKey { get; init; }

Property Value

string

Secrets

public KeyDataSecrets? Secrets { get; init; }

Property Value

KeyDataSecrets