Package org.bitcoindevkit
Class AddressInfo
-
- All Implemented Interfaces:
-
org.bitcoindevkit.Disposable
public final class AddressInfo implements Disposable
A derived address and the index it was found at.
-
-
Constructor Summary
Constructors Constructor Description AddressInfo(UInt index, Address address, KeychainKind keychain)
-
Method Summary
Modifier and Type Method Description final UIntgetIndex()Child index of this address final UnitsetIndex(UInt index)Child index of this address final AddressgetAddress()Address final UnitsetAddress(Address address)Address final KeychainKindgetKeychain()Type of keychain final UnitsetKeychain(KeychainKind keychain)Type of keychain Unitdestroy()-
-
Constructor Detail
-
AddressInfo
AddressInfo(UInt index, Address address, KeychainKind keychain)
-
-
Method Detail
-
getAddress
final Address getAddress()
Address
-
setAddress
final Unit setAddress(Address address)
Address
-
getKeychain
final KeychainKind getKeychain()
Type of keychain
-
setKeychain
final Unit setKeychain(KeychainKind keychain)
Type of keychain
-
-
-
-