Uses of Class
monero.wallet.model.MoneroAccount
-
Uses of MoneroAccount in monero.wallet
Modifier 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) Modifier 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)