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

# Functions

ParseBlockParameter attempts to convert a string to a BlockParameter.
ParseSortingPreference attempts to convert a string to a SortingPreference.

# Constants

No description provided by the author
BlockParameterEarliest is a BlockParameter of type Earliest.
BlockParameterLatest is a BlockParameter of type Latest.
BlockParameterPending is a BlockParameter of type Pending.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortingPreferenceAsc is a SortingPreference of type Asc.
SortingPreferenceDesc is a SortingPreference of type Desc.
No description provided by the author
No description provided by the author

# Structs

DateRange contains request parameters for requests that span a set of dates.

# Type aliases

BlockParameter is an enumeration of allowed block parameters.
SortingPreference is an enumeration of sorting preferences.