Module

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

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

Properties

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