# Functions
NewHContract creates a new instance of HContract, bound to a specific deployed contract.
NewHContractCaller creates a new read-only instance of HContract, bound to a specific deployed contract.
NewHContractFilterer creates a new log filterer instance of HContract, bound to a specific deployed contract.
NewHContractTransactor creates a new write-only instance of HContract, bound to a specific deployed contract.
# Variables
HContractABI is the input ABI used to generate the binding from.
HContractMetaData contains all meta data concerning the HContract contract.
# Structs
HContext is an auto generated low-level Go binding around an user-defined struct.
HContract is an auto generated Go binding around an Ethereum contract.
HContractCaller is an auto generated read-only Go binding around an Ethereum contract.
HContractCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
HContractCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
HContractFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
HContractRaw is an auto generated low-level Go binding around an Ethereum contract.
HContractSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
HContractTransactor is an auto generated write-only Go binding around an Ethereum contract.
HContractTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
HContractTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.