• Parameters

    • connection: Connection
    • signTransaction: SignTransaction
    • payer: string
    • unsignedTransactions: Transaction[]
    • maxRetries: number = 0
    • Optional options: ConfirmOptions

    Returns Promise<TransactionSignatureAndResponse[]>

    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:

    1. Add the {@param payer} as the feePayer and latest blockhash to the Transaction.
    2. Sign using {@param signTransaction}.
    3. Send raw transaction.
    4. Confirm transaction.

Generated using TypeDoc