Skip to content

Commit

Permalink
Merge pull request #665 from LimeChain/docs/runtime/tx-payment-call-api
Browse files Browse the repository at this point in the history
docs(runtime/tx-payment-call-api): exported names
  • Loading branch information
bhargavbh authored Jun 23, 2023
2 parents 203225f + 59da8c9 commit 9b36609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chap-runtime-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ All calls in this module require `Core_initialize_block` ([Section -sec-num-ref-
TODO clarify differences between *RuntimeCall* and *Extrinsics*
:::

### -sec-num- `TransactionPaymentApi_query_call_info` {#sect-rte-transactionpaymentapi-query-call-info}
### -sec-num- `TransactionPaymentCallApi_query_call_info` {#sect-rte-transactionpaymentcallapi-query-call-info}

Query information of a dispatch class, weight, and fee of a given encoded `Call`.

Expand Down Expand Up @@ -1191,7 +1191,7 @@ Query information of a dispatch class, weight, and fee of a given encoded `Call`
$$
- $f$ is the partial-fee of the call. This does not include a tip or anything else that depends on the signature.

### -sec-num- `TransactionPaymentApi_query_call_fee_details` {#sect-rte-transactionpaymentapi-query-call-fee-details}
### -sec-num- `TransactionPaymentCallApi_query_call_fee_details` {#sect-rte-transactionpaymentcallapi-query-call-fee-details}

Query the fee details of a given encoded `Call` including tip.

Expand Down

0 comments on commit 9b36609

Please sign in to comment.