For the complete documentation index, see llms.txt. This page is also available as Markdown.

payment

Method Name: queryFeeDetails

Parameter: extrinsic - Bytes, at - BlockHash

Return Type: FeeDetails

  • interface: api.rpc.payment.queryFeeDetails

  • jsonrpc: payment_queryFeeDetails

The queryFeeDetails method query detailed fee of a given encoded extrinsic for the given parameters extrinsic and at.

Method Name: queryInfo

Parameter: extrinsic - Bytes, at - BlockHash

Return Type: RuntimeDispatchInfo​

  • interface: api.rpc.payment.queryInfo

  • jsonrpc: payment_queryInfo

The queryInfo method retrieves the fee information for an encoded extrinsic for the given parameters extrinsic and at.

Last updated