Table of Contents

Class ProposalInfo

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

Properties

AmountVoted

public ulong AmountVoted { get; init; }

Property Value

ulong

Closed

public bool? Closed { get; init; }

Property Value

bool?

CurrentCoin

public Coin CurrentCoin { get; init; }

Property Value

Coin

CurrentInnerpuz

public string? CurrentInnerpuz { get; init; }

Property Value

string

InnerPuzzle

public string InnerPuzzle { get; init; }

Property Value

string

Passed

public bool? Passed { get; init; }

Property Value

bool?

ProposalId

this is launcher_id

public string ProposalId { get; init; }

Property Value

string

SingletonBlockHeight

Block height that current proposal singleton coin was created in

public uint SingletonBlockHeight { get; init; }

Property Value

uint

TimeCoin

if this is null then the proposal has finished

public Coin? TimeCoin { get; init; }

Property Value

Coin

YesVotes

public ulong YesVotes { get; init; }

Property Value

ulong