essential_builder_api::endpoint::submit_solution

Function handler

source
pub async fn handler(
    __arg0: State<State>,
    __arg1: Json<Solution>,
) -> Result<Json<ContentAddress>, Error>