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.jsonUsage
transaction-recovery-flow.tsx
import { TransactionRecoveryFlow } from "@/components/uxdotsol/flows/transaction-recovery-flow"; <TransactionRecoveryFlow cluster="mainnet-beta" />Props / Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| initialSignature | string | '' | Signature populated when recovery begins from an interrupted payment. |
| cluster | 'mainnet-beta' | 'devnet' | 'testnet' | 'mainnet-beta' | Cluster searched by the payment-status adapter. |

