CompiledTransactionMessage

type CompiledTransactionMessage = 
  | LegacyCompiledTransactionMessage
  | VersionedCompiledTransactionMessage;

A transaction message in a form suitable for encoding for execution on the network.

You can not fully reconstruct a source message from a compiled message without extra information. In particular, supporting details about the lifetime constraint and the concrete addresses of accounts sourced from account lookup tables are lost to compilation.