Class Foliage
The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
public record Foliage : IEquatable<Foliage>
- Inheritance
-
Foliage
- Implements
- Inherited Members
- Extension Methods
Properties
FoliageBlockData
public FoliageBlockData FoliageBlockData { get; init; }
Property Value
- FoliageBlockData
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
FoliageBlockDataSignature
public string FoliageBlockDataSignature { get; init; }
Property Value
- string
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
FoliageTransactionBlockHash
public string? FoliageTransactionBlockHash { get; init; }
Property Value
- string
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
FoliageTransactionBlockSignature
public string? FoliageTransactionBlockSignature { get; init; }
Property Value
- string
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
PrevBlockHash
public string PrevBlockHash { get; init; }
Property Value
- string
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block
RewardBlockHash
public string RewardBlockHash { get; init; }
Property Value
- string
- The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash Is the prev from the signage point, and can be replaced with a more recent block