Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/onchainkit/signature/signature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebarTitle: <Signature />
description: The `<Signature />` component supports signing EIP712 and personal_sign messages.
---

The `<Signature />` components provide a wrapper around the useSignTypedData and useSignMessage wagmi hooks.
The `<Signature />` components provide a wrapper around the `useSignTypedData` and `useSignMessage` wagmi hooks.
These hooks handle EIP712 signatures and personal_sign messages, falling back to eth_sign.

Before using them, ensure you've completed all [Getting Started steps](/onchainkit/getting-started).
Expand Down