Type Alias cumulus_client_service::ParachainHostFunctions
source · pub type ParachainHostFunctions = (HostFunctions, SubstrateHostFunctions);
Expand description
Host functions that should be used in parachain nodes.
Contains the standard substrate host functions, as well as a host function to enable PoV-reclaim on parachain nodes.