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>RawBabePreDigestCompat

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

Properties

readonly
isZero: boolean
readonly
asZero: u32
readonly
isOne: boolean
readonly
asOne: u32
readonly
isTwo: boolean
readonly
asTwo: u32
readonly
isThree: boolean
readonly
asThree: u32
readonly
type:
| "Zero"
| "One"
| "Two"
| "Three"