Module

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

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

Properties

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