public class BitcoinAddress extends BitcoinClientSupport implements Wallet.Address
client| Constructor and Description |
|---|
BitcoinAddress(BitcoinWallet wallet,
String address,
List<String> labels) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLabel(String label) |
void |
addLabels(List<String> labels) |
boolean |
equals(Object obj) |
String |
getAddress() |
List<String> |
getLabels() |
String |
getPrivKey() |
int |
hashCode() |
boolean |
isWatchOnly() |
void |
removeLabel(String label) |
String |
toString() |
getRpcClientpublic BitcoinAddress(BitcoinWallet 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 void addLabels(List<String> labels)
addLabels in interface Wallet.Addresspublic void addLabel(String label)
addLabel in interface Wallet.Addresspublic void removeLabel(String label)
removeLabel in interface Wallet.Addresspublic List<String> getLabels()
getLabels in interface Wallet.AddressCopyright © 2018. All rights reserved.