# createSolanaTransaction | @account-kit/signer

> Overview of the createSolanaTransaction function from @account-kit/signer

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

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

```ts
function createSolanaTransaction(
  instructions,
  connection,
  address,
): Promise<VersionedTransaction>;
```

Defined in: [account-kit/signer/src/utils/solana.ts:82](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/signer/src/utils/solana.ts#L82)

Creates a regular (non-sponsored) Solana transaction from instructions

## Parameters

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

  <tbody>
    <tr>
      <td>
        `instructions`
      </td>

      <td>
        `TransactionInstruction`\[]
      </td>

      <td>
        The instructions to create transaction from
      </td>
    </tr>

    <tr>
      <td>
        `connection`
      </td>

      <td>
        `Connection`
      </td>

      <td>
        The connection to use
      </td>
    </tr>

    <tr>
      <td>
        `address`
      </td>

      <td>
        `string`
      </td>

      <td>
        The payer address
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<`VersionedTransaction`>

- The transaction