Documentation ¶
Index ¶
Constants ¶
View Source
const ( Wei = 1 GWei = 1e9 Ether = 1e18 )
These are the multipliers for ether denominations. Example: To get the wei value of an amount in 'gwei', use
new(big.Int).Mul(value, big.NewInt(params.GWei))
View Source
const (
MaximumExtraDataSize uint64 = 64 // Maximum size extra data may be after Genesis.
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.