Skip to content
Alchemy Logo

sendPreparedCalls (Solana)

function sendPreparedCalls(
  client,
  params,
): Promise<SolanaSendPreparedCallsResult>;

Defined in: packages/wallet-apis/src/actions/solana/sendPreparedCalls.ts:43

Sends a signed Solana transaction. This method is used after signing the signature request returned from prepareCalls.

ParameterTypeDescription

client

InnerSolanaWalletApiClient

The Solana wallet API client

params

SolanaSendPreparedCallsParams

The signed Solana transaction

Promise<SolanaSendPreparedCallsResult>

The result containing the call ID

Was this page helpful?