# Functions

No description provided by the author
No description provided by the author

# Constants

Ether is 10^18 Wei, and usually the unit used when displaying cryptocurrency amounts in "normal" contexts.
No description provided by the author
Finney represents 1000000000000000 Wei, or 10^-3 Ether.
GEther represents 1000000000 (10^9) Ether.
GWei represents 1000000000 Wei, or 10^-9 Ether.
KEther represents 1000 (10^3) Ether.
KWei represents 1000 Wei, or 10^-15 Ether.
MEther represents 1000000 (10^6) Ether.
MWei represents 1000000 Wei, or 10^-12 Ether.
Szabo represents 1000000000000 Wei, or 10^-6 Ether.
TEther represents 1000000000000 (10^12) Ether.
Wei is the base unit of currency in the Ethereum blockchain universe.

# Type aliases

No description provided by the author