send Transaction
suspend fun SolanaClient.sendTransaction(transaction: Transaction, skipPreflight: Boolean = false, preflightCommitment: Commitment = Commitment.Finalized, maxRetries: Int? = null, minContextSlot: Long? = null): Response<String>
Send a signed transaction to the cluster
Return
The transaction signature
Parameters
transaction
The signed transaction to send
skip Preflight
If true, skip the preflight check
preflight Commitment
The commitment level to use for the preflight check
max Retries
The maximum number of retries to send the transaction
min Context Slot
The minimum slot to send the transaction