mirror of
https://github.com/status-im/status-go.git
synced 2025-02-14 15:56:47 +00:00
replace types with interfaces where necessary to allow mocking implement fake eth scanner and erc20 contracts
To generate mocks, from status-go root directory:
mockgen -source=transactions/transactor.go -destination=transactions/mock_transactor/transactor.go -package=mock_transactor