polkadot_
node_
core_
pvf_
common
7.0.0
Module execute
Module Items
Structs
Enums
Type Aliases
In crate polkadot_
node_
core_
pvf_
common
polkadot_node_core_pvf_common
Module
execute
Copy item path
Source
Structs
§
Execute
Request
A request to execute a PVF
Handshake
The payload of the one-time handshake that is done when a worker process is created. Carries data from the host to the worker.
Worker
Response
The response from the execution worker.
Enums
§
JobError
An unexpected error occurred in the execution job process. Because this comes from the job, which executes untrusted code, this error must likewise be treated as untrusted. That is, we cannot raise an internal error based on this.
JobResponse
The successful response from a job on the execution worker.
Worker
Error
An error occurred in the worker process.
Type Aliases
§
JobResult
The result of a job on the execution worker.