package
0.0.0-20250211035330-73cac304b8dd
Repository: https://github.com/zenanet-network/go-zenanet.git
Documentation: pkg.go.dev

# Functions

ParseCombinedJSON takes the direct output of a solc --combined-output run and parses it into a map of string contract name to Contract structs.

# Structs

Contract contains information about a compiled contract, alongside its code and runtime code.
ContractInfo contains information about a compiled contract, including access to the ABI definition, source mapping, user and developer docs, and metadata.