Is it possible to include other javascript libraries/functions and/or even node.js packages in Composer transaction functions/logic?
Examples:
- To use another HTTP library like axios to implement GET/PUT/DELETE and other HTTP methods that are not available yet
- Check a signature we can use the crypto2 node.js library.