package
0.0.0-20221106162024-007bb23f0e02
Repository: https://github.com/thecatshidog/ethgo.git
Documentation: pkg.go.dev
# Functions
DeployENS deploys a new ENS contract.
DeployResolver deploys a new Resolver contract.
ENSAbi returns the abi of the ENS contract.
ENSBin returns the bin of the ENS contract.
NameHash returns the hash of an ENS name.
NewENS creates a new instance of the contract at a specific address.
No description provided by the author
NewResolver creates a new instance of the contract at a specific address.
ResolverAbi returns the abi of the Resolver contract.
ResolverBin returns the bin of the Resolver contract.
# Structs
ENS is a solidity contract.
No description provided by the author
Resolver is a solidity contract.