Uses of Class
monero.wallet.model.MoneroSubaddress
Packages that use MoneroSubaddress
-
Uses of MoneroSubaddress in monero.wallet
Methods in monero.wallet that return MoneroSubaddressModifier and TypeMethodDescriptionMoneroWallet.createSubaddress
(int accountIdx) Create a subaddress within an account and without a label.MoneroWallet.createSubaddress
(int accountIdx, String label) Create a subaddress within an account.MoneroWalletFull.createSubaddress
(int accountIdx, String label) MoneroWalletRpc.createSubaddress
(int accountIdx, String label) MoneroWallet.getAddressIndex
(String address) Get the account and subaddress index of the given address.MoneroWalletFull.getAddressIndex
(String address) MoneroWalletRpc.getAddressIndex
(String address) MoneroWallet.getSubaddress
(int accountIdx, int subaddressIdx) Get a subaddress.Methods in monero.wallet that return types with arguments of type MoneroSubaddressModifier and TypeMethodDescriptionMoneroWallet.getSubaddresses
(int accountIdx) Get all subaddresses in an account.MoneroWallet.getSubaddresses
(int accountIdx, List<Integer> subaddressIndices) Get subaddresses in an account.MoneroWalletFull.getSubaddresses
(int accountIdx, List<Integer> subaddressIndices) MoneroWalletRpc.getSubaddresses
(int accountIdx, List<Integer> subaddressIndices) MoneroWalletRpc.getSubaddresses
(int accountIdx, List<Integer> subaddressIndices, boolean skipBalances) -
Uses of MoneroSubaddress in monero.wallet.model
Methods in monero.wallet.model that return MoneroSubaddressModifier and TypeMethodDescriptionMoneroSubaddress.setAccountIndex
(Integer accountIndex) MoneroSubaddress.setAddress
(String address) MoneroSubaddress.setBalance
(BigInteger balance) MoneroSubaddress.setNumBlocksToUnlock
(Long numBlocksToUnlock) MoneroSubaddress.setNumUnspentOutputs
(Long numUnspentOutputs) MoneroSubaddress.setUnlockedBalance
(BigInteger unlockedBalance) Methods in monero.wallet.model that return types with arguments of type MoneroSubaddressMethod parameters in monero.wallet.model with type arguments of type MoneroSubaddressModifier and TypeMethodDescriptionvoid
MoneroAccount.setSubaddresses
(List<MoneroSubaddress> subaddresses) Constructor parameters in monero.wallet.model with type arguments of type MoneroSubaddressModifierConstructorDescriptionMoneroAccount
(int index, String primaryAddress, BigInteger balance, BigInteger unlockedBalance, List<MoneroSubaddress> subaddresses)