• 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.

    Parameters

    • connection: Connection
    • payer: PublicKeyInitData
    • signTransaction: SignTransaction
    • unsignedTransaction: Transaction
    • Optional options: ConfirmOptions

    Returns Promise<TransactionSignatureAndResponse>

Generated using TypeDoc