GetBuyWithFiatStatusParams
Parameters for the getBuyWithFiatStatus
function
type GetBuyWithFiatStatusParams = { intentId: string;};
A client is the entry point to the thirdweb SDK. It is required for all other actions.
You can create a client using the createThirdwebClient
function.
Refer to the Creating a Client documentation for more information.
Intent ID of the "Buy with fiat" transaction. You can get the intent ID from the quote object returned by the getBuyWithFiatQuote
function
type intentId = string;