Skip to main content
Version: 5.1.0

fromAscii

Helper function that will convert ASCII to HEX

Usage

TronWeb.fromUtf8(value);

Parameters

ParameterDescriptionData Type
valueThe string to be convertedstring

Returns

String

Example

> TronWeb.fromUtf8("test");
> '0x74657374'