Class FarmerRewards
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record FarmerRewards : IEquatable<FarmerRewards>
- Inheritance
-
FarmerRewards
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
BlocksWon
public uint BlocksWon { get; init; }
Property Value
- uint
FarmedAmount
public ulong FarmedAmount { get; init; }
Property Value
- ulong
FarmerRewardAmount
public ulong FarmerRewardAmount { get; init; }
Property Value
- ulong
FeeAmount
public ulong FeeAmount { get; init; }
Property Value
- ulong
LastHeightFarmed
public ulong LastHeightFarmed { get; init; }
Property Value
- ulong
LastTimeFarmed
public ulong LastTimeFarmed { get; init; }
Property Value
- ulong
NextFarmerUpdateDateTime
[JsonIgnore]
public DateTime NextFarmerUpdateDateTime { get; }
Property Value
- DateTime
PoolRewardAmount
public ulong PoolRewardAmount { get; init; }
Property Value
- ulong