WalletsService constructor
WalletsService()
Creates a WalletsService instance.
The havenoChannel is required to interact with the Haveno gRPC server to perform wallet-related operations.
Example:
final walletsClient = WalletsClient(havenoChannel);
Implementation
WalletsService();