cooptypes - v2026.4.27-2
    Preparing search index...

    Interface INewgdecision

    interface INewgdecision {
        coopname: string;
        hash: string;
        quorum_passed: boolean;
        quorum_percent: Interfaces.Meet.IUint64;
        results: IQuestionResult[];
        signed_ballots: Interfaces.Meet.IUint64;
    }
    Index

    Properties

    coopname: string
    hash: string
    quorum_passed: boolean
    quorum_percent: Interfaces.Meet.IUint64
    results: IQuestionResult[]
    signed_ballots: Interfaces.Meet.IUint64