예제 #1
0
 public BitcoinPubKeyAddress GetAddress(Network network)
 {
     return(network.CreateBitcoinPubKeyAddress(this.Hash));
 }