Function stringToHex

  • Parameters

    • Optional value: AnyString

    Returns HexString

    Name

    stringToHex

    Summary

    Creates a hex string from a utf-8 string

    Description

    String input values return the actual encoded hex value.

    Example


    import { stringToHex } from '@polkadot/util';

    stringToU8a('hello'); // 0x68656c6c6f

Generated using TypeDoc