Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/index.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.36/types/interfaces/index.ts";

Properties

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