Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/cumulus/index.ts>CollationInfo

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

Properties

readonly
upwardMessages: Vec<UpwardMessage>
readonly
horizontalMessages: Vec<OutboundHrmpMessage>
readonly
newValidationCode: Option<ValidationCode>
readonly
processedDownwardMessages: u32
readonly
hrmpWatermark: RelayBlockNumber
readonly
headData: HeadData