Documentation ¶
Index ¶
Constants ¶
View Source
const ComponentName = "gasPriceGasStation"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GasStation ¶
type GasStation struct {
// contains filtered or unexported fields
}
func (*GasStation) Name ¶ added in v0.2.0
func (self *GasStation) Name() string
type GasStationModel ¶
type GasStationModel struct { Fast float32 `json:"fast"` Fastest float32 `json:"fastest"` Average float32 `json:"average"` }
GasStation is what ETHGasStation returns from queries. Not all fields are filled in.
Click to show internal directories.
Click to hide internal directories.