Module

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

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

Properties

readonly
isFinalized: boolean
readonly
isBest: boolean
readonly
asBest: DelayKindBest
readonly
type: "Finalized" | "Best"