| Interface | Description |
|---|---|
| AccountRepository |
Account interface repository.
|
| AggregateTransactionService |
Service that provides useful aggregated transactions methods.
|
| AliasService |
Service used to resolve aliases.
|
| BinarySerialization |
This interface allow users to serialize and deserialize transaction using the symbol binary
format.
|
| BlockRepository |
Blockchain interface repository
|
| BlockService |
Service with block related functions.
|
| ChainRepository | |
| CurrencyService |
A service that allows you loading Network currencies for mosaic creation.
|
| FinalizationRepository |
Repository for finalization objects
|
| HashLockRepository |
Repository used to retrieves lock hashes.
|
| JsonSerialization |
Implementation of this class knows how to serialize different model object from/to DTOs/JSONs.
|
| Listener |
Created by fernando on 19/08/19.
|
| MetadataRepository |
Metadata interface repository.
|
| MetadataTransactionService |
Metadata transaction service.
|
| MosaicRepository |
Mosaic interface repository.
|
| MosaicRestrictionTransactionService |
Service that helps clients setting up and updating mosaic restrictions.
|
| MultisigRepository | |
| NamespaceRepository |
Namespace interface repository.
|
| NetworkRepository |
Network interface repository.
|
| NodeRepository | |
| ReceiptRepository | |
| RepositoryFactory |
A repository factory allows clients to create repositories to access NEM Server without knowing
the underline implementation.
|
| RestrictionAccountRepository |
Restriction interface repository.
|
| RestrictionMosaicRepository |
Restriction interface repository.
|
| Searcher<E,C extends SearchCriteria<C>> |
Objects of this interface know how to search symbol objects based on a criteria returning a page
of these objects.
|
| SearcherRepository<E,C extends SearchCriteria<C>> |
Utility helper that stream pages of searches into an Observable.
|
| SecretLockRepository |
Repository used to retrieves secrets lock.
|
| StateProofService |
Service used to validate if states have valid merkle proofs.
|
| TransactionRepository |
Transaction interface repository.
|
| TransactionService |
Utility service that simplifies how transactions are announced and validated.
|
| TransactionStatusRepository |
Transaction interface repository.
|
| Class | Description |
|---|---|
| AccountPaginationStreamer |
A helper object that streams
AccountInfo using the search. |
| AccountRestrictionSearchCriteria |
The criteria used to search account restrictions
|
| AccountRestrictionsPaginationStreamer |
A helper object that streams
AccountRestrictions using the search. |
| AccountSearchCriteria |
Defines the params used to search accounts.
|
| BlockPaginationStreamer |
A helper object that streams
BlockInfo using the search. |
| BlockSearchCriteria |
Criteria used to search blocks
|
| HashLockPaginationStreamer |
A helper object that streams
HashLockInfo using the search. |
| HashLockSearchCriteria |
Criteria used to hash lock entities.
|
| MetadataPaginationStreamer |
A helper object that streams
Metadata objects using the search. |
| MetadataSearchCriteria |
Criteria used to search metadata entries
|
| MosaicPaginationStreamer |
A helper object that streams
MosaicInfo using the search. |
| MosaicRestrictionPaginationStreamer |
A helper object that streams
MosaicRestriction using the search. |
| MosaicRestrictionSearchCriteria |
The criteria used to search
MosaicRestriction |
| MosaicSearchCriteria |
Criteria used to search mosaics via rest.
|
| NamespacePaginationStreamer |
A helper object that streams
NamespaceInfo using the search. |
| NamespaceSearchCriteria |
Defines the params used to search namespaces.
|
| Page<E> |
It represents a page of results after a repository search call.
|
| PaginationStreamer<E,C extends SearchCriteria<C>> |
Utility helper that stream pages of searches into an Observable.
|
| ReceiptPaginationStreamer |
Factory for recipient streamers.
|
| RepositoryFactoryConfiguration |
This bean helps the user to create
RepositoryFactory. |
| ResolutionStatementSearchCriteria |
Criteria used to filter resolutions.
|
| SearchCriteria<T extends SearchCriteria<T>> |
Basic option used to search pages of entities.
|
| SecretLockPaginationStreamer |
A helper object that streams
SecretLockInfo using the search. |
| SecretLockSearchCriteria |
Criteria used to search secret lock entities.
|
| TransactionPaginationStreamer |
A helper object that streams
Transaction using the search. |
| TransactionSearchCriteria |
Defines the params used to search transactions.
|
| TransactionStatementSearchCriteria |
Criteria used to search TransactionStatement.
|
| Enum | Description |
|---|---|
| AccountOrderBy |
Possible columns accounts can be sorted.
|
| BlockOrderBy |
The order by of a block search operation.
|
| OrderBy |
It defines the direction of ordered results.
|
| Exception | Description |
|---|---|
| RepositoryCallException |
General exception raised when there is an error during a repository call (like a rest call
exception)
|