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

x/polkadot/types/interfaces/system/types.ts>DispatchClass

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

Properties

readonly
isNormal: boolean
readonly
isOperational: boolean
readonly
isMandatory: boolean
readonly
type: "Normal" | "Operational" | "Mandatory"