All Classes and Interfaces

Class
Description
Enumerates connection types.
Base filter.
Collection of general purpose utilities.
Represents an exception handling JSON.
Collection of utilities for working with JSON.
Monero account model.
Represents an account tag.
Monero address book entry model.
Enumerates Monero address types.
Models an alternative chain seen by the node.
Monero banhammer.
Models a Monero block in the blockchain.
Models a Monero block header which contains information about the block.
Monero block template to mine.
Base class for results from checking a transaction or reserve proof.
Results from checking a reserve proof.
Results from checking a transaction key.
Manages a collection of prioritized connections to daemon or wallet RPC endpoints.
Specify behavior when polling.
Default connection manager listener which takes no action on notifications.
Monero daemon connection span.
Monero daemon interface.
Abstract default implementation of a Monero daemon.
Monero daemon info.
Receives notifications as a daemon is updated.
Implements a Monero daemon using monerod.
Models daemon synchronization information.
Models the result of checking for a daemon update.
Models the result of downloading an update.
Maintains metadata for a decoded address.
Models an outgoing transfer destination.
Exception when interacting with a Monero wallet or daemon.
Models a Monero fee estimate.
Monero hard fork info.
Models an incoming transfer of funds to the wallet.
Monero integrated address model.
Models a Monero key image.
Models results from importing key images.
Enumerate key image spent statuses.
Message signature verification result.
Enumerate message signature types.
Model for the summation of miner emissions and fees.
Monero daemon mining status.
Models information about a multisig wallet.
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.
Models the result of signing multisig tx hex.
Enumerates daemon networks.
Models an outgoing transfer of funds from the wallet.
Models a Monero transaction output.
Monero output distribution entry.
Entry in a Monero output histogram (see get_output_histogram of Daemon RPC documentation).
Configures a query to retrieve wallet outputs (i.e.
Models a Monero output with wallet extensions.
Models a peer to the daemon.
Result of pruning the blockchain.
Maintains a connection and sends requests to a Monero RPC API.
Exception when interacting with the Monero daemon or wallet RPC API.
Monero subaddress model.
Models the result from submitting a tx to a daemon.
Result from syncing a Monero wallet.
Models a base transfer of funds to or from the wallet.
Configures a query to retrieve transfers.
Represents a transaction on the Monero network.
TODO.
Configures a transaction to send, sweep, or create a payment URI.
Models transaction pool statistics.
Enumerates transaction priorities.
Configures a query to retrieve transactions.
Groups transactions who share common hex data which is needed in order to sign and submit the transactions.
Models a Monero transaction with wallet extensions.
Collection of Monero utilities.
Defines a Monero version.
Monero wallet interface.
Configuration to create a Monero wallet.
Implements a Monero wallet using fully client-side JNI bindings to monero-project's wallet2 in C++.
Default wallet listener which takes no action on notifications.
Interface to receive wallet notifications.
Implements a Monero wallet using monero-wallet-rpc.
Compares two transfers by ascending account and subaddress indices.
Compares two outputs by ascending account and subaddress indices.
SSL options for remote endpoints.
Collection of utilities for working with streams.
Run a task in a fixed period loop.