public class BitcoinAddress extends RpcClientSupport implements Wallet.Address
client| Constructor and Description |
|---|
BitcoinAddress(AbstractWallet wallet,
String address,
List<String> labels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
List<String> |
getLabels() |
String |
getPrivKey() |
int |
hashCode() |
boolean |
isWatchOnly() |
Wallet.Address |
setLabels(List<String> labels) |
String |
toString() |
getRpcClientpublic BitcoinAddress(AbstractWallet wallet, String address, List<String> labels)
public String getPrivKey()
getPrivKey in interface Wallet.Addresspublic String getAddress()
getAddress in interface Wallet.Addresspublic boolean isWatchOnly()
isWatchOnly in interface Wallet.Addresspublic List<String> getLabels()
getLabels in interface Wallet.Addresspublic Wallet.Address setLabels(List<String> labels)
setLabels in interface Wallet.AddressCopyright © 2018. All rights reserved.