Documentation ¶ Index ¶ type GasPriceQuerier Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GasPriceQuerier ¶ type GasPriceQuerier interface { // Query returns the suggested base and tip fee in GWEI. Query(ctx context.Context, confidence int) (baseFeeGwei, tipFeeGwei float64, err error) } Source Files ¶ View all Source files gas_price.go Directories ¶ Show internal Expand all Path Synopsis gas_station Click to show internal directories. Click to hide internal directories.