referrerpolicy=no-referrer-when-downgrade
pallet_election_provider_multi_block::unsigned::dispatchables

Function submit_unsigned

Source
pub fn submit_unsigned<T: Config>(
    paged_solution: Box<PagedRawSolution<T::MinerConfig>>,
)
Expand description

Submit an unsigned solution.

This works very much like an inherent, as only the validators are permitted to submit anything. By default validators will compute this call in their offchain_worker hook and try and submit it back.

This is different from signed page submission mainly in that the solution page is verified on the fly.

§Warning: Doc-Only

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