Example #1
0
        public void Dispose()
        {
            Logging.Logger.LogInformation("Calling Dispose");

            _cardanoServer.Dispose();
            _walletClient.Dispose();
        }
 public void Dispose()
 {
     _cardanoServer.Dispose();
 }