pub fn acknowledge_proposal<T: Config>(prop: ProposalOf<T>)
Expand description

Commits a vote in favour of the provided proposal.

If a proposal with the given nonce and source chain ID does not already exist, it will be created with an initial vote in favour from the caller.

  • weight of proposed call, regardless of whether execution is performed

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::acknowledge_proposal.