query_call_fee_details: RuntimeDescriptor<
    [call: TxCallData, len: number],
    {
        inclusion_fee?: {
            adjusted_weight_fee: bigint;
            base_fee: bigint;
            len_fee: bigint;
        };
        tip: bigint;
    },
>

Query fee details of a given encoded Call.