Skip to main content
Module

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

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

Properties

readonly
isAtSourceChain: boolean
readonly
isAtTargetChain: boolean
readonly
type: "AtSourceChain" | "AtTargetChain"