Function pallet_inv4::pallet::dispatchables::withdraw_vote_multisig
source · pub fn withdraw_vote_multisig<T: Config>(core_id: T::CoreId, call_hash: T::Hash)
Expand description
Remove caller’s vote from an existing multisig proposal
core_id
: Id of the core where the proposal iscall_hash
: Hash of the call identifying the proposal
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::withdraw_vote_multisig
.