Module

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

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

Properties

readonly
isFee: boolean
readonly
isMisc: boolean
readonly
isAll: boolean
readonly
type: "Fee" | "Misc" | "All"