// The perp kind, as one actor. // // import * as Perp from "./perp"; // Perp.getPerpState(pool, client); // Perp.depositMargin(w, params); // // A SINK — nothing inside src/ imports this file; internal code deep-imports the // concept module (`./perp/margin`). See binary/index.ts for the full rationale. export * from "./margin.js"; export * from "./state.js"; export * from "./history.js"; export * from "./portfolio.js"; export * from "./stops.js"; export * from "./linkedWallet.js";