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