Table of Contents

Class ProposalState

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

Properties

BlocksNeeded

public int BlocksNeeded { get; init; }

Property Value

int

Closeable

public bool Closeable { get; init; }

Property Value

bool

Closed

public bool? Closed { get; init; }

Property Value

bool?

Passed

public bool Passed { get; init; }

Property Value

bool

TotalVotesNeeded

public int TotalVotesNeeded { get; init; }

Property Value

int

YesVotesNeeded

public int YesVotesNeeded { get; init; }

Property Value

int