Table of Contents

Class UnfinishedHeaderBlock

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Same as a FullBlock but without TransactionInfo and Generator, used by light clients

public record UnfinishedHeaderBlock : IEquatable<UnfinishedHeaderBlock>
Inheritance
UnfinishedHeaderBlock
Implements
Inherited Members
Extension Methods

Properties

ChallengeChainSpProof

If not first sp in sub-slot

public VDFProof? ChallengeChainSpProof { get; init; }

Property Value

VDFProof
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

FinishedSubSlots

If first sb

public IEnumerable<EndOfSubSlotBundle> FinishedSubSlots { get; init; }

Property Value

IEnumerable<EndOfSubSlotBundle>
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

Foliage

Reward chain foliage data

public Foliage Foliage { get; init; }

Property Value

Foliage
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

FoliageTransactionBlock

Reward chain foliage data (tx block)

public FoliageTransactionBlock? FoliageTransactionBlock { get; init; }

Property Value

FoliageTransactionBlock
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

RewardChainBlock

Reward chain trunk data

public RewardChainBlockUnfinished RewardChainBlock { get; init; }

Property Value

RewardChainBlockUnfinished
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

RewardChainSpProof

If not first sp in sub-slot

public VDFProof? RewardChainSpProof { get; init; }

Property Value

VDFProof
Same as a FullBlock but without TransactionInfo and Generator, used by light clients

TransactionsFilter

Filter for block transactions

public string TransactionsFilter { get; init; }

Property Value

string
Same as a FullBlock but without TransactionInfo and Generator, used by light clients