status-go/transactions/mock_transactor
Ivan Belyakov 3983114ae5 test(wallet)_: add unit tests for balance fetcher
replace types with interfaces where necessary to allow mocking
implement fake eth scanner and erc20 contracts
2024-07-04 09:29:49 +02:00
..
README.md test(wallet)_: created Transactor interface 2024-05-31 09:58:06 +02:00
transactor.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00

README.md

To generate mocks, from status-go root directory:

mockgen -source=transactions/transactor.go -destination=transactions/mock_transactor/transactor.go -package=mock_transactor