//
pkg.gl
Category
github.com/ethereum/go-ethereum
eth
gasprice
package
1.15.2
Repository:
https://github.com/ethereum/go-ethereum.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
20
Dependents
674
Files
550 SLOC
#
Functions
NewOracle
NewOracle returns a new gasprice oracle which can recommend suitable gasprice for newly created transaction.
#
Variables
DefaultIgnorePrice
DefaultMaxPrice
#
Structs
Config
Oracle
Oracle recommends gas prices based on the content of recent blocks.
#
Interfaces
OracleBackend
OracleBackend includes all necessary background APIs for oracle.