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
In js-stellar-base, manageBuyOffer amount parameter has been named buyAmount.
However, in the stellar.org guide it is referenced as amount. Horizon uses amount parameter as well when returning the operation record.
Hence, I assume js-stellar-base should use amount instead of buyAmount for a matter of consistency, which is also more consistent with manageSellOffer & passiveSellOffer amount parameters.
The text was updated successfully, but these errors were encountered:
In js-stellar-base, manageBuyOffer amount parameter has been named
buyAmount
.However, in the stellar.org guide it is referenced as
amount
. Horizon usesamount
parameter as well when returning the operation record.Hence, I assume js-stellar-base should use
amount
instead ofbuyAmount
for a matter of consistency, which is also more consistent with manageSellOffer & passiveSellOffer amount parameters.The text was updated successfully, but these errors were encountered: