Module cumulus_primitives_core::relay_chain::v5::executor_params
Expand description
Abstract execution environment parameter set.
Parameter set is encoded as an opaque vector which structure depends on the execution
environment itself (except for environment type/version which is always represented
by the first element of the vector). Decoding to a usable semantics structure is
done in polkadot-node-core-pvf
.
Structs
- Deterministically serialized execution environment semantics
- Unit type wrapper around
Hash
that represents an execution parameter set hash.
Enums
- The different executor parameters for changing the execution environment semantics.