# HookIdentifier

> A pseudo-enum for hook identifiers.

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

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

```ts
const HookIdentifier: object;
```

Defined in: [packages/smart-accounts/src/ma-v2/permissionBuilder.ts:75](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/permissionBuilder.ts#L75)

A pseudo-enum for hook identifiers.

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        <a id="erc20_token_transfer" /> `ERC20_TOKEN_TRANSFER`
      </td>

      <td>
        `"erc20-token-transfer"`
      </td>

      <td>
        `"erc20-token-transfer"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="gas_limit" /> `GAS_LIMIT`
      </td>

      <td>
        `"gas-limit"`
      </td>

      <td>
        `"gas-limit"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="native_token_transfer" /> `NATIVE_TOKEN_TRANSFER`
      </td>

      <td>
        `"native-token-transfer"`
      </td>

      <td>
        `"native-token-transfer"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="preval_allowlist" /> `PREVAL_ALLOWLIST`
      </td>

      <td>
        `"preval-allowlist"`
      </td>

      <td>
        `"preval-allowlist"`
      </td>
    </tr>

  </tbody>
</table>