Update packages/asset-buyer/src/swap_quoter.ts

Co-Authored-By: Jacob Evans <jacob@dekz.net>
This commit is contained in:
David Sun 2019-07-11 09:57:58 -07:00 committed by David Sun
parent 230cf7dfb7
commit f5d30f4a07

View File

@ -203,7 +203,7 @@ export class SwapQuoter {
* You can then pass the `SwapQuote` to a `SwapQuoteConsumer` to execute a buy, or process SwapQuote for on-chain consumption.
* @param makerAssetData The makerAssetData of the desired asset to swap for (for more info: https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md).
* @param takerAssetData The takerAssetData of the asset to swap makerAssetData for (for more info: https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md).
* @param makerAssetSwapAmount The amount of maker asset to swap for.
* @param takerAssetSellAmount The amount of taker asset to sell.
* @param options Options for the request. See type definition for more information.
*
* @return An object that conforms to SwapQuote that satisfies the request. See type definition for more information.