Send a serialized transaction and receive back a naive fee estimate. Note: partialFee
does not include any tips that you may add to increase a transaction's priority. See the reference on compute_fee
. Replaces /tx/fee-estimate
from versions < v1.0.0. Substrate Reference: - RuntimeDispatchInfo
: https://crates.parity.io/pallet_transaction_payment_rpc_runtime_api/struct.RuntimeDispatchInfo.html - query_info
: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.query_info - compute_fee
: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.compute_fee
successful operation
Extrinsic class.
Expected inclusion fee for the transaction. Note that the fee rate changes up to 30% in a 24 hour period and this will not be the exact fee.