hifi icon indicating copy to clipboard operation
hifi copied to clipboard

Export the types and the factories from an index file

Open PaulRBerg opened this issue 2 years ago • 0 comments

The current approach is to expect the end user to know the path of the Hifi-related contract they want to interact with. Refer to the code snippets in the README to see how verbose the import path is.

It would be a much nicer API if we exposed all types and factories via an index.ts file.

PaulRBerg avatar Nov 06 '21 13:11 PaulRBerg