Documentation ¶
Index ¶
- type TxManager
- func (_m *TxManager) BlockNumber(ctx context.Context) (uint64, error)
- func (_m *TxManager) Call(ctx context.Context, msg ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)
- func (_m *TxManager) From() common.Address
- func (_m *TxManager) Send(ctx context.Context, candidate txmgr.TxCandidate) (*types.Receipt, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxManager ¶
TxManager is an autogenerated mock type for the TxManager type
func NewTxManager ¶
func NewTxManager(t mockConstructorTestingTNewTxManager) *TxManager
NewTxManager creates a new instance of TxManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*TxManager) BlockNumber ¶ added in v1.1.2
BlockNumber provides a mock function with given fields: ctx
func (*TxManager) Call ¶ added in v1.1.2
func (_m *TxManager) Call(ctx context.Context, msg ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)
Call provides a mock function with given fields: ctx, msg, blockNumber
Click to show internal directories.
Click to hide internal directories.