Skip to main content
Module

x/capi/rpc/known/payment.ts>TransactionPaymentCalls

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias TransactionPaymentCalls
import { type TransactionPaymentCalls } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/payment.ts";
definition: { payment_queryInfo(extrinsic: string, at?: string): RuntimeDispatchInfo; payment_queryFeeDetails(extrinsic: string, at?: string): FeeDetails; }