Skip navigation links
A B C E G 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
 
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, 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
 
createFactory(NetworkType, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
 
createFactory(NetworkType, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
 
createFactory(NetworkType, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
 
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
 
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
 

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
 
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
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
 
getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
 
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.BlockRepositoryVertxImpl
 
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
 
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
 
getNamespace(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
getRentalFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
 
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
 

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) - 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
 
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) - 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(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(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
 
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
 
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(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
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 G I J L M N O P R S T V 
Skip navigation links