Skip to main content
Module

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

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

Properties

readonly
isCannotLookup: boolean
readonly
isNoUnsignedValidator: boolean
readonly
isCustom: boolean
readonly
asCustom: u8
readonly
type: "CannotLookup" | "NoUnsignedValidator" | "Custom"