# UseSignMessageArgs | @account-kit/react

> Overview of UseSignMessageArgs from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type UseSignMessageArgs = object & UseSignMessagedMutationArgs;
```

Defined in: [account-kit/react/src/hooks/useSignMessage.ts:25](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useSignMessage.ts#L25)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `client`
      </td>

      <td>
        | \{
        `account`: \{
        `address`: [`Address`](https://abitype.dev);
        };
        }
        | `undefined`
      </td>
    </tr>

  </tbody>
</table>