Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 4, 2024
1 parent bec3047 commit fd75124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pnpm install @ensdomains/ensjs-react
## Hooks

- `useEnsAvailable` - checks availability (uses [getAvailable](/docs/public/function.getAvailable.md))
- `useEnsExpiry` - returns expiry of a name (uses [getExpiry](/docs/public/function.getExpiry.md))
- `useEnsResolverInterfaces` - check supportsInterface on resolver (uses [getSupportedInterfaces](/docs/public/function.getSupportedInterfaces.md))
- `useNamesForAddress` - lists names from subgraph (uses [getNamesForAddress](/docs/subgraph/function.getNamesForAddress.md))
- `useDecodedName` - decodes name using subgraph (uses [getDecodedName](/docs/subgraph/function.getDecodedName.md))
- `useEnsRecordsWrite` - writes records to a name (uses [setRecords](/docs/wallet/function.setRecords.md))

0 comments on commit fd75124

Please sign in to comment.