Class AutoClaimSettings
public record AutoClaimSettings : IEquatable<AutoClaimSettings>
- Inheritance
-
AutoClaimSettings
- Implements
- Inherited Members
- Extension Methods
Properties
BatchSize
public ushort BatchSize { get; init; }
Property Value
Enabled
public bool Enabled { get; init; }
Property Value
MinAmount
public ulong MinAmount { get; init; }
Property Value
TxFee
public ulong TxFee { get; init; }