Class FoliageBlockData
Part of the block that is signed by the plot key
public record FoliageBlockData : IEquatable<FoliageBlockData>
- Inheritance
-
FoliageBlockData
- Implements
- Inherited Members
- Extension Methods
Properties
ExtensionData
Used for future updates. Can be any 32 byte value initially
public string ExtensionData { get; init; }
Property Value
- string
- Part of the block that is signed by the plot key
FarmerRewardPuzzleHash
public string FarmerRewardPuzzleHash { get; init; }
Property Value
- string
- Part of the block that is signed by the plot key
PoolSignature
Iff ProofOfSpace has a pool pk
public string? PoolSignature { get; init; }
Property Value
- string
- Part of the block that is signed by the plot key
PoolTarget
public PoolTarget PoolTarget { get; init; }
Property Value
- PoolTarget
- Part of the block that is signed by the plot key
UnfinishedRewardBlockHash
public string UnfinishedRewardBlockHash { get; init; }
Property Value
- string
- Part of the block that is signed by the plot key