Type Definition polkadot_node_core_pvf::PrepareResult
source · pub type PrepareResult = Result<(), PrepareError>;
Expand description
Result of PVF preparation performed by the validation host.
pub type PrepareResult = Result<(), PrepareError>;
Result of PVF preparation performed by the validation host.