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

x/polkadot/api-derive/types.ts>DeriveAccountRegistration

Package publishing for deno.land/x/polkadot
Go to Latest
interface DeriveAccountRegistration
import { type DeriveAccountRegistration } from "https://deno.land/x/polkadot@0.2.36/api-derive/types.ts";

Properties

optional
display: string | undefined
optional
displayParent: string | undefined
optional
email: string | undefined
optional
image: string | undefined
optional
other: Record<string, string> | undefined
optional
parent: AccountId | undefined
optional
pgp: string | undefined
optional
riot: string | undefined
optional
twitter: string | undefined
optional
web: string | undefined
judgements: RegistrationJudgement[]