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

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

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

Properties

readonly
isV0: boolean
readonly
isV1: boolean
readonly
type: "V0" | "V1"