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

x/capi/rpc/known/mod.ts>FeeDetails

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface FeeDetails
import { type FeeDetails } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/mod.ts";

The FeeDetails is composed of:

  • (Optional) inclusion_fee: Only the Pays::Yes transaction can have the inclusion fee.
  • tip: If included in the transaction, the tip will be added on top. Only signed transactions can have a tip.

Properties

optional
inclusionFee: InclusionFee