package
0.3.7
Repository: https://github.com/unpackdev/solgo.git
Documentation: pkg.go.dev

# Functions

NewBuilderFromSources initializes a new ABI builder using the provided sources.

# Structs

Builder facilitates the construction of Ethereum ABIs.
Method represents a contract function.
MethodIO represents an input or output parameter of a contract method or event.
Root represents the root of a Solidity contract's ABI structure.
Type represents a type within the Ethereum ABI.
TypeResolver provides methods to resolve and discover types within the ABI.

# Type aliases

Contract represents a collection of Ethereum contract methods.