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

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
 
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
 
call(Consumer<Handler<AsyncResult<T>>>, Function<? super T, ? extends R>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
callList(Consumer<Handler<AsyncResult<List<T>>>>, Function<T, R>) - 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>, String...) - 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
 
copyToDto(NodeKeyLinkTransaction, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
 
copyToDto(VotingKeyLinkTransaction, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
 
copyToDto(VrfKeyLinkTransaction, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
 
createAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createAddressResolutionStatementFromDto(ResolutionStatementInfoDTO) - 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) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBalanceTransferRecipient(BalanceTransferReceiptDTO) - 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(TransactionInfo, Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createFactory(NetworkType, Deadline, D) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createFactory(NetworkType, Deadline, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
createFactory(NetworkType, Deadline, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
createFactory(NetworkType, Deadline, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
createFactory(NetworkType, Deadline, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
 
createFactory(NetworkType, Deadline, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
 
createFactory(NetworkType, Deadline, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
 
createFinalizationRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createHashLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
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
 
createMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createMosaicResolutionStatementFromDto(ResolutionStatementInfoDTO) - 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) - 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
 
createSecretLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createTransactionInfo(Object, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createTransactionRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createTransactionStatement(TransactionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createTransactionStatusRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 

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
 

F

FinalizationRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
FinalizationRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
 

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
 
getAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
getAccountRestrictions(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
getAccountRestrictionsMerkle(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
 
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
 
getBoolean(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getChainInfo() - 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.FinalizationRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
 
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.SecretLockRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
 
getFinalizationProofAtEpoch(long) - Method in class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
 
getFinalizationProofAtHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
 
getHashLock(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
 
getHashLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
 
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
 
getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MerkleMapper
 
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.BlockRepositoryVertxImpl
 
getMerkleTransaction(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
getMetadata(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getMetadataMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
getMosaic(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicMerkle(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
getMosaicRestrictions(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaicRestrictionsMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
getMosaics(List<MosaicId>) - 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
 
getMultisigAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
 
getNamespace(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespaceMerkle(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNamespaceNames(List<NamespaceId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
getNetworkInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getNetworkProperties() - 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
getObject(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
getRentalFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getSecretLock(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
 
getSecretLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
 
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(TransactionGroup, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactionFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
getTransactions(TransactionGroup, List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
getTransactionStatus(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
 
getTransactionStatuses(List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
 
getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 

H

HashLockRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
HashLockRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
 

I

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, NamespaceRepository, Observable<NetworkType>) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 

M

mapFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
mapFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
mapToDto(Transaction, Boolean) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
mapToDto(Transaction, Boolean) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
mapToFactoryFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
mapToFactoryFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
 
MerkleMapper - Class in io.nem.symbol.sdk.infrastructure.vertx
 
MerkleMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.MerkleMapper
 
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) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
MultisigRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
MultisigRepositoryVertxImpl(ApiClient) - 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) - 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
 
NodeKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
NodeKeyLinkTransaction mapper.
NodeKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
 
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
 

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
 
parseList(String, Class<T>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
 
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) - 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

search(AccountSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
search(BlockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
search(HashLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
 
search(MetadataSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
 
search(MosaicSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 
search(NamespaceSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
 
search(AccountRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
 
search(MosaicRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
 
search(SecretLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
 
search(TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
searchAddressResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
searchMosaicResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
searchReceipts(TransactionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
 
SecretLockRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
 
SecretLockRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
 
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, JsonHelper) - 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, NetworkType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
toDto(OrderBy) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toDto(PublicKey) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toDto(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toDto(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toDto(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toFinalizedBlock(FinalizedBlockDTO) - Static method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
 
toFinalizedBlock(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
toMerkleStateInfo(MerkleStateInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toMerkleStateInfo(MerkleStateInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MerkleMapper
 
toPage(Pagination, List<T>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
toTransaction(TransactionGroup, Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
 
TransactionRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Transaction http repository.
TransactionRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
TransactionStatusRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
Transaction status http repository.
TransactionStatusRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
 
transactionToJson(Transaction) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonSerializationVertx
 

V

VotingKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
VotingKeyLinkTransaction mapper.
VotingKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
 
VrfKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
VrfKeyLinkTransaction mapper.
VrfKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
 
A B C E F G H I J L M N O P R S T V 
Skip navigation links