Function batchAllTxHex

  • Name

    batchAllTxHex

    Summary

    Create a batchAll transaction of dispatch calls in hex format.

    Returns

    Hex of the submittable extrinsic unsigned

    See

    Learn more about Batch best practices here.

    Parameters

    • txHexes: `0x${string}`[]

      Transactions to execute in the batch call

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

Generated using TypeDoc