Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 492 Bytes

eth-connect.toascii.md

File metadata and controls

24 lines (14 loc) · 492 Bytes

Home > eth-connect > toAscii

toAscii() function

Should be called to get ascii from it's hex representation

Signature:

export declare function toAscii(hex: string): string;

Parameters

Parameter Type Description
hex string

Returns:

string