Table of Contents

Class PrivateKey

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

Properties

FarmerPk

public string FarmerPk { get; init; }

Property Value

string

Fingerprint

public uint Fingerprint { get; init; }

Property Value

uint

Pk

public string Pk { get; init; }

Property Value

string

PoolPk

public string PoolPk { get; init; }

Property Value

string

Seed

public string Seed { get; init; }

Property Value

string

Sk

public string Sk { get; init; }

Property Value

string