INFURA / go-ethlibs

Ethereum libraries in Go for interacting with Ethereum nodes
MIT License
161 stars 34 forks source link

feat: add Get* helper methods to eth.BlockSpecifier #65

Closed timmyers closed 2 years ago

timmyers commented 2 years ago

These methods had to be prefixed with Get, as opposed to the equivalents elsewhere, because of the existing named public fields of the struct.