This PR modernizes legacy typedef declarations to using aliases in the test suite (src/test/checkqueue_tests.cpp, src/test/transaction_tests.cpp, src/test/coins_tests.cpp).
This brings the test code in line with the modernization efforts applied to the rest of the codebase, adhering to modern C++ guidelines.