Skip to main content
Module

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

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

Properties

readonly
isNative: boolean
readonly
isSovereignAccount: boolean
readonly
isSuperuser: boolean
readonly
isXcm: boolean
readonly
type:
| "Native"
| "SovereignAccount"
| "Superuser"
| "Xcm"