Function createTxHex

  • Parameters

    • txPallet: string

      Pallet module of the transaction

    • txExtrinsic: string

      Subsequent extrinsic method of the transaction

    • txArgs: any[] = []

      Arguments of the transaction

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

    Hex value of the transaction

    Name

    createTxHex

    Summary

    Create a transaction in hex format.

Generated using TypeDoc