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

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

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

Properties

readonly
isZeroZero: boolean
readonly
isZeroOne: boolean
readonly
isZeroTwo: boolean
readonly
isZeroThree: boolean
readonly
isOneOne: boolean
readonly
isOneTwo: boolean
readonly
isOneThree: boolean
readonly
isTwoTwo: boolean
readonly
isTwoThree: boolean
readonly
isThreeThree: boolean
readonly
type:
| "ZeroZero"
| "ZeroOne"
| "ZeroTwo"
| "ZeroThree"
| "OneOne"
| "OneTwo"
| "OneThree"
| "TwoTwo"
| "TwoThree"
| "ThreeThree"