We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d11fa commit fdf3d5bCopy full SHA for fdf3d5b
packages/thirdweb/src/extensions/marketplace/direct-listings/write/buyFromListing.ts
@@ -34,6 +34,8 @@ export type BuyFromListingParams = {
34
*
35
* await sendTransaction({ transaction, account });
36
* ```
37
+ *
38
+ * When using `buyFromListing` with Pay, the `erc20Value` will be automatically set to the listing currency.
39
*/
40
export function buyFromListing(
41
options: BaseTransactionOptions<BuyFromListingParams>,
0 commit comments