# SimulateAssetType | @account-kit/infra

> Overview of SimulateAssetType from @account-kit/infra

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

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

Defined in: [account-kit/infra/src/actions/types.ts:9](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/actions/types.ts#L9)

## Enumeration Members

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

  <tbody>
    <tr>
      <td>
        <a id="erc1155" /> `ERC1155`
      </td>

      <td>
        `"ERC1155"`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="erc20" /> `ERC20`
      </td>

      <td>
        `"ERC20"`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="erc721" /> `ERC721`
      </td>

      <td>
        `"ERC721"`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="native" /> `NATIVE`
      </td>

      <td>
        `"NATIVE"`
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        <a id="special_nft" /> `SPECIAL_NFT`
      </td>

      <td>
        `"SPECIAL_NFT"`
      </td>

      <td>
        Special contracts that don't follow ERC 721/1155. Currently limited to
        CryptoKitties and CryptoPunks.
      </td>
    </tr>

  </tbody>
</table>