Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 10, 2024
1 parent 4574265 commit 511d6dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions site/docs/pages/transaction/transaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,8 @@ export const contracts = [

### Listen to `LifeCycleStatus`

Gain complete control over your transaction experience and data access by
utilizing the `LifeCycleStatus` object available through the `onStatus` prop.

The Lifecycle Status is a TypeScript object that offers easy access
to the `statusName` and `statusData` properties, keeping you informed and responsive.
Take full control of your transactions data with the `LifeCycleStatus` object via the `onStatus` prop.
This TypeScript object provides `statusName` and `statusData` to keep you informed.

```tsx
import type { LifeCycleStatus } from '@coinbase/onchainkit/transaction'; // [!code focus]
Expand Down

0 comments on commit 511d6dd

Please sign in to comment.