DecisionDepositPlaced: PlainDescriptor<{
    amount: bigint;
    index: number;
    who: SS58String;
}>

The decision deposit has been placed.

Type declaration

  • amount: bigint

    The amount placed by the account.

  • index: number

    Index of the referendum.

  • who: SS58String

    The account who placed the deposit.