Uses of Class
ch.bitagent.bitcoin.lib.wallet.Address
-
Packages that use Address Package Description ch.bitagent.bitcoin.lib.wallet -
-
Uses of Address in ch.bitagent.bitcoin.lib.wallet
Methods in ch.bitagent.bitcoin.lib.wallet that return Address Modifier and Type Method Description AddressWallet. nextChangeAddress()AddressWallet. nextReceiveAddress()static AddressAddress. parse(String address)Methods in ch.bitagent.bitcoin.lib.wallet that return types with arguments of type Address Modifier and Type Method Description static List<Address>Wallet. deriveAddresses(ExtendedKey extendedKey, int change, int indexFrom, int indexTo)List<Address>Wallet. getAddressList0()List<Address>Wallet. getAddressList1()
-