Function pallet_inv4::pallet::dispatchables::vote_multisig
source · pub fn vote_multisig<T: Config>(
core_id: T::CoreId,
call_hash: T::Hash,
aye: bool,
)
Expand description
Vote on an existing multisig proposal, auto-executing if caller puts vote tally past execution threshold requirements
core_id
: Id of the core where the proposal iscall_hash
: Hash of the call identifying the proposalaye
: Wheter or not to vote positively
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::vote_multisig
.