OrderBook: Runtime API to retriver the min fulfillment amount of a currency #1690
Labels
D8-migration
Pull request touches storage and needs migration code.
I6-refactoring
Code needs refactoring.
P2-nice-to-have
Issue is worth doing.
Q3-medium
Can be done with good experience in the language, but little knowledge of the codebase.
Description
The minimum fulfillment amount of a currency is computed in the backend for each currency. Now, it's stored in the
Order
struct. But this amount does not depend on the order, just on the currency, which is something constant. If we're able to offer a Runtime API to recover such value, we do not need to store it in theOrder
.Benefits
The text was updated successfully, but these errors were encountered: