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.
In js-stellar-base, manageBuyOffer amount parameter has been named
buyAmount.However, in the stellar.org guide it is referenced as
amount. Horizon usesamountparameter as well when returning the operation record.Hence, I assume js-stellar-base should use
amountinstead ofbuyAmountfor a matter of consistency, which is also more consistent with manageSellOffer & passiveSellOffer amount parameters.