See also:
This module returns the appData metadata, which should be used for attaching additional information to the orders.
This module will facilitate to get this information, both in a object format, and in the hash that should be used in the app-data field of new orders.
This module depends on the library https://www.npmjs.com/package/@cowprotocol/sdk-app-data
This module will expose:
useAppData(): Exposes the app hash and the document associated to it.AppDataUpdater: Component that makes sure the appData has the right content, required foruseAppDatahook to workuseUploadAppData(): Returns a function which can be invoked when anappDatashould be uploaded. In case of errors, it will keep re-attempting.