Skip to content

Commit

Permalink
Name the runtime method that provides value for payment_queryInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes authored and FlorianFranzen committed Oct 1, 2021
1 parent 58572f6 commit b160092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PSPs/drafts/psp-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,10 @@ _NOTE: This type is future-reserved, specification will be adjusted._

### 1.14.2. `payment_queryInfo`

Query the known data about the fee of an extrinsic at the given block.
Query the known data about the fee of an extrinsic at the given block. This value can be determined
by calling the `TransactionPaymentApi_query_info` runtime method, which is specified in Appendix
E.3.12.1 of
[The Polkadot Host Protocol Specification](https://research.web3.foundation/en/latest/polkadot/specifications/host.html).

This method cannot be aware of the internals of an extension, for example a tip. It only interprets
the extrinsic as some encoded value and accounts for its weight and length, the runtime's extrinsic
Expand Down

0 comments on commit b160092

Please sign in to comment.