(ctx sdk.Context, pool *clptypes.Pool)
| 20 | GetPools(ctx sdk.Context) []*clptypes.Pool |
| 21 | GetPool(ctx sdk.Context, symbol string) (clptypes.Pool, error) |
| 22 | SetPool(ctx sdk.Context, pool *clptypes.Pool) error |
| 23 | |
| 24 | CLPCalcSwap(ctx sdk.Context, sentAmount sdk.Uint, to clptypes.Asset, pool clptypes.Pool, marginEnabled bool) (sdk.Uint, error) |
| 25 |
no outgoing calls