Type Alias Rejected

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

A proposal has been rejected by referendum.

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