fromDecimal

将一个数字,或者字符串形式的数字转为一个十六进制串。

用法

tronWeb.fromDecimal()

参数
Number|String - 数字

*返回值
string

示例

tronWeb.fromDecimal("21")
> "0x15"