pub fn proposal_cancel(
ctx: Context<'_, '_, '_, '_, ProposalVote<'_>>,
args: ProposalVoteArgs
) -> Result<()>Expand description
Cancel a multisig proposal on behalf of the member.
The proposal must be Approved.
pub fn proposal_cancel(
ctx: Context<'_, '_, '_, '_, ProposalVote<'_>>,
args: ProposalVoteArgs
) -> Result<()>Cancel a multisig proposal on behalf of the member.
The proposal must be Approved.