-
- All Implemented Interfaces:
public final class AddressInfo
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 UInt
getIndex()
Child index of this address. final Unit
setIndex(UInt index)
Child index of this address. final Address
getAddress()
Address. final Unit
setAddress(Address address)
Address. final KeychainKind
getKeychain()
Type of keychain. final Unit
setKeychain(KeychainKind keychain)
Type of keychain. -
-
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.
-
-
-
-