Module

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

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

Properties

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