Skip to main content
Module

x/polkadot/types/interfaces/xcm/types.ts>BodyId

Package publishing for deno.land/x/polkadot
Go to Latest
interface BodyId
implements Enum
import { type BodyId } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/xcm/types.ts";

Properties

readonly
isUnit: boolean
readonly
isNamed: boolean
readonly
asNamed: Bytes
readonly
isIndex: boolean
readonly
asIndex: Compact<u32>
readonly
isExecutive: boolean
readonly
isTechnical: boolean
readonly
isLegislative: boolean
readonly
isJudicial: boolean
readonly
type:
| "Unit"
| "Named"
| "Index"
| "Executive"
| "Technical"
| "Legislative"
| "Judicial"