Description Usage Arguments Details Value Examples
Convert Ethereum Denominations
1 | ethCon(x, from, to)
|
x |
numeric, number to be converted |
from |
character, 2 letter short notation to convert from (see details) |
to |
character, 2 letter short notation to convert to (see details) |
This function returns a Multiple Precision Floating-Point Reliable
number (implemented by the Rmpfr package). This is to allow for the conersion
of very high values of Wei into other forms. This can then be converted to
numeric, integer or double as required at the expense of accuracy. WARNING do
not use this in calculating values to transact actual ether as the precision is not
guaranteed currently. This is intended for indicative conversions when parsing
data from the Ethereum blockchain.
Denomination short codes:
wei = we, Kwei = kw, Mwei = mw, Gwei = gw
szabo = sz, finney = fi, ether = et
Kether = ke, Mether = me,Gether = ge, Tether = te
mpfr converted value (see details)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.