Skip navigation links
A B C E G I J L M N O P R S T U 

A

AbstractRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Created by fernando on 30/07/19.
AbstractRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
AbstractTransactionMapper<D,T extends io.nem.symbol.sdk.model.transaction.Transaction> - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
Abstract transaction mapper for the transaction mappers that support a specific type of transaction (Account Link, Mosaic Alias, etc.).
AbstractTransactionMapper(JsonHelper, TransactionType, Class<D>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
AccountAddressRestrictionTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
DTO mapper of AccountAddressRestrictionTransaction.
AccountAddressRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
AccountMosaicRestrictionTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
DTO mapper of AccountMosaicRestrictionTransaction.
AccountMosaicRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
AccountOperationRestrictionTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
DTO mapper of AccountOperationRestrictionTransaction.
AccountOperationRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
AccountRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Created by fernando on 29/07/19.
AccountRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
aggregateBondedTransactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
aggregateBondedTransactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
announce(SignedTransaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
announceAggregateBonded(SignedTransaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
announceAggregateBondedCosignature(CosignatureSignedTransaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 

B

BigIntegerSerializer() - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2.BigIntegerSerializer
 
BlockRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Blockchain http repository.
BlockRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 

C

call(Consumer<Handler<AsyncResult<T>>>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
ChainRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Chain http repository.
ChainRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
 
close() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
Close webSocket connection
close() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
configureMapper(ObjectMapper) - Static method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
contains(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
convert(Object, Class<T>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
copyToDto(T, D) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
Subclasses need to map the values from the transaction model to the transaction dto.
copyToDto(AccountAddressRestrictionTransaction, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
copyToDto(AccountMosaicRestrictionTransaction, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
copyToDto(AccountOperationRestrictionTransaction, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
createAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createAddressResolutionStatementFromDto(ResolutionStatementDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createArtifactExpiryReceipt(NamespaceExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createArtifactExpiryReceipt(MosaicExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBalanceChangeReceipt(BalanceChangeReceiptDTO, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBalanceTransferRecipient(BalanceTransferReceiptDTO, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBlockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createChainRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createFactory(NetworkType, D) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createFactory(NetworkType, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
createFactory(NetworkType, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
createFactory(NetworkType, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
createInflationReceipt(InflationReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createJsonSerialization() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createListener() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createMetadataRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createModel(TransactionInfo, Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createMosaicResolutionStatementFromDto(ResolutionStatementDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createMultisigRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createNamespaceRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createNetworkRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createNodeRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createReceiptFromDto(Object, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createReceiptRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createRestrictionAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createRestrictionMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createStatementFromDto(StatementsDTO, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createTransactionInfo(TransactionMetaDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createTransactionInfo(EmbeddedTransactionMetaDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createTransactionRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createTransactionStatement(TransactionStatementDTO, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 

E

exceptionHandling(Throwable, IllegalArgumentException) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
exceptionHandling(Observable<T>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 

G

GeneralTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
Entry point for the transaction mapping.
GeneralTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
getAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
getAccountMetadata(Address, Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getAccountMetadataByKey(Address, BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getAccountMetadataByKeyAndSender(Address, BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getAccountRestrictions(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
getAccountsInfo(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
getAccountsNames(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getAccountsRestrictions(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
getBigInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getBlockByHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getBlockchainHeight() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
Get Block chain height
getBlockReceipts(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
getBlocksByHeightWithLimit(BigInteger, int) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getBlockTransactions(BigInteger, QueryParams) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getBlockTransactions(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getBoolean(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getChainScore() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
Get Block chain score
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getId(Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
getInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
getLinkedAddress(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
Gets the Address from a AddressAlias
getLinkedMosaicId(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
Gets the MosaicId from a MosaicAlias
getLong(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getMerkleReceipts(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
getMerkleTransaction(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getMosaic(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicAddressRestriction(MosaicId, Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaicAddressRestrictions(MosaicId, List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaicGlobalRestriction(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaicGlobalRestrictions(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaicMetadata(MosaicId, Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getMosaicMetadataByKey(MosaicId, BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getMosaicMetadataByKeyAndSender(MosaicId, BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getMosaics(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicsFromAccount(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicsFromAccounts(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicsNames(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getMultisigAccountGraphInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
 
getMultisigAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
 
getNamespace(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespaceMetadata(NamespaceId, Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getNamespaceMetadataByKey(NamespaceId, BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getNamespaceMetadataByKeyAndSender(NamespaceId, BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getNamespaceNames(List<NamespaceId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespacesFromAccount(Address, QueryParams) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespacesFromAccount(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespacesFromAccounts(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNetworkFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNetworkInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNetworkRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNetworkType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNodeHealth() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get node health information
getNodeInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get node info
getNodePeers() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get node info of the pears visible by the node.
getNodeRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNodeStorage() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get storage info
getNodeTime() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get node time
getOrder(Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
getPageSize(Optional<QueryParams>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
getServerInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
Get server info
getString(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getTransaction(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactions(List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactionStatus(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactionStatuses(List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
getTransactionType() - Method in interface io.nem.symbol.sdk.infrastructure.vertx.mappers.TransactionMapper
The type of transactions this mapper supports.

I

incomingTransactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
incomingTransactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
io.nem.symbol.sdk.infrastructure.vertx - package io.nem.symbol.sdk.infrastructure.vertx
 
io.nem.symbol.sdk.infrastructure.vertx.mappers - package io.nem.symbol.sdk.infrastructure.vertx.mappers
 

J

JsonHelperJackson2 - Class in io.nem.symbol.sdk.infrastructure.vertx
Created by fernando on 03/08/19.
JsonHelperJackson2(ObjectMapper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
JsonHelperJackson2() - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
JsonHelperJackson2.BigIntegerSerializer - Class in io.nem.symbol.sdk.infrastructure.vertx
 
JsonSerializationVertx - Class in io.nem.symbol.sdk.infrastructure.vertx
Vertx implementation of JsonSerialization
JsonSerializationVertx(ObjectMapper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.JsonSerializationVertx
 
jsonToTransaction(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonSerializationVertx
 

L

ListenerVertx - Class in io.nem.symbol.sdk.infrastructure.vertx
Vertx implementations of the Listener.
ListenerVertx(HttpClient, String) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 

M

map(EmbeddedTransactionInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
map(TransactionInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
map(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
map(EmbeddedTransactionInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
map(TransactionInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
map(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
map(EmbeddedTransactionInfoDTO) - Method in interface io.nem.symbol.sdk.infrastructure.vertx.mappers.TransactionMapper
It maps an embedded transaction included in an aggregate transaction.
map(TransactionInfoDTO) - Method in interface io.nem.symbol.sdk.infrastructure.vertx.mappers.TransactionMapper
It maps a general transaction included in a top level json response.
map(Transaction) - Method in interface io.nem.symbol.sdk.infrastructure.vertx.mappers.TransactionMapper
It maps an transaction to an DTO transaction.
mapToEmbedded(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
mapToEmbedded(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
mapToEmbedded(Transaction) - Method in interface io.nem.symbol.sdk.infrastructure.vertx.mappers.TransactionMapper
It maps an inner transaction to an embedded DTO transaction.
MetadataRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Implementation of MetadataRepository
MetadataRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
MosaicRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Mosaic http repository.
MosaicRepositoryVertxImpl(ApiClient, Observable<NetworkType>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
MultisigRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
MultisigRepositoryVertxImpl(ApiClient, Observable<NetworkType>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
 

N

NamespaceRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Namespace http repository.
NamespaceRepositoryVertxImpl(ApiClient, Observable<NetworkType>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
NetworkRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Created by fernando on 30/07/19.
NetworkRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
NodeRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Node http repository.
NodeRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
 

O

onError(IllegalArgumentException) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
open() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
outgoingTransactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
outgoingTransactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 

P

parse(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
parse(String, Class<T>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
partialTransactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
partialTransactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
prettyPrint(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
print(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 

R

ReceiptMappingVertx - Class in io.nem.symbol.sdk.infrastructure.vertx
 
ReceiptMappingVertx(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
ReceiptRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
OkHttp implementation of ReceiptRepository.
ReceiptRepositoryVertxImpl(ApiClient, Observable<NetworkType>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
RepositoryFactoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Vertx implementation of a RepositoryFactory
RepositoryFactoryVertxImpl(String) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
RepositoryFactoryVertxImpl(RepositoryFactoryConfiguration) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
RestrictionAccountRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
RestrictionAccountRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
RestrictionMosaicRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
RestrictionMosaicRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 

S

serialize(BigInteger, JsonGenerator, SerializerProvider) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2.BigIntegerSerializer
 
subscribeTo(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 

T

toBlockInfo(BlockInfoDTO) - Static method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
toBlockInfo(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
toCosignatureSignedTransaction(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
toHex(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
toTransaction(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
TransactionMapper - Interface in io.nem.symbol.sdk.infrastructure.vertx.mappers
A transaction mapper knows how to map DTO for standard and embedded transactions into a Transaction object.
TransactionRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Transaction http repository.
TransactionRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
transactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
transactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
transactionToJson(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonSerializationVertx
 

U

unconfirmedTransactions(PublicAccount) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
unconfirmedTransactions(PublicAccount, TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
A B C E G I J L M N O P R S T U 
Skip navigation links