Module

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

Package publishing for deno.land/x/polkadot
Latest
interface InboundStatus
implements Enum
import { type InboundStatus } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/types.ts";

Properties

readonly
isOk: boolean
readonly
isSuspended: boolean
readonly
type: "Ok" | "Suspended"