# getSignerTypeHeader | @account-kit/infra

> Overview of the getSignerTypeHeader function 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. */}

```ts
function getSignerTypeHeader<TAccount>(account): object;
```

Defined in: [account-kit/infra/src/client/smartAccountClient.ts:33](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/client/smartAccountClient.ts#L33)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SmartContractAccountWithSigner`
      </td>
    </tr>
  </tbody>
</table>

## Parameters

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

  <tbody>
    <tr>
      <td>
        `account`
      </td>

      <td>
        `TAccount`
      </td>
    </tr>

  </tbody>
</table>

## Returns

`object`

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

  <tbody>
    <tr>
      <td>
        `Alchemy-Aa-Sdk-Signer`
      </td>

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

  </tbody>
</table>