Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEstimatedGasPrice ¶
func MultiAccountBalance ¶
func MultiAccountBalance(wallets models.Wallets) *[]AccountBalance
Types ¶
type AccountBalance ¶
type AccountBalancesResponse ¶
type AccountBalancesResponse struct { Response Result []AccountBalance `json:"result"` }
type GasOracle ¶
type GasOracle struct { LastBlock string `json:"LastBlock"` SafeGasPrice string `json:"SafeGasPrice"` ProposeGasPrice string `json:"ProposeGasPrice"` FastGasPrice string `json:"FastGasPrice"` SuggestBaseFee string `json:"suggestBaseFee"` GasUsedRatio string `json:"gasUsedRatio"` }
func GetGasOracle ¶
func GetGasOracle() *GasOracle
type GasOracleResponse ¶
Click to show internal directories.
Click to hide internal directories.