Skip to main content
Module

x/polkadot/types/interfaces/identity/types.ts>IdentityJudgement

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

Properties

readonly
isUnknown: boolean
readonly
isFeePaid: boolean
readonly
asFeePaid: Balance
readonly
isReasonable: boolean
readonly
isKnownGood: boolean
readonly
isOutOfDate: boolean
readonly
isLowQuality: boolean
readonly
isErroneous: boolean
readonly
type:
| "Unknown"
| "FeePaid"
| "Reasonable"
| "KnownGood"
| "OutOfDate"
| "LowQuality"
| "Erroneous"