File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/thirdweb/src/bridge Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import type { PreparedQuote, Quote } from "./types/Quote.js";
5555 * @returns A promise that resolves to a non-finalized quote for the requested buy.
5656 *
5757 * @throws Will throw an error if there is an issue fetching the quote.
58- * @bridge
58+ * @bridge Buy
5959 * @beta
6060 */
6161export async function quote ( options : quote . Options ) : Promise < quote . Result > {
@@ -188,7 +188,7 @@ export declare namespace quote {
188188 * @returns A promise that resolves to a non-finalized quote for the requested buy.
189189 *
190190 * @throws Will throw an error if there is an issue fetching the quote.
191- * @bridge
191+ * @bridge Buy
192192 * @beta
193193 */
194194export async function prepare (
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import type { PreparedQuote, Quote } from "./types/Quote.js";
5555 * @returns A promise that resolves to a non-finalized quote for the requested sell.
5656 *
5757 * @throws Will throw an error if there is an issue fetching the quote.
58- * @bridge
58+ * @bridge Sell
5959 * @beta
6060 */
6161export async function quote ( options : quote . Options ) : Promise < quote . Result > {
@@ -188,7 +188,7 @@ export declare namespace quote {
188188 * @returns A promise that resolves to a non-finalized quote for the requested buy.
189189 *
190190 * @throws Will throw an error if there is an issue fetching the quote.
191- * @bridge
191+ * @bridge Sell
192192 * @beta
193193 */
194194export async function prepare (
You can’t perform that action at this time.
0 commit comments