Exemplo n.º 1
0
 public BitcoinPubKeyAddress GetAddress(Network network)
 {
     return(network.CreateBitcoinPubKeyAddress(this.Hash));
 }