package
0.0.0-20221109070454-eb4623fbe25e
Repository: https://github.com/ankr-network/coqchain.git
Documentation: pkg.go.dev

# Functions

DeployStore deploys a new coqchain contract, binding an instance of Store to it.
NewStore creates a new instance of Store, bound to a specific deployed contract.
NewStoreCaller creates a new read-only instance of Store, bound to a specific deployed contract.
NewStoreFilterer creates a new log filterer instance of Store, bound to a specific deployed contract.
NewStoreTransactor creates a new write-only instance of Store, bound to a specific deployed contract.

# Variables

StoreABI is the input ABI used to generate the binding from.
StoreBin is the compiled bytecode used for deploying new contracts.
StoreMetaData contains all meta data concerning the Store contract.

# Structs

Store is an auto generated Go binding around an coqchain contract.
StoreCaller is an auto generated read-only Go binding around an coqchain contract.
StoreCallerRaw is an auto generated low-level read-only Go binding around an coqchain contract.
StoreCallerSession is an auto generated read-only Go binding around an coqchain contract, with pre-set call options.
StoreFilterer is an auto generated log filtering Go binding around an coqchain contract events.
StoreItemSet represents a ItemSet event raised by the Store contract.
StoreItemSetIterator is returned from FilterItemSet and is used to iterate over the raw logs and unpacked data for ItemSet events raised by the Store contract.
StoreRaw is an auto generated low-level Go binding around an coqchain contract.
StoreSession is an auto generated Go binding around an coqchain contract, with pre-set call and transact options.
StoreTransactor is an auto generated write-only Go binding around an coqchain contract.
StoreTransactorRaw is an auto generated low-level write-only Go binding around an coqchain contract.
StoreTransactorSession is an auto generated write-only Go binding around an coqchain contract, with pre-set transact options.