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

x/polkadot/types/interfaces/babe/types.ts>RawBabePreDigest

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

Properties

readonly
isPhantom: boolean
readonly
isPrimary: boolean
readonly
asPrimary: RawBabePreDigestPrimary
readonly
isSecondaryPlain: boolean
readonly
asSecondaryPlain: RawBabePreDigestSecondaryPlain
readonly
isSecondaryVRF: boolean
readonly
asSecondaryVRF: RawBabePreDigestSecondaryVRF
readonly
type:
| "Phantom"
| "Primary"
| "SecondaryPlain"
| "SecondaryVRF"