Table of Contents

Class PoolWalletConfig

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

public record PoolWalletConfig : IEquatable<PoolWalletConfig>
Inheritance
PoolWalletConfig
Implements
Inherited Members
Extension Methods

Properties

AuthenticationPublicKey

public string AuthenticationPublicKey { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

LauncherId

public string LauncherId { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

OwnerPublicKey

public string OwnerPublicKey { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

P2SingletonPuzzleHash

public string P2SingletonPuzzleHash { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

PayoutInstructions

public string PayoutInstructions { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

PoolUrl

public string PoolUrl { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.

TargetPuzzleHash

public string TargetPuzzleHash { get; init; }

Property Value

string
This is what goes into the user's config file, to communicate between the wallet and the farmer processes.