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

    Interface INewgdecision

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

    Properties

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