Jochem Arends
Jochem Arends
Thank you for the response. - `solana/web3.js` has [`compileToV0Message`](https://github.com/solana-foundation/solana-web3.js/blob/c26c13bf841821d9bbf83bb476c567fe29d13821/src/transaction/message.ts#L130C1-L130C22), which returns a [`MessageV0`](https://github.com/solana-foundation/solana-web3.js/blob/c26c13bf841821d9bbf83bb476c567fe29d13821/src/message/v0.ts#L52). - `solana/kit` has [`compressTransactionMessageUsingAddressLookupTables`](https://github.com/anza-xyz/kit/blob/e39ec3992a0d98421e0333e766992546bdad2ca1/packages/transaction-messages/src/compress-transaction-message.ts#L90), which returns a [`TransactionMessage`](https://github.com/anza-xyz/kit/blob/main/packages/transaction-messages/src/transaction-message.ts#L13).