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 c2bbb0d commit cec95b0Copy full SHA for cec95b0
packages/thirdweb/src/bridge/Onramp.ts
@@ -6,6 +6,9 @@ import { stringify } from "../utils/json.js";
6
import type { BridgeAction } from "./types/BridgeAction.js";
7
import type { Token } from "./types/Token.js";
8
9
+// export status within the Onramp module
10
+export { status } from "./OnrampStatus.js";
11
+
12
// API-specific type for Transactions as returned by the Onramp prepare endpoint
13
type ApiBridgeTransaction = {
14
id: string;
0 commit comments