Module

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

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

Properties

readonly
isPrimary: boolean
readonly
asPrimary: RawBabePreDigestPrimaryTo159
readonly
isSecondary: boolean
readonly
asSecondary: RawBabePreDigestSecondaryTo159
readonly
type: "Primary" | "Secondary"