Skip to main content
Module

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

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

Properties

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