Currently, it is not possible to decode Solana transactions in the Connect method precompose that utilize address lookup tables.
These tables must be fetched from the chain, which is feasible but needs to be done through blockchain-link, as we do not have RPC in Connect, so it would require a new method in blockchain-link interface.
Related #32031
Currently, it is not possible to decode Solana transactions in the Connect method precompose that utilize address lookup tables.
These tables must be fetched from the chain, which is feasible but needs to be done through blockchain-link, as we do not have RPC in Connect, so it would require a new method in blockchain-link interface.
Related #32031