Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 593 Bytes

eth-connect.tobignumber.md

File metadata and controls

24 lines (14 loc) · 593 Bytes

Home > eth-connect > toBigNumber

toBigNumber() function

Takes an input and transforms it into an bignumber

Signature:

export declare function toBigNumber(_num: BigNumber.Value): BigNumber;

Parameters

Parameter Type Description
_num BigNumber.Value

Returns:

BigNumber