Documentation ¶
Index ¶
Constants ¶
View Source
const (
EtherScanHTTPTimeout = 10 * time.Second // timeout for query etherscan.io
)
Variables ¶
View Source
var ( // TxFeeOfContract collect avg gas of contract Txs TxFeeOfContract map[string]*big.Int TxFeeResources []TxFeeResource )
Functions ¶
func UpdateTxFee ¶
func UpdateTxFee()
func UpdateTxFeeDaemon ¶
Types ¶
type ATxList ¶
type ATxList struct { BlockNumber string TimeStamp string Hash string Nonce string BlockHash string TransactionIndex string From string To string Value string Gas string GasPrice string IsError string TxreceiptStatus string Input string ContractAddress string CumulativeGasUsed string GasUsed string Confirmations string }
type TxFeeResource ¶
Click to show internal directories.
Click to hide internal directories.