Versions in this module Expand all Collapse all v1 v1.0.21 Jan 19, 2023 v1.0.20 Jan 19, 2023 Changes in this version + type MockClientDispatcher struct + func NewMockClientDispatcher(ctrl *gomock.Controller) *MockClientDispatcher + func (m *MockClientDispatcher) EXPECT() *MockClientDispatcherMockRecorder + func (m *MockClientDispatcher) From() common.Address + func (m *MockClientDispatcher) GetTransactionByHash(h common.Hash) (*types.Transaction, bool, error) + func (m *MockClientDispatcher) LockNonce() + func (m *MockClientDispatcher) SignAndSendTransaction(ctx context.Context, tx evmclient.CommonTransaction) (common.Hash, error) + func (m *MockClientDispatcher) UnlockNonce() + func (m *MockClientDispatcher) UnsafeIncreaseNonce() error + func (m *MockClientDispatcher) UnsafeNonce() (*big.Int, error) + func (m *MockClientDispatcher) WaitAndReturnTxReceipt(h common.Hash) (*types.Receipt, error) + type MockClientDispatcherMockRecorder struct + func (mr *MockClientDispatcherMockRecorder) From() *gomock.Call + func (mr *MockClientDispatcherMockRecorder) GetTransactionByHash(h interface{}) *gomock.Call + func (mr *MockClientDispatcherMockRecorder) LockNonce() *gomock.Call + func (mr *MockClientDispatcherMockRecorder) SignAndSendTransaction(ctx, tx interface{}) *gomock.Call + func (mr *MockClientDispatcherMockRecorder) UnlockNonce() *gomock.Call + func (mr *MockClientDispatcherMockRecorder) UnsafeIncreaseNonce() *gomock.Call + func (mr *MockClientDispatcherMockRecorder) UnsafeNonce() *gomock.Call + func (mr *MockClientDispatcherMockRecorder) WaitAndReturnTxReceipt(h interface{}) *gomock.Call + type MockContractCaller struct + func NewMockContractCaller(ctrl *gomock.Controller) *MockContractCaller + func (m *MockContractCaller) CallContract(ctx context.Context, callArgs map[string]interface{}, blockNumber *big.Int) ([]byte, error) + func (m *MockContractCaller) EXPECT() *MockContractCallerMockRecorder + type MockContractCallerDispatcher struct + func NewMockContractCallerDispatcher(ctrl *gomock.Controller) *MockContractCallerDispatcher + func (m *MockContractCallerDispatcher) CallContract(ctx context.Context, callArgs map[string]interface{}, blockNumber *big.Int) ([]byte, error) + func (m *MockContractCallerDispatcher) CodeAt(ctx context.Context, contract common.Address, blockNumber *big.Int) ([]byte, error) + func (m *MockContractCallerDispatcher) EXPECT() *MockContractCallerDispatcherMockRecorder + func (m *MockContractCallerDispatcher) From() common.Address + func (m *MockContractCallerDispatcher) GetTransactionByHash(h common.Hash) (*types.Transaction, bool, error) + func (m *MockContractCallerDispatcher) LockNonce() + func (m *MockContractCallerDispatcher) SignAndSendTransaction(ctx context.Context, tx evmclient.CommonTransaction) (common.Hash, error) + func (m *MockContractCallerDispatcher) UnlockNonce() + func (m *MockContractCallerDispatcher) UnsafeIncreaseNonce() error + func (m *MockContractCallerDispatcher) UnsafeNonce() (*big.Int, error) + func (m *MockContractCallerDispatcher) WaitAndReturnTxReceipt(h common.Hash) (*types.Receipt, error) + type MockContractCallerDispatcherMockRecorder struct + func (mr *MockContractCallerDispatcherMockRecorder) CallContract(ctx, callArgs, blockNumber interface{}) *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) CodeAt(ctx, contract, blockNumber interface{}) *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) From() *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) GetTransactionByHash(h interface{}) *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) LockNonce() *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) SignAndSendTransaction(ctx, tx interface{}) *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) UnlockNonce() *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) UnsafeIncreaseNonce() *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) UnsafeNonce() *gomock.Call + func (mr *MockContractCallerDispatcherMockRecorder) WaitAndReturnTxReceipt(h interface{}) *gomock.Call + type MockContractCallerMockRecorder struct + func (mr *MockContractCallerMockRecorder) CallContract(ctx, callArgs, blockNumber interface{}) *gomock.Call + type MockContractChecker struct + func NewMockContractChecker(ctrl *gomock.Controller) *MockContractChecker + func (m *MockContractChecker) CodeAt(ctx context.Context, contract common.Address, blockNumber *big.Int) ([]byte, error) + func (m *MockContractChecker) EXPECT() *MockContractCheckerMockRecorder + type MockContractCheckerMockRecorder struct + func (mr *MockContractCheckerMockRecorder) CodeAt(ctx, contract, blockNumber interface{}) *gomock.Call + type MockGasPricer struct + func NewMockGasPricer(ctrl *gomock.Controller) *MockGasPricer + func (m *MockGasPricer) EXPECT() *MockGasPricerMockRecorder + func (m *MockGasPricer) GasPrice(priority *uint8) ([]*big.Int, error) + type MockGasPricerMockRecorder struct + func (mr *MockGasPricerMockRecorder) GasPrice(priority interface{}) *gomock.Call + type MockSimulateCaller struct + func NewMockSimulateCaller(ctrl *gomock.Controller) *MockSimulateCaller + func (m *MockSimulateCaller) CallContract(ctx context.Context, callArgs map[string]interface{}, blockNumber *big.Int) ([]byte, error) + func (m *MockSimulateCaller) EXPECT() *MockSimulateCallerMockRecorder + func (m *MockSimulateCaller) TransactionByHash(ctx context.Context, hash common.Hash) (*types.Transaction, bool, error) + type MockSimulateCallerMockRecorder struct + func (mr *MockSimulateCallerMockRecorder) CallContract(ctx, callArgs, blockNumber interface{}) *gomock.Call + func (mr *MockSimulateCallerMockRecorder) TransactionByHash(ctx, hash interface{}) *gomock.Call