Class ProposalInfo
public record ProposalInfo : IEquatable<ProposalInfo>
- Inheritance
-
ProposalInfo
- Implements
- Inherited Members
- Extension Methods
Properties
AmountVoted
public ulong AmountVoted { get; init; }
Property Value
Closed
public bool? Closed { get; init; }
Property Value
- bool?
CurrentCoin
public Coin CurrentCoin { get; init; }
Property Value
CurrentInnerpuz
public string? CurrentInnerpuz { get; init; }
Property Value
InnerPuzzle
public string InnerPuzzle { get; init; }
Property Value
Passed
public bool? Passed { get; init; }
Property Value
- bool?
ProposalId
this is launcher_id
public string ProposalId { get; init; }
Property Value
SingletonBlockHeight
Block height that current proposal singleton coin was created in
public uint SingletonBlockHeight { get; init; }
Property Value
TimeCoin
if this is null then the proposal has finished
public Coin? TimeCoin { get; init; }
Property Value
YesVotes
public ulong YesVotes { get; init; }