Function sendAndConfirmV0

  • Sends the given transaction, paid for and signed by the provider's wallet.

    Parameters

    • provider: AnchorProvider

      The Anchor provider

    • instructions: TransactionInstruction[]

      The transaction to send.

    • lookupTables: PublicKey[]
    • Optional signers: Signer[]

      The signers of the transaction.

    • Optional opts: ConfirmOptions

      Transaction confirmation options.

    Returns Promise<TransactionSignature>

Generated using TypeDoc