/** * ERC-7750 Opacus Nitro — Standalone entry point * * Install once, import only what you need: * import { NitroClient, toGross, calcFee } from 'opacus-sdk/nitro'; * * No dependency on H3 routing, escrow, bridge, mint, or kinetic score. */ export { NitroClient } from './erc-standards/ERC7750NitroClient.js'; export type { NitroTask, NitroSubmitOptions } from './erc-standards/ERC7750NitroClient.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=nitro.d.ts.map