package
0.2.0
Repository: https://github.com/athanorlabs/go-relayer.git
Documentation: pkg.go.dev

# Functions

DeployMock deploys a new Ethereum contract, binding an instance of Mock to it.
NewMock creates a new instance of Mock, bound to a specific deployed contract.
NewMockCaller creates a new read-only instance of Mock, bound to a specific deployed contract.
NewMockFilterer creates a new log filterer instance of Mock, bound to a specific deployed contract.
NewMockTransactor creates a new write-only instance of Mock, bound to a specific deployed contract.

# Variables

MockABI is the input ABI used to generate the binding from.
MockBin is the compiled bytecode used for deploying new contracts.
MockMetaData contains all meta data concerning the Mock contract.

# Structs

Mock is an auto generated Go binding around an Ethereum contract.
MockCaller is an auto generated read-only Go binding around an Ethereum contract.
MockCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
MockCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
MockFallbackCalled represents a FallbackCalled event raised by the Mock contract.
MockFallbackCalledIterator is returned from FilterFallbackCalled and is used to iterate over the raw logs and unpacked data for FallbackCalled events raised by the Mock contract.
MockFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
MockRaw is an auto generated low-level Go binding around an Ethereum contract.
MockSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
MockTransactor is an auto generated write-only Go binding around an Ethereum contract.
MockTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
MockTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
MockWithdraw represents a Withdraw event raised by the Mock contract.
MockWithdrawIterator is returned from FilterWithdraw and is used to iterate over the raw logs and unpacked data for Withdraw events raised by the Mock contract.