Skip to content

Commit

Permalink
Merge pull request #2404 from bitshares/update-docs
Browse files Browse the repository at this point in the history
Document fees returned by liquidity_pool_exchange_operation
  • Loading branch information
abitmore authored Apr 18, 2021
2 parents e63bedb + 1f5c791 commit 4a99202
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ namespace graphene { namespace protocol {
/**
* @brief Exchange with a liquidity pool
* @ingroup operations
* @note The result of this operation is a @ref generic_exchange_operation_result.
* There are 3 fees in the result, stored in this order:
* * maker market fee
* * taker market fee
* * liquidity pool taker fee
*/
struct liquidity_pool_exchange_operation : public base_operation
{
Expand Down

0 comments on commit 4a99202

Please sign in to comment.