Skip to main content
Module

x/capi/rpc/known/payment.ts

[WIP] A framework for crafting interactions with Substrate chains
Latest
import * as capi from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/payment.ts";

Interfaces

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.

The base fee and adjusted weight and length fees constitute the inclusion fee.

Information related to a dispatchable's class, weight, and fee that can be queried from the runtime.

Type Aliases

A generalized group of dispatch types.