finish_voting_on_proposal
Ends the voting process for a specific proposal. The operation is used to finalize the voting process and prevent further voting on the specified proposal.
Parameters
proposal_id
The ID of the proposal for which voting is to be concluded.
Throws
Unauthorized Error
If the requester does not have necessary privileges.
Proposal Not Found Error
If the proposal with the given
proposal_iddoes not exist.
Invalid Proposal State Error
If the proposal is not in a state that allows voting to be ended.