Table of Contents

Class DAOInfo

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

Properties

Assets

public IEnumerable<string> Assets { get; init; }

Property Value

IEnumerable<string>

CatWalletId

public uint CatWalletId { get; init; }

Property Value

uint

CurrentHeight

public uint CurrentHeight { get; init; }

Property Value

uint

CurrentTreasuryCoin

public Coin? CurrentTreasuryCoin { get; init; }

Property Value

Coin

CurrentTreasuryInnerpuz

public string? CurrentTreasuryInnerpuz { get; init; }

Property Value

string

DaoCatWalletId

public uint DaoCatWalletId { get; init; }

Property Value

uint

FilterBelowVoteAmount

we ignore proposals with fewer votes than this - defaults to 1

public ulong FilterBelowVoteAmount { get; init; }

Property Value

ulong

ParentInfo

public IEnumerable<IDictionary<string, LineageProof?>> ParentInfo { get; init; }

Property Value

IEnumerable<IDictionary<string, LineageProof>>

ProposalsList

public IEnumerable<ProposalInfo> ProposalsList { get; init; }

Property Value

IEnumerable<ProposalInfo>

SingletonBlockHeight

the block height that the current treasury singleton was created in

public uint SingletonBlockHeight { get; init; }

Property Value

uint

TreasuryId

public string TreasuryId { get; init; }

Property Value

string