Type Alias MultisigVoteStarted

MultisigVoteStarted: PlainDescriptor<
    {
        call_hash: FixedSizeBinary<32>;
        dao_id: number;
        executor_account: SS58String;
        voter: SS58String;
        votes_added: Enum<{ Aye: bigint; Nay: bigint }>;
    },
>

A multisig proposal has started, it needs more votes to pass