@eco-foundation/routes
Version:
The Eco Routes Protocol is a decentralized intent based system that allows users to submit their intent to the network and have it fulfilled by a solver on the destination rollup of their choice.
12 lines (10 loc) • 328 B
text/typescript
/**
* @file index.ts
*
* Main entry point for utilities used by the Eco Routes TypeScript library.
* Exports all utility functions for encoding, decoding, and hashing intent data,
* as well as helper functions for common blockchain operations.
*/
export * from './intent'
export * from './utils'
export * from './helper'