Skip to main content
Module

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

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

Properties

readonly
isNever: boolean
readonly
isCandidate: boolean
readonly
asCandidate: Hash
readonly
isValid: boolean
readonly
asValid: Hash
readonly
isInvalid: boolean
readonly
asInvalid: Hash
readonly
type:
| "Never"
| "Candidate"
| "Valid"
| "Invalid"