function createSolanaTransaction(
instructions,
connection,
address,
): Promise<VersionedTransaction>;Defined in: account-kit/signer/src/utils/solana.ts:82
Creates a regular (non-sponsored) Solana transaction from instructions
| Parameter | Type | Description |
|---|---|---|
|
| The instructions to create transaction from |
|
| The connection to use |
|
| The payer address |
Promise<VersionedTransaction>
- The transaction