Documentation ¶
Index ¶
- Variables
- func GetGasPriceMinimum(currency *common.Address, header *types.Header, state vm.StateDB) (*big.Int, error)
- func GetGasPriceSuggestion(currency *common.Address, header *types.Header, state vm.StateDB) (*big.Int, error)
- func UpdateGasPriceMinimum(header *types.Header, state vm.StateDB) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FallbackGasPriceMinimum *big.Int = big.NewInt(0) // gas price minimum to return if unable to fetch from contract
)
Functions ¶
func GetGasPriceMinimum ¶
func GetGasPriceSuggestion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.