Crate polkadot_node_core_pvf_common

source ·
Expand description

Contains functionality related to PVFs that is shared by the PVF host and the PVF workers.

Re-exports§

Modules§

Macros§

  • Use this macro to declare a fn main() {} that will create an executable that can be used for spawning the desired worker.

Structs§

Functions§

  • Read some data prefixed by its length from r. Sync version of framed_recv to avoid dependency on tokio.
  • Write some data prefixed by its length into w. Sync version of framed_send to avoid dependency on tokio.