Uses of Class
monero.wallet.model.MoneroAccount
Packages that use MoneroAccount
-
Uses of MoneroAccount in monero.wallet
Methods in monero.wallet that return MoneroAccountModifier and TypeMethodDescriptionMoneroWallet.createAccount()
Create a new account.MoneroWallet.createAccount
(String label) Create a new account with a label for the first subaddress.MoneroWalletFull.createAccount
(String label) MoneroWalletRpc.createAccount
(String label) MoneroWallet.getAccount
(int accountIdx) Get an account without subaddress information.MoneroWallet.getAccount
(int accountIdx, boolean includeSubaddresses) Get an account.MoneroWalletFull.getAccount
(int accountIdx, boolean includeSubaddresses) MoneroWalletRpc.getAccount
(int accountIdx, boolean includeSubaddresses) MoneroWalletRpc.getAccount
(int accountIdx, boolean includeSubaddresses, boolean skipBalances) Methods in monero.wallet that return types with arguments of type MoneroAccountModifier and TypeMethodDescriptionMoneroWallet.getAccounts()
Get all accounts.MoneroWallet.getAccounts
(boolean includeSubaddresses) Get all accounts.MoneroWallet.getAccounts
(boolean includeSubaddresses, String tag) Get accounts with a given tag.MoneroWallet.getAccounts
(String tag) Get accounts with a given tag.MoneroWalletFull.getAccounts
(boolean includeSubaddresses, String tag) MoneroWalletRpc.getAccounts
(boolean includeSubaddresses, String tag) MoneroWalletRpc.getAccounts
(boolean includeSubaddresses, String tag, boolean skipBalances)