Function submitTxHex

  • Parameters

    • txHex: `0x${string}`

      Transaction hex of the signed transaction to be submitted

    • Optional callback: ((result) => void)

      Callback function to enable subscription, if not given, no subscription will be made

        • (result): void
        • Parameters

          • result: ISubmittableResult

          Returns void

    Returns Promise<`0x${string}`>

    Hash of the transaction

    Name

    submitTxHex

    Summary

    Send a signed transaction on the blockchain.

Generated using TypeDoc