As an API user / client developer I'd like to know more about the fees returned in liquidity pool operations so that it is easier to understand and use the data. Specifically, liquidity_pool_exchange_operation returns 3 items in the fees vector, without proper documentation it's hard to know which fee is paid to whom for what purpose.
User Story
As an API user / client developer I'd like to know more about the fees returned in liquidity pool operations so that it is easier to understand and use the data. Specifically,
liquidity_pool_exchange_operation
returns 3 items in thefees
vector, without proper documentation it's hard to know which fee is paid to whom for what purpose.A typical processed operation is like this:
Actually, the fees returned for
liquidity_pool_exchange_operation
are in this order, see code https://github.com/bitshares/bitshares-core/blob/80fe3cbf1fb431d2ebb801a0a48f2340bc7276ad/libraries/chain/liquidity_pool_evaluator.cpp#L405-L407Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
CORE TEAM TASK LIST