// The spot kind, as one actor. // // import * as Spot from "./spot"; // Spot.placeSpotStopOrder(w, params); // Spot.getSpotPortfolio(owner, url); // // A SINK — nothing inside src/ imports this file; internal code deep-imports the // concept module (`./spot/stops`). See binary/index.ts for the full rationale. export * from "./stops.js"; export * from "./portfolio.js"; export * from "./poolReads.js"; export * from "./operatorGrants.js"; export * from "./vaultMode.js";