(ctx sdk.Context, sentAmount sdk.Uint, to string, pool clptypes.Pool)
| 75 | IsRowanCollateralEnabled(ctx sdk.Context) bool |
| 76 | |
| 77 | CLPSwap(ctx sdk.Context, sentAmount sdk.Uint, to string, pool clptypes.Pool) (sdk.Uint, error) |
| 78 | Borrow(ctx sdk.Context, collateralAsset string, collateralAmount sdk.Uint, custodyAmount sdk.Uint, mtp *MTP, pool *clptypes.Pool, eta sdk.Dec) error |
| 79 | TakeInCustody(ctx sdk.Context, mtp MTP, pool *clptypes.Pool) error |
| 80 | TakeOutCustody(ctx sdk.Context, mtp MTP, pool *clptypes.Pool) error |
no outgoing calls