IBalancerHelper
Functions
queryJoin
function queryJoin(bytes32 poolId, address sender, address recipient, JoinPoolRequest memory request)
external
returns (uint256 bptOut, uint256[] memory amountsIn);
queryExit
function queryExit(bytes32 poolId, address sender, address recipient, ExitPoolRequest memory request)
external
returns (uint256 bptIn, uint256[] memory amountsOut);