Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 535 Bytes

eth-connect.todata.md

File metadata and controls

24 lines (14 loc) · 535 Bytes

Home > eth-connect > toData

toData() function

Converts value to it's hex representation in string

Signature:

export declare function toData(val: BigNumber.Value): string;

Parameters

Parameter Type Description
val BigNumber.Value

Returns:

string