Package monero.wallet.model
Class MoneroSubaddress
java.lang.Object
monero.wallet.model.MoneroSubaddress
Monero subaddress model.
-
Constructor Summary
ConstructorDescriptionMoneroSubaddress
(int accountIndex, int index) MoneroSubaddress
(String address) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getIndex()
getLabel()
int
hashCode()
isUsed()
setAccountIndex
(Integer accountIndex) setAddress
(String address) setBalance
(BigInteger balance) setNumBlocksToUnlock
(Long numBlocksToUnlock) setNumUnspentOutputs
(Long numUnspentOutputs) setUnlockedBalance
(BigInteger unlockedBalance) toString()
toString
(int indent)
-
Constructor Details
-
MoneroSubaddress
public MoneroSubaddress() -
MoneroSubaddress
-
MoneroSubaddress
public MoneroSubaddress(int accountIndex, int index)
-
-
Method Details
-
getAccountIndex
-
setAccountIndex
-
getIndex
-
setIndex
-
getAddress
-
setAddress
-
getLabel
-
setLabel
-
getBalance
-
setBalance
-
getUnlockedBalance
-
setUnlockedBalance
-
getNumUnspentOutputs
-
setNumUnspentOutputs
-
isUsed
-
setIsUsed
-
getNumBlocksToUnlock
-
setNumBlocksToUnlock
-
toString
-
toString
-
hashCode
public int hashCode() -
equals
-