# SimulateAssetChange | @account-kit/infra

> Overview of the SimulateAssetChange interface 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:41](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/actions/types.ts#L41)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="amount" /> `amount?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="assettype" /> `assetType`
      </td>

      <td>
        [`SimulateAssetType`](../enumerations/SimulateAssetType)
      </td>
    </tr>

    <tr>
      <td>
        <a id="changetype" /> `changeType`
      </td>

      <td>
        [`SimulateChangeType`](../enumerations/SimulateChangeType)
      </td>
    </tr>

    <tr>
      <td>
        <a id="contactaddress" /> `contactAddress`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="decimals" /> `decimals`
      </td>

      <td>
        `number`
      </td>
    </tr>

    <tr>
      <td>
        <a id="from" /> `from`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="logo" /> `logo?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="name" /> `name?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="rawamount" /> `rawAmount?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="symbol" /> `symbol`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        <a id="to" /> `to`
      </td>

      <td>
        `` `0x${string}` ``
      </td>
    </tr>

    <tr>
      <td>
        <a id="tokenid" /> `tokenId?`
      </td>

      <td>
        `string`
      </td>
    </tr>

  </tbody>
</table>