Skip to main content
Module

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

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

Properties

readonly
isRoot: boolean
readonly
isSigned: boolean
readonly
asSigned: AccountId
readonly
isNone: boolean
readonly
type: "Root" | "Signed" | "None"