Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MAINNET - Enum constant in enum monero.daemon.model.MoneroNetworkType
- makeMultisig(List<String>, int, String) - Method in interface monero.wallet.MoneroWallet
-
Make this wallet multisig by importing multisig hex from participants.
- makeMultisig(List<String>, int, String) - Method in class monero.wallet.MoneroWalletFull
- makeMultisig(List<String>, int, String) - Method in class monero.wallet.MoneroWalletRpc
- MAPPER - Static variable in class monero.common.MoneroRpcConnection
- mapToBinary(Map<String, Object>) - Static method in class monero.common.MoneroUtils
- meetsCriteria(MoneroOutputWallet) - Method in class monero.wallet.model.MoneroOutputQuery
- meetsCriteria(MoneroTransfer) - Method in class monero.wallet.model.MoneroTransferQuery
- meetsCriteria(MoneroTxWallet) - Method in class monero.wallet.model.MoneroTxQuery
- meetsCriteria(T) - Method in interface common.types.Filter
-
Indicates if the given item meets the criteria of this filter.
- merge(MoneroBlock) - Method in class monero.daemon.model.MoneroBlock
- merge(MoneroBlockHeader) - Method in class monero.daemon.model.MoneroBlockHeader
- merge(MoneroKeyImage) - Method in class monero.daemon.model.MoneroKeyImage
- merge(MoneroOutput) - Method in class monero.daemon.model.MoneroOutput
- merge(MoneroOutput) - Method in class monero.wallet.model.MoneroOutputWallet
- merge(MoneroTx) - Method in class monero.daemon.model.MoneroTx
- merge(MoneroTx) - Method in class monero.wallet.model.MoneroTxWallet
- merge(MoneroIncomingTransfer) - Method in class monero.wallet.model.MoneroIncomingTransfer
-
Updates this transaction by merging the latest information from the given transaction.
- merge(MoneroOutgoingTransfer) - Method in class monero.wallet.model.MoneroOutgoingTransfer
-
Updates this transaction by merging the latest information from the given transaction.
- merge(MoneroOutputWallet) - Method in class monero.wallet.model.MoneroOutputWallet
- merge(MoneroTransfer) - Method in class monero.wallet.model.MoneroIncomingTransfer
- merge(MoneroTransfer) - Method in class monero.wallet.model.MoneroOutgoingTransfer
- merge(MoneroTransfer) - Method in class monero.wallet.model.MoneroTransfer
-
Updates this transfer by merging the latest information from the given transfer.
- merge(MoneroTxSet) - Method in class monero.wallet.model.MoneroTxSet
- merge(MoneroTxWallet) - Method in class monero.wallet.model.MoneroTxWallet
-
Updates this transaction by merging the latest information from the given transaction.
- mergeTx(List<T>, T) - Static method in class monero.common.MoneroUtils
-
Merges a transaction into a list of existing transactions.
- monero.common - package monero.common
- monero.daemon - package monero.daemon
- monero.daemon.model - package monero.daemon.model
- monero.wallet - package monero.wallet
- monero.wallet.model - package monero.wallet.model
- MoneroAccount - Class in monero.wallet.model
-
Monero account model.
- MoneroAccount() - Constructor for class monero.wallet.model.MoneroAccount
- MoneroAccount(int, String, BigInteger, BigInteger, List<MoneroSubaddress>) - Constructor for class monero.wallet.model.MoneroAccount
- MoneroAccountTag - Class in monero.wallet.model
-
Represents an account tag.
- MoneroAccountTag() - Constructor for class monero.wallet.model.MoneroAccountTag
- MoneroAccountTag(String, String, List<Integer>) - Constructor for class monero.wallet.model.MoneroAccountTag
- MoneroAddressBookEntry - Class in monero.wallet.model
-
Monero address book entry model.
- MoneroAddressBookEntry() - Constructor for class monero.wallet.model.MoneroAddressBookEntry
- MoneroAddressBookEntry(int, String, String, String) - Constructor for class monero.wallet.model.MoneroAddressBookEntry
- MoneroAddressType - Enum in monero.wallet.model
-
Enumerates Monero address types.
- MoneroAltChain - Class in monero.daemon.model
-
Models an alternative chain seen by the node.
- MoneroAltChain() - Constructor for class monero.daemon.model.MoneroAltChain
- MoneroBan - Class in monero.daemon.model
-
Monero banhammer.
- MoneroBan() - Constructor for class monero.daemon.model.MoneroBan
- MoneroBlock - Class in monero.daemon.model
-
Models a Monero block in the blockchain.
- MoneroBlock() - Constructor for class monero.daemon.model.MoneroBlock
- MoneroBlock(MoneroBlock) - Constructor for class monero.daemon.model.MoneroBlock
- MoneroBlock(MoneroBlockHeader) - Constructor for class monero.daemon.model.MoneroBlock
- MoneroBlockHeader - Class in monero.daemon.model
-
Models a Monero block header which contains information about the block.
- MoneroBlockHeader() - Constructor for class monero.daemon.model.MoneroBlockHeader
- MoneroBlockHeader(MoneroBlockHeader) - Constructor for class monero.daemon.model.MoneroBlockHeader
- MoneroBlockTemplate - Class in monero.daemon.model
-
Monero block template to mine.
- MoneroBlockTemplate() - Constructor for class monero.daemon.model.MoneroBlockTemplate
- MoneroCheck - Class in monero.wallet.model
-
Base class for results from checking a transaction or reserve proof.
- MoneroCheck() - Constructor for class monero.wallet.model.MoneroCheck
- MoneroCheckReserve - Class in monero.wallet.model
-
Results from checking a reserve proof.
- MoneroCheckReserve() - Constructor for class monero.wallet.model.MoneroCheckReserve
- MoneroCheckTx - Class in monero.wallet.model
-
Results from checking a transaction key.
- MoneroCheckTx() - Constructor for class monero.wallet.model.MoneroCheckTx
- MoneroConnectionManager - Class in monero.common
-
Manages a collection of prioritized connections to daemon or wallet RPC endpoints.
- MoneroConnectionManager() - Constructor for class monero.common.MoneroConnectionManager
- MoneroConnectionManager.PollType - Enum in monero.common
-
Specify behavior when polling.
- MoneroConnectionManagerListener - Interface in monero.common
-
Default connection manager listener which takes no action on notifications.
- MoneroConnectionSpan - Class in monero.daemon.model
-
Monero daemon connection span.
- MoneroConnectionSpan() - Constructor for class monero.daemon.model.MoneroConnectionSpan
- MoneroDaemon - Interface in monero.daemon
-
Monero daemon interface.
- MoneroDaemonDefault - Class in monero.daemon
-
Abstract default implementation of a Monero daemon.
- MoneroDaemonDefault() - Constructor for class monero.daemon.MoneroDaemonDefault
- MoneroDaemonInfo - Class in monero.daemon.model
-
Monero daemon info.
- MoneroDaemonInfo() - Constructor for class monero.daemon.model.MoneroDaemonInfo
- MoneroDaemonListener - Class in monero.daemon.model
-
Receives notifications as a daemon is updated.
- MoneroDaemonListener() - Constructor for class monero.daemon.model.MoneroDaemonListener
- MoneroDaemonRpc - Class in monero.daemon
-
Implements a Monero daemon using monerod.
- MoneroDaemonRpc(String) - Constructor for class monero.daemon.MoneroDaemonRpc
- MoneroDaemonRpc(String, String, String) - Constructor for class monero.daemon.MoneroDaemonRpc
- MoneroDaemonRpc(URI) - Constructor for class monero.daemon.MoneroDaemonRpc
- MoneroDaemonRpc(List<String>) - Constructor for class monero.daemon.MoneroDaemonRpc
-
Create an internal process running monerod and connect to it.
- MoneroDaemonRpc(MoneroRpcConnection) - Constructor for class monero.daemon.MoneroDaemonRpc
- MoneroDaemonSyncInfo - Class in monero.daemon.model
-
Models daemon synchronization information.
- MoneroDaemonSyncInfo() - Constructor for class monero.daemon.model.MoneroDaemonSyncInfo
- MoneroDaemonUpdateCheckResult - Class in monero.daemon.model
-
Models the result of checking for a daemon update.
- MoneroDaemonUpdateCheckResult() - Constructor for class monero.daemon.model.MoneroDaemonUpdateCheckResult
- MoneroDaemonUpdateDownloadResult - Class in monero.daemon.model
-
Models the result of downloading an update.
- MoneroDaemonUpdateDownloadResult(MoneroDaemonUpdateCheckResult) - Constructor for class monero.daemon.model.MoneroDaemonUpdateDownloadResult
- MoneroDecodedAddress - Class in monero.wallet.model
-
Maintains metadata for a decoded address.
- MoneroDecodedAddress(String, MoneroAddressType, MoneroNetworkType) - Constructor for class monero.wallet.model.MoneroDecodedAddress
- MoneroDestination - Class in monero.wallet.model
-
Models an outgoing transfer destination.
- MoneroDestination() - Constructor for class monero.wallet.model.MoneroDestination
- MoneroDestination(String) - Constructor for class monero.wallet.model.MoneroDestination
- MoneroDestination(String, BigInteger) - Constructor for class monero.wallet.model.MoneroDestination
- MoneroDestination(MoneroDestination) - Constructor for class monero.wallet.model.MoneroDestination
- MoneroError - Exception in monero.common
-
Exception when interacting with a Monero wallet or daemon.
- MoneroError(String) - Constructor for exception monero.common.MoneroError
-
Construct the exception.
- MoneroError(String, Integer) - Constructor for exception monero.common.MoneroError
-
Construct the exception.
- MoneroError(Throwable) - Constructor for exception monero.common.MoneroError
-
Construct the exception with an existing exception.
- MoneroFeeEstimate - Class in monero.daemon.model
-
Models a Monero fee estimate.
- MoneroFeeEstimate() - Constructor for class monero.daemon.model.MoneroFeeEstimate
- MoneroFeeEstimate(BigInteger, List<BigInteger>, BigInteger) - Constructor for class monero.daemon.model.MoneroFeeEstimate
- MoneroFeeEstimate(MoneroFeeEstimate) - Constructor for class monero.daemon.model.MoneroFeeEstimate
- MoneroHardForkInfo - Class in monero.daemon.model
-
Monero hard fork info.
- MoneroHardForkInfo() - Constructor for class monero.daemon.model.MoneroHardForkInfo
- MoneroIncomingTransfer - Class in monero.wallet.model
-
Models an incoming transfer of funds to the wallet.
- MoneroIncomingTransfer() - Constructor for class monero.wallet.model.MoneroIncomingTransfer
- MoneroIncomingTransfer(MoneroIncomingTransfer) - Constructor for class monero.wallet.model.MoneroIncomingTransfer
- MoneroIntegratedAddress - Class in monero.wallet.model
-
Monero integrated address model.
- MoneroIntegratedAddress() - Constructor for class monero.wallet.model.MoneroIntegratedAddress
- MoneroIntegratedAddress(String, String, String) - Constructor for class monero.wallet.model.MoneroIntegratedAddress
- MoneroKeyImage - Class in monero.daemon.model
-
Models a Monero key image.
- MoneroKeyImage() - Constructor for class monero.daemon.model.MoneroKeyImage
- MoneroKeyImage(String) - Constructor for class monero.daemon.model.MoneroKeyImage
- MoneroKeyImage(String, String) - Constructor for class monero.daemon.model.MoneroKeyImage
- MoneroKeyImage(MoneroKeyImage) - Constructor for class monero.daemon.model.MoneroKeyImage
- MoneroKeyImageImportResult - Class in monero.wallet.model
-
Models results from importing key images.
- MoneroKeyImageImportResult() - Constructor for class monero.wallet.model.MoneroKeyImageImportResult
- MoneroKeyImageSpentStatus - Enum in monero.daemon.model
-
Enumerate key image spent statuses.
- MoneroMessageSignatureResult - Class in monero.wallet.model
-
Message signature verification result.
- MoneroMessageSignatureResult(Boolean, Boolean, MoneroMessageSignatureType, Integer) - Constructor for class monero.wallet.model.MoneroMessageSignatureResult
- MoneroMessageSignatureType - Enum in monero.wallet.model
-
Enumerate message signature types.
- MoneroMinerTxSum - Class in monero.daemon.model
-
Model for the summation of miner emissions and fees.
- MoneroMinerTxSum() - Constructor for class monero.daemon.model.MoneroMinerTxSum
- MoneroMiningStatus - Class in monero.daemon.model
-
Monero daemon mining status.
- MoneroMiningStatus() - Constructor for class monero.daemon.model.MoneroMiningStatus
- MoneroMultisigInfo - Class in monero.wallet.model
-
Models information about a multisig wallet.
- MoneroMultisigInfo() - Constructor for class monero.wallet.model.MoneroMultisigInfo
- MoneroMultisigInitResult - Class in monero.wallet.model
-
Models the result of initializing a multisig wallet which results in the multisig wallet's address xor another multisig hex to share with participants to create the wallet.
- MoneroMultisigInitResult() - Constructor for class monero.wallet.model.MoneroMultisigInitResult
- MoneroMultisigSignResult - Class in monero.wallet.model
-
Models the result of signing multisig tx hex.
- MoneroMultisigSignResult() - Constructor for class monero.wallet.model.MoneroMultisigSignResult
- MoneroNetworkType - Enum in monero.daemon.model
-
Enumerates daemon networks.
- MoneroOutgoingTransfer - Class in monero.wallet.model
-
Models an outgoing transfer of funds from the wallet.
- MoneroOutgoingTransfer() - Constructor for class monero.wallet.model.MoneroOutgoingTransfer
- MoneroOutgoingTransfer(MoneroOutgoingTransfer) - Constructor for class monero.wallet.model.MoneroOutgoingTransfer
- MoneroOutput - Class in monero.daemon.model
-
Models a Monero transaction output.
- MoneroOutput() - Constructor for class monero.daemon.model.MoneroOutput
- MoneroOutput(MoneroOutput) - Constructor for class monero.daemon.model.MoneroOutput
- MoneroOutputDistributionEntry - Class in monero.daemon.model
-
Monero output distribution entry.
- MoneroOutputDistributionEntry() - Constructor for class monero.daemon.model.MoneroOutputDistributionEntry
- MoneroOutputHistogramEntry - Class in monero.daemon.model
-
Entry in a Monero output histogram (see get_output_histogram of Daemon RPC documentation).
- MoneroOutputHistogramEntry() - Constructor for class monero.daemon.model.MoneroOutputHistogramEntry
- MoneroOutputQuery - Class in monero.wallet.model
-
Configures a query to retrieve wallet outputs (i.e.
- MoneroOutputQuery() - Constructor for class monero.wallet.model.MoneroOutputQuery
- MoneroOutputQuery(MoneroOutputQuery) - Constructor for class monero.wallet.model.MoneroOutputQuery
- MoneroOutputWallet - Class in monero.wallet.model
-
Models a Monero output with wallet extensions.
- MoneroOutputWallet() - Constructor for class monero.wallet.model.MoneroOutputWallet
- MoneroOutputWallet(MoneroOutputWallet) - Constructor for class monero.wallet.model.MoneroOutputWallet
-
Deep copy constructor.
- MoneroPeer - Class in monero.daemon.model
-
Models a peer to the daemon.
- MoneroPeer() - Constructor for class monero.daemon.model.MoneroPeer
- MoneroPruneResult - Class in monero.daemon.model
-
Result of pruning the blockchain.
- MoneroPruneResult() - Constructor for class monero.daemon.model.MoneroPruneResult
- MoneroRpcConnection - Class in monero.common
-
Maintains a connection and sends requests to a Monero RPC API.
- MoneroRpcConnection(String) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(String, String, String) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(String, String, String, String) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(URI) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(URI, String, String) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(URI, String, String, URI) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcConnection(MoneroRpcConnection) - Constructor for class monero.common.MoneroRpcConnection
- MoneroRpcError - Exception in monero.common
-
Exception when interacting with the Monero daemon or wallet RPC API.
- MoneroRpcError(String, Integer, String, Object) - Constructor for exception monero.common.MoneroRpcError
- MoneroSubaddress - Class in monero.wallet.model
-
Monero subaddress model.
- MoneroSubaddress() - Constructor for class monero.wallet.model.MoneroSubaddress
- MoneroSubaddress(int, int) - Constructor for class monero.wallet.model.MoneroSubaddress
- MoneroSubaddress(String) - Constructor for class monero.wallet.model.MoneroSubaddress
- MoneroSubmitTxResult - Class in monero.daemon.model
-
Models the result from submitting a tx to a daemon.
- MoneroSubmitTxResult() - Constructor for class monero.daemon.model.MoneroSubmitTxResult
- MoneroSyncResult - Class in monero.wallet.model
-
Result from syncing a Monero wallet.
- MoneroSyncResult() - Constructor for class monero.wallet.model.MoneroSyncResult
- MoneroSyncResult(Long, Boolean) - Constructor for class monero.wallet.model.MoneroSyncResult
- MoneroTransfer - Class in monero.wallet.model
-
Models a base transfer of funds to or from the wallet.
- MoneroTransfer() - Constructor for class monero.wallet.model.MoneroTransfer
- MoneroTransfer(MoneroTransfer) - Constructor for class monero.wallet.model.MoneroTransfer
- MoneroTransferQuery - Class in monero.wallet.model
-
Configures a query to retrieve transfers.
- MoneroTransferQuery() - Constructor for class monero.wallet.model.MoneroTransferQuery
- MoneroTransferQuery(MoneroTransferQuery) - Constructor for class monero.wallet.model.MoneroTransferQuery
- MoneroTx - Class in monero.daemon.model
-
Represents a transaction on the Monero network.
- MoneroTx() - Constructor for class monero.daemon.model.MoneroTx
- MoneroTx(MoneroTx) - Constructor for class monero.daemon.model.MoneroTx
-
Construct this transaction as a deep copy of the given transaction.
- MoneroTxBacklogEntry - Class in monero.daemon.model
-
TODO.
- MoneroTxBacklogEntry() - Constructor for class monero.daemon.model.MoneroTxBacklogEntry
- MoneroTxConfig - Class in monero.wallet.model
-
Configures a transaction to send, sweep, or create a payment URI.
- MoneroTxConfig() - Constructor for class monero.wallet.model.MoneroTxConfig
- MoneroTxPoolStats - Class in monero.daemon.model
-
Models transaction pool statistics.
- MoneroTxPoolStats() - Constructor for class monero.daemon.model.MoneroTxPoolStats
- MoneroTxPriority - Enum in monero.wallet.model
-
Enumerates transaction priorities.
- MoneroTxQuery - Class in monero.wallet.model
-
Configures a query to retrieve transactions.
- MoneroTxQuery() - Constructor for class monero.wallet.model.MoneroTxQuery
- MoneroTxQuery(MoneroTxQuery) - Constructor for class monero.wallet.model.MoneroTxQuery
- MoneroTxSet - Class in monero.wallet.model
-
Groups transactions who share common hex data which is needed in order to sign and submit the transactions.
- MoneroTxSet() - Constructor for class monero.wallet.model.MoneroTxSet
- MoneroTxWallet - Class in monero.wallet.model
-
Models a Monero transaction with wallet extensions.
- MoneroTxWallet() - Constructor for class monero.wallet.model.MoneroTxWallet
- MoneroTxWallet(MoneroTxWallet) - Constructor for class monero.wallet.model.MoneroTxWallet
- MoneroUtils - Class in monero.common
-
Collection of Monero utilities.
- MoneroUtils() - Constructor for class monero.common.MoneroUtils
- MoneroVersion - Class in monero.daemon.model
-
Defines a Monero version.
- MoneroVersion() - Constructor for class monero.daemon.model.MoneroVersion
- MoneroVersion(Integer, Boolean) - Constructor for class monero.daemon.model.MoneroVersion
- MoneroWallet - Interface in monero.wallet
-
Monero wallet interface.
- MoneroWalletConfig - Class in monero.wallet.model
-
Configuration to create a Monero wallet.
- MoneroWalletConfig() - Constructor for class monero.wallet.model.MoneroWalletConfig
- MoneroWalletConfig(MoneroWalletConfig) - Constructor for class monero.wallet.model.MoneroWalletConfig
- MoneroWalletFull - Class in monero.wallet
-
Implements a Monero wallet using fully client-side JNI bindings to monero-project's wallet2 in C++.
- MoneroWalletListener - Class in monero.wallet.model
-
Default wallet listener which takes no action on notifications.
- MoneroWalletListener() - Constructor for class monero.wallet.model.MoneroWalletListener
- MoneroWalletListenerI - Interface in monero.wallet.model
-
Interface to receive wallet notifications.
- MoneroWalletRpc - Class in monero.wallet
-
Implements a Monero wallet using monero-wallet-rpc.
- MoneroWalletRpc(String) - Constructor for class monero.wallet.MoneroWalletRpc
- MoneroWalletRpc(String, String, String) - Constructor for class monero.wallet.MoneroWalletRpc
- MoneroWalletRpc(String, String, String, String) - Constructor for class monero.wallet.MoneroWalletRpc
- MoneroWalletRpc(List<String>) - Constructor for class monero.wallet.MoneroWalletRpc
-
Create an internal process running monero-wallet-rpc and connect to it.
- MoneroWalletRpc(MoneroRpcConnection) - Constructor for class monero.wallet.MoneroWalletRpc
- MoneroWalletRpc.IncomingTransferComparator - Class in monero.wallet
-
Compares two transfers by ascending account and subaddress indices.
- MoneroWalletRpc.OutputComparator - Class in monero.wallet
-
Compares two outputs by ascending account and subaddress indices.
- moveTo(String) - Method in class monero.wallet.MoneroWalletFull
-
Move the wallet from its current path to the given path.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form