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

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

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

Properties

readonly
isSourceRoot: boolean
readonly
isTargetAccount: boolean
readonly
asTargetAccount: ITuple<[AccountId, MultiSigner, MultiSignature]>
readonly
isSourceAccount: boolean
readonly
asSourceAccount: AccountId
readonly
type: "SourceRoot" | "TargetAccount" | "SourceAccount"