i wanted to ask if i can decode an existing SPL token transfer from transaction hash only.
const transaction = await client.getTransaction(transactionHash!);
Returns a TransactionReponse
from @solana/web3.js
which contains CompiledInstructions
. Id be really interested to know if it's possible to recreate a TransferInstruction
from existing on chain data