Module

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

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

Properties

readonly
isNormal: boolean
readonly
isOperational: boolean
readonly
isMandatory: boolean
readonly
type: "Normal" | "Operational" | "Mandatory"
import DispatchClass
import { DispatchClass } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/interfaces/types.ts";