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

# Functions

ParseClosestAvailableBlock attempts to convert a string to a ClosestAvailableBlock.

# Constants

ClosestAvailableBlockAfter is a ClosestAvailableBlock of type After.
ClosestAvailableBlockBefore is a ClosestAvailableBlock of type Before.

# Structs

AverageBlockSize contains information on the average size of a block on a given day.
BlockCount contains information on the block count on a particular day.
BlockCountdown contains information on the estimated time until a block is mined.
BlockNumberRequest contains the request parameters for GetBlockNumber.
BlockRewards contains information on a block's mining reward.
BlocksClient is the client for blocks related actions.
DailyBlockRewards contains information on the total block rewards distributed to miners on a particular day.
DailyBlockTime contains information on the average time to mine a block on a particular day.
DailyUnclesCount contains information on uncle blocks mined in a particular day.
UncleReward contains information on a block uncle's mining reward.

# Type aliases

ClosestAvailableBlock is an enumaration of the closest available block parameters.