# WalletAdapterSigner (Solana)

> Any signer with a `publicKey` and `signTransaction(VersionedTransaction)` method — matches `useWallet()` from `@solana/wallet-adapter-react` and injected wallet providers like `window.phantom.solana`.

> 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/fromWalletAdapter.ts:6](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/wallet-apis/src/adapters/fromWalletAdapter.ts#L6)

Any signer with a `publicKey` and `signTransaction(VersionedTransaction)` method — matches `useWallet()` from `@solana/wallet-adapter-react` and injected wallet providers like `window.phantom.solana`.

## Properties

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

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

      <td>
        `object`
      </td>
    </tr>

    <tr>
      <td>
        `publicKey.toBase58`
      </td>

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

    <tr>
      <td>
        <a id="signtransaction" /> `signTransaction`
      </td>

      <td>
        \<`T`>(`transaction`) => `Promise`\<`T`>
      </td>
    </tr>

  </tbody>
</table>