# Functions
RegisterServices registers implementations of each gRPC service and registers it with the server.
ServiceReady returns nil when the service is ready and a gRPC error when not.
StartAccountMixerService starts the AccountMixerService.
No description provided by the author
StartDecodeMessageService starts the MessageDecode service.
StartMessageVerificationService starts the MessageVerification service.
StartTicketBuyerV2Service starts the TicketBuyerV2Service.
StartVotingService starts the VotingService.
StartWalletLoaderService starts the WalletLoaderService.
StartWalletService starts the WalletService.
UseLogger sets the logger to use for the gRPC server.