package
0.0.0-20241125171514-92dc355da520
Repository: https://github.com/tr1sm0s1n/go-dapp-example.git
Documentation: pkg.go.dev

# Functions

DeployCert deploys a new Ethereum contract, binding an instance of Cert to it.
NewCert creates a new instance of Cert, bound to a specific deployed contract.
NewCertCaller creates a new read-only instance of Cert, bound to a specific deployed contract.
NewCertFilterer creates a new log filterer instance of Cert, bound to a specific deployed contract.
NewCertTransactor creates a new write-only instance of Cert, bound to a specific deployed contract.

# Variables

CertABI is the input ABI used to generate the binding from.
CertBin is the compiled bytecode used for deploying new contracts.
CertMetaData contains all meta data concerning the Cert contract.

# Structs

Cert is an auto generated Go binding around an Ethereum contract.
CertCaller is an auto generated read-only Go binding around an Ethereum contract.
CertCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
CertCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
CertFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
CertIssued represents a Issued event raised by the Cert contract.
CertIssuedIterator is returned from FilterIssued and is used to iterate over the raw logs and unpacked data for Issued events raised by the Cert contract.
CertRaw is an auto generated low-level Go binding around an Ethereum contract.
CertSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
CertTransactor is an auto generated write-only Go binding around an Ethereum contract.
CertTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
CertTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.