Versions in this module Expand all Collapse all v11 v11.0.0 Aug 29, 2022 Changes in this version + func BinarySearchSingleAssetJoin(pool types.PoolI, tokenIn sdk.Coin, ...) (numLPShares sdk.Int, err error) + func CalcExitPool(ctx sdk.Context, pool types.PoolI, exitingShares sdk.Int, exitFee sdk.Dec) (sdk.Coins, error) + func MaximalExactRatioJoin(p types.PoolI, ctx sdk.Context, tokensIn sdk.Coins) (numShares sdk.Int, remCoins sdk.Coins, err error)