Skip to main content
Module

x/polkadot/types/interfaces/system/index.ts>TransactionalError

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

Properties

readonly
isLimitReached: boolean
readonly
isNoLayer: boolean
readonly
type: "LimitReached" | "NoLayer"