How to decode a rawTransaction?

hi guys, can anyone tell me how to decode a rawTransaction in Java?

Hi,

Depending on your needs, then you can perhaps take a look at our Java SDK: GitHub - Concordium/concordium-java-sdk: A Java SDK for interacting with the Concordium Blockchain.

Currently it has support for sending transfers and transfers with a memo.
Here you can look how transactions are build up.

Further the SDK contains a few methods for querying the chain, a list of available queries are here:

/Emil