status-go/transactions/mock_transactor
Andrea Maria Piana 9a59d6a459 feat(metrics)_: add centralized metrics
This commit adds support for centralized metrics.
There are two providers as of now, and we haven't quite decided which
one to go for, so for the time being both are supported.
It also introduces a new endpoint InitializeApplication that replaces
OpenAccounts
2024-07-11 10:05:31 +01:00
..
README.md test(wallet)_: created Transactor interface 2024-05-31 09:58:06 +02:00
transactor.go feat(metrics)_: add centralized metrics 2024-07-11 10:05:31 +01: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