package
1.16.0
Repository: https://github.com/synapsecns/sanguine.git
Documentation: pkg.go.dev

# Functions

DeployCounter deploys a new Ethereum contract, binding an instance of Counter to it.
NewCounter creates a new instance of Counter, bound to a specific deployed contract.
NewCounterCaller creates a new read-only instance of Counter, bound to a specific deployed contract.
NewCounterFilterer creates a new log filterer instance of Counter, bound to a specific deployed contract.
NewCounterRef creates a new test client.
NewCounterTransactor creates a new write-only instance of Counter, bound to a specific deployed contract.

# Variables

Contracts are unmarshalled on start.
CounterABI is the input ABI used to generate the binding from.
CounterBin is the compiled bytecode used for deploying new contracts.
Deprecated: Use CounterMetaData.Sigs instead.
CounterMetaData contains all meta data concerning the Counter contract.

# Structs

Counter is an auto generated Go binding around an Ethereum contract.
CounterCaller is an auto generated read-only Go binding around an Ethereum contract.
CounterCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
CounterCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
CounterDecremented represents a Decremented event raised by the Counter contract.
CounterDecrementedIterator is returned from FilterDecremented and is used to iterate over the raw logs and unpacked data for Decremented events raised by the Counter contract.
CounterFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
CounterIncremented represents a Incremented event raised by the Counter contract.
CounterIncrementedByUser represents a IncrementedByUser event raised by the Counter contract.
CounterIncrementedByUserIterator is returned from FilterIncrementedByUser and is used to iterate over the raw logs and unpacked data for IncrementedByUser events raised by the Counter contract.
CounterIncrementedIterator is returned from FilterIncremented and is used to iterate over the raw logs and unpacked data for Incremented events raised by the Counter contract.
CounterRaw is an auto generated low-level Go binding around an Ethereum contract.
CounterRef is a bound counter.
CounterSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
CounterTransactor is an auto generated write-only Go binding around an Ethereum contract.
CounterTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
CounterTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.