# GrantPermissionsResult | @account-kit/wallet-client

> Overview of GrantPermissionsResult from @account-kit/wallet-client

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

```ts
type GrantPermissionsResult = object;
```

Defined in: [account-kit/wallet-client/src/client/actions/grantPermissions.ts:35](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/wallet-client/src/client/actions/grantPermissions.ts#L35)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="context" /> `context`
      </td>

      <td>
        [`Hex`](https://viem.sh)
      </td>
    </tr>

  </tbody>
</table>