Пример #1
0
 public BitcoinPubKeyAddress GetAddress()
 {
     return(_address ?? (_address = PrivateKey.PubKey.GetAddress(Network)));
 }