Skip to main content
Module

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

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

Properties

readonly
isNotForcing: boolean
readonly
isForceNew: boolean
readonly
isForceNone: boolean
readonly
isForceAlways: boolean
readonly
type:
| "NotForcing"
| "ForceNew"
| "ForceNone"
| "ForceAlways"