Skip to main content
Module

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

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

Properties

readonly
isVoice: boolean
readonly
isMembers: boolean
readonly
asMembers: Compact<u32>
readonly
isFraction: boolean
readonly
asFraction: { readonly nom: Compact<u32>; readonly denom: Compact<u32>; } & Struct
readonly
isAtLeastProportion: boolean
readonly
asAtLeastProportion: { readonly nom: Compact<u32>; readonly denom: Compact<u32>; } & Struct
readonly
isMoreThanProportion: boolean
readonly
asMoreThanProportion: { readonly nom: Compact<u32>; readonly denom: Compact<u32>; } & Struct
readonly
type:
| "Voice"
| "Members"
| "Fraction"
| "AtLeastProportion"
| "MoreThanProportion"