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

x/polkadot/types/interfaces/types.ts>AbridgedHrmpChannel

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

Properties

readonly
maxCapacity: u32
readonly
maxTotalSize: u32
readonly
maxMessageSize: u32
readonly
msgCount: u32
readonly
totalSize: u32
readonly
mqcHead: Option<Hash>