Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/index.ts>ParachainInherentData

Package publishing for deno.land/x/polkadot
Go to Latest
interface ParachainInherentData
implements Struct
import { type ParachainInherentData } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
validationData: PersistedValidationData
readonly
relayChainState: StorageProof
readonly
downwardMessages: Vec<InboundDownwardMessage>
readonly
horizontalMessages: BTreeMap<ParaId, VecInboundHrmpMessage>