Expand description
Client side code for generating the parachain inherent.
Structs§
- Mock
Validation Data Inherent Data Provider - Inherent data provider that supplies mocked validation data.
- Mock
XcmConfig - Parameters for how the Mock inherent data provider should inject XCM messages. In addition to the messages themselves, some information about the parachain’s configuration is also required so that the MQC heads can be read out of the parachain’s storage, and the corresponding relay data mocked.
- Parachain
Inherent Data - The inherent data that is passed by the collator to the parachain runtime.
- Parachain
Inherent Data Provider