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.

Type declaration

  • index: number

    Index of the referendum.

  • proposal: PreimagesBounded

    The proposal for the referendum.

  • tally: {
        ayes: bigint;
        nays: bigint;
        support: bigint;
    }

    The current tally of votes in this referendum.

    • ayes: bigint
    • nays: bigint
    • support: bigint
  • track: number

    The track (and by extension proposal dispatch origin) of this referendum.