Home > eth-connect > fromWei
Takes a number of wei and converts it to any other ether unit.
Possible units are: SI Short SI Full Effigy Other - kwei femtoether babbage - mwei picoether lovelace - gwei nanoether shannon nano - -- microether szabo micro - -- milliether finney milli - ether -- -- - kether -- grand - mether - gether - tether
Signature:
export declare function fromWei(num: BigNumber, unit: Unit): BigNumber;
Parameter | Type | Description |
---|---|---|
num | BigNumber | |
unit | Unit |
Returns: