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 11dc870 commit 3545b1aCopy full SHA for 3545b1a
packages/thirdweb/src/bridge/Onramp.ts
@@ -79,7 +79,7 @@ interface OnrampApiRequestBody {
79
* });
80
*
81
* console.log(preparedOnramp.link); // URL to redirect the user to
82
- * console.log(preparedOnramp.destinationAmount); // Amount of token user will receive
+ * console.log(preparedOnramp.currencyAmount); // Amount in fiat the user will pay
83
* ```
84
85
* This function returns a quote that might look like:
0 commit comments