You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uploadAppData returns an AppDataObject but AppDataObject has fullAppData, but the uploadAppData only returns the appDataHash (from the actual API), whereas the getAppData returns an AppDataObject which actually contains the fullAppData document (ie. the JSON-stringified version of the app data document).
Problem
A typedoc issue: https://github.com/cowprotocol/cow-sdk/blame/c73a93e2a4ba056611413b56210a77554b289b10/src/order-book/api.ts#L339.
Solution
This API actually returns the
appDataHash
and should be annotated as such.The text was updated successfully, but these errors were encountered: