interface IInput {
    coopname: string;
    hash: string;
    quorum_passed: boolean;
    quorum_percent: IUint64;
    results: IQuestionResult[];
    signed_ballots: IUint64;
}

Properties

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