The object returned by the getBuyWithCryptoStatus function to represent the status of a quoted transaction
getBuyWithCryptoStatus
type BuyWithCryptoStatus = | { status: "NOT_FOUND" } | { bridge?: string; destination?: PayOnChainTransactionDetails; failureMessage?: string; fromAddress: string; purchaseData?: object; quote: BuyWithCryptoQuoteSummary; source?: PayOnChainTransactionDetails; status: BuyWithCryptoStatuses; subStatus: BuyWithCryptoSubStatuses; swapType: SwapType; toAddress: string; };