pub fn query_fee_details_raw(
    encoded_tx: impl Serialize,
    at: Option<impl Serialize>
) -> (&'static str, Value)
Expand description

Similar to query_fee_details, but return the method name and parameters directly.