Table of Contents

Class AutoClaimSettings

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

Properties

BatchSize

public ushort BatchSize { get; init; }

Property Value

ushort

Enabled

public bool Enabled { get; init; }

Property Value

bool

MinAmount

public ulong MinAmount { get; init; }

Property Value

ulong

TxFee

public ulong TxFee { get; init; }

Property Value

ulong