Class DAOInfo
public record DAOInfo : IEquatable<DAOInfo>
- Inheritance
-
DAOInfo
- Implements
- Inherited Members
- Extension Methods
Properties
Assets
public IEnumerable<string> Assets { get; init; }
Property Value
CatWalletId
public uint CatWalletId { get; init; }
Property Value
CurrentHeight
public uint CurrentHeight { get; init; }
Property Value
CurrentTreasuryCoin
public Coin? CurrentTreasuryCoin { get; init; }
Property Value
CurrentTreasuryInnerpuz
public string? CurrentTreasuryInnerpuz { get; init; }
Property Value
DaoCatWalletId
public uint DaoCatWalletId { get; init; }
Property Value
FilterBelowVoteAmount
we ignore proposals with fewer votes than this - defaults to 1
public ulong FilterBelowVoteAmount { get; init; }
Property Value
ParentInfo
public IEnumerable<IDictionary<string, LineageProof?>> ParentInfo { get; init; }
Property Value
ProposalsList
public IEnumerable<ProposalInfo> ProposalsList { get; init; }
Property Value
SingletonBlockHeight
the block height that the current treasury singleton was created in
public uint SingletonBlockHeight { get; init; }
Property Value
TreasuryId
public string TreasuryId { get; init; }