Type Alias Confirmed

Confirmed: PlainDescriptor<{
    index: number;
    tally: {
        ayes: bigint;
        nays: bigint;
        support: bigint;
    };
}>

A referendum has ended its confirmation phase and is ready for approval.

Type declaration

  • index: number

    Index of the referendum.

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

    The final tally of votes in this referendum.

    • ayes: bigint
    • nays: bigint
    • support: bigint