package
0.16.2
Repository: https://github.com/qaseleniumtesting01/godep1.git
Documentation: pkg.go.dev

# Functions

DeployRegistry deploys a new Ethereum contract, binding an instance of Registry to it.
NewRegistry creates a new instance of Registry, bound to a specific deployed contract.
NewRegistryCaller creates a new read-only instance of Registry, bound to a specific deployed contract.
NewRegistryFilterer creates a new log filterer instance of Registry, bound to a specific deployed contract.
NewRegistryTransactor creates a new write-only instance of Registry, bound to a specific deployed contract.
NewVerifier returns a new Verifier instance.

# Constants

RegistryABI is the input ABI used to generate the binding from.
RegistryBin is the compiled bytecode used for deploying new contracts.

# Structs

Registry is an auto generated Go binding around an Ethereum contract.
RegistryCaller is an auto generated read-only Go binding around an Ethereum contract.
RegistryCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
RegistryCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
RegistryFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
RegistryMailServerAdded represents a MailServerAdded event raised by the Registry contract.
RegistryMailServerAddedIterator is returned from FilterMailServerAdded and is used to iterate over the raw logs and unpacked data for MailServerAdded events raised by the Registry contract.
RegistryMailServerRemoved represents a MailServerRemoved event raised by the Registry contract.
RegistryMailServerRemovedIterator is returned from FilterMailServerRemoved and is used to iterate over the raw logs and unpacked data for MailServerRemoved events raised by the Registry contract.
RegistryRaw is an auto generated low-level Go binding around an Ethereum contract.
RegistrySession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
RegistryTransactor is an auto generated write-only Go binding around an Ethereum contract.
RegistryTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
RegistryTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Verifier verifies nodes based on a smart contract.