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