close: TxDescriptor<
    {
        index: number;
        length_bound: number;
        proposal_hash: FixedSizeBinary<32>;
        proposal_weight_bound: { proof_size: bigint; ref_time: bigint };
    },
>

Close a vote that is either approved, disapproved, or whose voting period has ended.

Must be called by a Fellow.