Submit a signed transaction to the cluster for processing.
HTTP transport instance
Encoded signed transaction string
Encoding, preflight, retry, and call options
Transaction signature
const sig = await sendTransaction(transport, serializedTx, { skipPreflight: true,}); Copy
const sig = await sendTransaction(transport, serializedTx, { skipPreflight: true,});
1.0.0
Submit a signed transaction to the cluster for processing.