Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxGasPowerUsed - max value of Gas Power used in one event MaxGasPowerUsed = 10000000 + EventGas MaxExtraData = 128 // it has fair gas cost, so it's fine to have a high limit EventGas = 28000 ParentGas = 2400 // ExtraDataGas is cost per byte of extra event data. It's higher than regular data price, because it's a part of the header ExtraDataGas = 150 TxGas = params.TxGas )
gas settings
Variables ¶
View Source
var ( // MinGasPrice is minimum possible gas price for a transaction MinGasPrice = big.NewInt(1e9) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.