# DeploymentState | @aa-sdk/core

> Overview of DeploymentState from @aa-sdk/core

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

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

Defined in: [aa-sdk/core/src/account/smartContractAccount.ts:43](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/account/smartContractAccount.ts#L43)

## Enumeration Members

<table>
  <thead>
    <tr>
      <th align="left">Enumeration Member</th>
      <th align="left">Value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="deployed" /> `DEPLOYED`
      </td>

      <td>
        `"0x2"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="not_deployed" /> `NOT_DEPLOYED`
      </td>

      <td>
        `"0x1"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="undefined" /> `UNDEFINED`
      </td>

      <td>
        `"0x0"`
      </td>
    </tr>

  </tbody>
</table>