# WalletStandardAccount (Solana)

> Minimal structural shape of a wallet-standard account.

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

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

Defined in: [packages/wallet-apis/src/adapters/fromWalletStandard.ts:7](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/wallet-apis/src/adapters/fromWalletStandard.ts#L7)

Minimal structural shape of a wallet-standard account.

## Indexable

```ts
[key: string]: unknown
```

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="address" /> `address`
      </td>

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

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

      <td>
        readonly `string`\[]
      </td>
    </tr>

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

      <td>
        readonly `string`\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="publickey" /> `publicKey?`
      </td>

      <td>
        `Uint8Array`\<`ArrayBufferLike`>
      </td>
    </tr>

  </tbody>
</table>