Add more informations in an `OrderResult` regarding resting orders
johanleroch opened this issue · 0 comments
johanleroch commented
Is your feature request related to a problem? Please describe.
When I'm doing a TX, the OrderResult returns me only the details for the immediate purchased part, but not for the posted offer.
If I want to show details to the user after the TX succeed, I have to make a difference between what I asked for (from the front app) and what I received (from mangrovejs).
This leads to potential errors and in addition to displaying bad information to the user.
Describe the solution you'd like
it would be great to have the volume
and unit price
at which the offer was posted.