Uses of Class
ch.bitagent.bitcoin.lib.wallet.AddressChangeIndex
-
Packages that use AddressChangeIndex Package Description ch.bitagent.bitcoin.lib.tx ch.bitagent.bitcoin.lib.wallet -
-
Uses of AddressChangeIndex in ch.bitagent.bitcoin.lib.tx
Methods in ch.bitagent.bitcoin.lib.tx that return AddressChangeIndex Modifier and Type Method Description AddressChangeIndexUtxo. getChangeIndex()Constructors in ch.bitagent.bitcoin.lib.tx with parameters of type AddressChangeIndex Constructor Description Utxo(org.json.JSONObject unspent, AddressChangeIndex changeIndex) -
Uses of AddressChangeIndex in ch.bitagent.bitcoin.lib.wallet
Methods in ch.bitagent.bitcoin.lib.wallet that return AddressChangeIndex Modifier and Type Method Description AddressChangeIndexAddress. getChangeIndex()Methods in ch.bitagent.bitcoin.lib.wallet with parameters of type AddressChangeIndex Modifier and Type Method Description PrivateKeyWallet. getPrivateKeyForChangeIndex(AddressChangeIndex changeIndex)voidAddress. setChangeIndex(AddressChangeIndex changeIndex)
-