Type Alias DecisionStarted

DecisionStarted: PlainDescriptor<{
    index: number;
    proposal: PreimagesBounded;
    tally: {
        ayes: bigint;
        nays: bigint;
        support: bigint;
    };
    track: number;
}>

A referendum has moved into the deciding phase.