/** * ERC-7753 Escrow V2 — Standalone entry point * * Install once, import only what you need: * import { EscrowClient } from 'opacus-sdk/escrow'; * * No dependency on Nitro, H3, bridge, mint, or kinetic score. */ export { EscrowClient } from './erc-standards/ERC7753EscrowClient.js'; export type { EscrowRecord, EscrowCreateOptions } from './erc-standards/ERC7753EscrowClient.js'; export { OPACUS_TREASURY, PROTOCOL_FEE_BPS, toGross, calcFee } from './erc-standards/index.js'; //# sourceMappingURL=escrow.d.ts.map