Пример #1
0
 public void ClearRegistration()
 {
     CoinsRegistered.Clear();
     AliceUniqueId      = null;
     ChangeOutput       = null;
     ActiveOutput       = null;
     UnblindedSignature = null;
     RoundHash          = null;
 }
Пример #2
0
 public void ClearRegistration()
 {
     CoinsRegistered.Clear();
     ChangeOutputAddress = null;
     ActiveOutputAddress = null;
     UnblindedSignature  = null;
     RoundHash           = null;
     AliceClient?.Dispose();
     AliceClient  = null;
     Signed       = false;
     PostedOutput = false;
 }