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

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

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

Properties

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