powered by
ether.toEther returns the value of the cryptocurrency in Ether.
ether.toEther
ether.toEther(amount, type)
Integer - Amount of the cryptocurrency to convert from.
String - Unit of the cryptocurrency to convert from: wei, kwei, mwei, gwei, szabo, finney, ether, kether, mether, gether or tether.
Integer - Value in Ether.
Other ether functions: ether.toFinney, ether.toGether, ether.toGwei, ether.toKether, ether.toKwei, ether.toMether, ether.toMwei, ether.toSzabo, ether.toTether, ether.toWei, gethr
ether.toFinney
ether.toGether
ether.toGwei
ether.toKether
ether.toKwei
ether.toMether
ether.toMwei
ether.toSzabo
ether.toTether
ether.toWei
gethr
# NOT RUN { ether.toEther(50, 'wei') # }
Run the code above in your browser using DataLab