Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Factor ¶
type Factor int
Factor type for enum
const ( // Wei 1 wei Wei Factor = 0 // KWei (babbage) 1e3 wei KWei Factor = 3 // MWei (lovelace) 1e6 wei MWei Factor = 6 // GWei (shannon) 1e9 wei GWei Factor = 9 // Szabo (microether) 1e12 wei Szabo Factor = 12 // Finney (milliether) 1e15 wei Finney Factor = 15 // Ether 1e18 wei Ether Factor = 18 // KEther 1e21 wei KEther Factor = 21 // MEther 1e24 wei MEther Factor = 24 // GEther 1e27 wei GEther Factor = 27 )
Click to show internal directories.
Click to hide internal directories.