Table of Contents

Class RewardChainBlock

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record RewardChainBlock : IEquatable<RewardChainBlock>
Inheritance
RewardChainBlock
Implements
Inherited Members
Extension Methods

Properties

ChallengeChainIpVdf

public VDFInfo ChallengeChainIpVdf { get; init; }

Property Value

VDFInfo

ChallengeChainSpSignature

public string ChallengeChainSpSignature { get; init; }

Property Value

string

ChallengeChainSpVdf

Not present for first sp in slot

public VDFInfo? ChallengeChainSpVdf { get; init; }

Property Value

VDFInfo

Height

public uint Height { get; init; }

Property Value

uint

InfusedChallengeChainIpVdf

Iff deficit < 16

public VDFInfo? InfusedChallengeChainIpVdf { get; init; }

Property Value

VDFInfo

IsTransactionBlock

public bool IsTransactionBlock { get; init; }

Property Value

bool

PosSsCcChallengeHash

public string PosSsCcChallengeHash { get; init; }

Property Value

string

ProofOfSpace

public ProofOfSpace ProofOfSpace { get; init; }

Property Value

ProofOfSpace

RewardChainIpVdf

public VDFInfo RewardChainIpVdf { get; init; }

Property Value

VDFInfo

RewardChainSpSignature

public string RewardChainSpSignature { get; init; }

Property Value

string

RewardChainSpVdf

Not present for first sp in slot

public VDFInfo? RewardChainSpVdf { get; init; }

Property Value

VDFInfo

SignagePointIndex

public byte SignagePointIndex { get; init; }

Property Value

byte

TotalIters

public BigInteger TotalIters { get; init; }

Property Value

BigInteger

Weight

public BigInteger Weight { get; init; }

Property Value

BigInteger