Documentation
¶
Index ¶
Constants ¶
View Source
const ( CFXName = "CFX" CFXSymbol = "CFX" CFXDecimal = 18 )
View Source
const ( MaxUint = ^uint(0) MinUint = 0 MaxInt = int(MaxUint >> 1) MinInt = -MaxInt - 1 )
View Source
const ( // MinGasprice represents the mininum gasprice required by conflux chain when sending transactions // the value of main net is 1 Gdrip MinGasprice = 1 )
Variables ¶
View Source
var (
MaxUint256, _ = new(big.Int).SetString("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", 0)
)
View Source
var (
ZeroAddress common.Address
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.