package
0.1.0
Repository: https://github.com/ryanc414/etherscan-api-go.git
Documentation: pkg.go.dev

# Functions

ParseETHClientTypeReq attempts to convert a string to a ETHClientTypeReq.
ParseETHClientTypeResult attempts to convert a string to a ETHClientTypeResult.
ParseNodeSyncModeReq attempts to convert a string to a NodeSyncModeReq.
ParseNodeSyncModeResult attempts to convert a string to a NodeSyncModeResult.

# Constants

ETHClientTypeReqGeth is a ETHClientTypeReq of type Geth.
ETHClientTypeReqParity is a ETHClientTypeReq of type Parity.
ETHClientTypeResultGeth is a ETHClientTypeResult of type Geth.
ETHClientTypeResultParity is a ETHClientTypeResult of type Parity.
NodeSyncModeReqArchive is a NodeSyncModeReq of type Archive.
NodeSyncModeReqDefault is a NodeSyncModeReq of type Default.
NodeSyncModeResultArchive is a NodeSyncModeResult of type Archive.
NodeSyncModeResultDefault is a NodeSyncModeResult of type Default.

# Structs

DailyNewAddrCount describes the number of new Ethereum addresses created on a particular day.
DailyTxFee describes the total amount of transaction fees on a particular day.
ETHNodeSize describes the size of the ethereum blockchain at a particular block number.
ETHPrice describes the price of Ether at a particular time.
HistoricalETHPrice describes the price of Ether on a particular day.
HistoricalMarketCap describes the market cap of Ether on a particular day.
NetDifficulty describes the mining difficulty on a particular day.
NetworkHashRate describes the total processing power of the ethereum network on a particular day.
NetworkUtil describes the ethereum network utilization on a particular day.
NodeCount describes the total count of nodes on the ethereum network on a particular date.
NodesSizeReq contains the request parameters for GetEthereumNodesSize.
StatsClient is the client for stats actions.
TxCount describes the total transaction count on a particular day.

# Type aliases

ETHClientTypeReq is an enumeration of ethereum client types.
ETHClientTypeResult is an enumeration of ethereum client types.
NodeSyncModeReq is an enumeration of ethereum node sync modes.
NodeSyncModeResult is an enumeration of ethereum node sync modes.