# SolanaTransactionPartialSigner (Solana)

> Any @solana/kit signer that implements `signTransactions` (e.g. `TransactionPartialSigner`, `KeyPairSigner`).

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

Any [@solana/kit](https://solanakit.com) signer that implements `signTransactions` (e.g. `TransactionPartialSigner`, `KeyPairSigner`).

## 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>

  </tbody>
</table>

## Methods

### signTransactions()

```ts
signTransactions(transactions): Promise<readonly Record<string, Uint8Array<ArrayBufferLike>>[]>;
```

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

#### Parameters

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

  <tbody>
    <tr>
      <td>
        `transactions`
      </td>

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

  </tbody>
</table>

#### Returns

`Promise`\<readonly `Record`\<`string`, `Uint8Array`\<`ArrayBufferLike`>>\[]>