3983114ae5
replace types with interfaces where necessary to allow mocking implement fake eth scanner and erc20 contracts |
||
---|---|---|
.. | ||
README.md | ||
transactor.go |
README.md
To generate mocks, from status-go root directory:
mockgen -source=transactions/transactor.go -destination=transactions/mock_transactor/transactor.go -package=mock_transactor