Module

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

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

Properties

readonly
isNone: boolean
readonly
isAddress: boolean
readonly
asAddress: AccountId
readonly
type: "None" | "Address"