UX.SOL

Component

Transaction Recovery Flow

Rechecks an existing signature and maps server RPC evidence into a retry-safe transaction timeline.

Preview

Installation

terminal
$npx shadcn@latest add https://uxdotsol.xyz/r/transaction-recovery-flow.json

Usage

transaction-recovery-flow.tsx
import { TransactionRecoveryFlow } from "@/components/uxdotsol/flows/transaction-recovery-flow";
 
<TransactionRecoveryFlow cluster="mainnet-beta" />

Props / Arguments

NameTypeDefaultDescription
initialSignaturestring''Signature populated when recovery begins from an interrupted payment.
cluster'mainnet-beta' | 'devnet' | 'testnet''mainnet-beta'Cluster searched by the payment-status adapter.