Module

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

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

Properties

readonly
isAbort: boolean
readonly
isGoAhead: boolean
readonly
type: "Abort" | "GoAhead"