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

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

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

Properties

readonly
isUnderflow: boolean
readonly
isOverflow: boolean
readonly
isDivisionByZero: boolean
readonly
type: "Underflow" | "Overflow" | "DivisionByZero"