Function sendAndConfirmTransactionsWithRetry
- sendAndConfirmTransactionsWithRetry(connection, signTransaction, payer, unsignedTransactions, maxRetries?, options?): Promise<TransactionSignatureAndResponse[]>
-
Parameters
-
connection: Connection
-
-
payer: string
-
unsignedTransactions: Transaction[]
-
maxRetries: number = 0
-
Optional
options: ConfirmOptions
Deprecated
Please use signSendAndConfirmTransaction instead, which allows retries to be configured in ConfirmOptions.
The transactions provided to this function should be ready to send. This function will do the following: