Class EndOfSubSlotBundle
public record EndOfSubSlotBundle : IEquatable<EndOfSubSlotBundle>
- Inheritance
-
EndOfSubSlotBundle
- Implements
- Inherited Members
- Extension Methods
Properties
ChallengeChain
public ChallengeChainSubSlot ChallengeChain { get; init; }
Property Value
InfusedChallengeChain
public InfusedChallengeChainSubSlot? InfusedChallengeChain { get; init; }
Property Value
Proofs
public SubSlotProofs Proofs { get; init; }
Property Value
RewardChain
public RewardChainSubSlot RewardChain { get; init; }