Skip to main content
Module

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

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

Properties

readonly
isInvalid: boolean
readonly
isInitiated: boolean
readonly
isPending: boolean
readonly
isValidLow: boolean
readonly
isValidHigh: boolean
readonly
isCompleted: boolean
readonly
type:
| "Invalid"
| "Initiated"
| "Pending"
| "ValidLow"
| "ValidHigh"
| "Completed"