pub fn eval_vote_state<T: Config>(
    nonce: ProposalNonce,
    src_chain_id: TypedChainId,
    prop: ProposalOf<T>
)
Expand description

Evaluate the state of a proposal given the current vote threshold.

A proposal with enough votes will be either executed or cancelled, and the status will be updated accordingly.

  • 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::eval_vote_state.