Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 555 Bytes

eth-connect.todecimal.md

File metadata and controls

24 lines (14 loc) · 555 Bytes

Home > eth-connect > toDecimal

toDecimal() function

Converts value to it's decimal representation in string

Signature:

export declare function toDecimal(value: BigNumber.Value): number;

Parameters

Parameter Type Description
value BigNumber.Value

Returns:

number