Module

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

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

Properties

readonly
isAlways: boolean
readonly
isDynamic: boolean
readonly
type: "Always" | "Dynamic"