pub fn submit_page<T: Config>(
page: PageIndex,
maybe_solution: Option<Box<SolutionOf<T::MinerConfig>>>,
)Expand description
Submit a single page of a solution.
Must always come after Pallet::register.
maybe_solution can be set to None to erase the page.
Collects deposits from the signed origin based on Config::DepositBase and
Config::DepositPerPage.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::submit_page.