Example #1
0
 public KeyPair(IWif wif, IPrivateKeyFactory factory)
 {
     privateKey = factory.FromWif(wif.Get());
 }