const ta = new TonApiClient()
const pool = ta.open(Pool.createFromAddress(TON_USDT));
const estimatedSwapOut = await pool.getEstimatedSwapOut({
assetIn: Asset.native(),
amountIn: toNano(1),
});
Error: Not a cell: int
at TupleReader.readCell
Problem only with TonApiClient, with TonClient4 all fine