Txn List
The Txn List component is a table of transactions with metadata.
Txn List
Signature | Block | Time | By | Fee |
---|---|---|---|---|
2EaB...nVYT | 1729299887 | Unknown | fLiP...o7Zc | 0.0000056 |
Installation
Install Dependencies
Install shadcn/ui table component
Install Murphy TxnList
pnpm dlx shadcn@canary add https://www.murphyai.dev/r/txn-list.json
Basic Usage
Import the TxnList component and use it in your app.
Props
Name | Type | Default |
---|---|---|
transactions | VersionedTransactionResponse[] | [] |
onClick | (txn: VersionedTransactionResponse) => void | undefined |