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

A

AbstractRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Created by fernando on 30/07/19.
AbstractRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
AbstractTransactionMapper<D,T extends io.nem.sdk.model.transaction.Transaction> - Class in io.nem.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.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
AccountAddressRestrictionTransactionMapper - Class in io.nem.sdk.infrastructure.vertx.mappers
DTO mapper of AccountAddressRestrictionTransaction.
AccountAddressRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
AccountMosaicRestrictionTransactionMapper - Class in io.nem.sdk.infrastructure.vertx.mappers
DTO mapper of AccountMosaicRestrictionTransaction.
AccountMosaicRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
AccountOperationRestrictionTransactionMapper - Class in io.nem.sdk.infrastructure.vertx.mappers
DTO mapper of AccountOperationRestrictionTransaction.
AccountOperationRestrictionTransactionMapper(JsonHelper) - Constructor for class io.nem.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
AccountRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Created by fernando on 29/07/19.
AccountRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
aggregateBondedTransactions(PublicAccount) - Method in class io.nem.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
aggregateBondedTransactions(PublicAccount, QueryParams) - Method in class io.nem.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
announce(SignedTransaction) - Method in class io.nem.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
announceAggregateBonded(SignedTransaction) - Method in class io.nem.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
announceAggregateBondedCosignature(CosignatureSignedTransaction) - Method in class io.nem.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 

B

BigIntegerSerializer() - Constructor for class io.nem.sdk.infrastructure.vertx.JsonHelperJackson2.BigIntegerSerializer
 
BlockRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Blockchain http repository.
BlockRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 

C

call(Consumer<Handler<AsyncResult<T>>>) - Method in class io.nem.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
ChainRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Chain http repository.
ChainRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
 
close() - Method in class io.nem.sdk.infrastructure.vertx.ListenerVertx
Close webSocket connection
close() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
configureMapper(ObjectMapper) - Static method in class io.nem.sdk.infrastructure.vertx.JsonHelperJackson2
 
contains(Object, String...) - Method in class io.nem.sdk.infrastructure.vertx.JsonHelperJackson2
 
convert(Object, Class<T>) - Method in class io.nem.sdk.infrastructure.vertx.JsonHelperJackson2
 
copyToDto(T, D) - Method in class io.nem.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.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
copyToDto(AccountMosaicRestrictionTransaction, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
copyToDto(AccountOperationRestrictionTransaction, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
createAccountRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createAddressResolutionStatementFromDto(ResolutionStatementDTO) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createArtifactExpiryReceipt(ArtifactExpiryReceiptDTO, ReceiptType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBalanceChangeReceipt(BalanceChangeReceiptDTO, NetworkType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBalanceTransferRecipient(BalanceTransferReceiptDTO, NetworkType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createBlockRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createChainRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createDiagnosticRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createFactory(NetworkType, D) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createFactory(NetworkType, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
 
createFactory(NetworkType, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
 
createFactory(NetworkType, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
 
createInflationReceipt(InflationReceiptDTO) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createJsonSerialization() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createListener() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createMetadataRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createModel(TransactionInfo, Object) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createMosaicRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createMosaicResolutionStatementFromDto(ResolutionStatementDTO) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createNamespaceRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createNetworkRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createNodeRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createReceiptFromDto(Object, NetworkType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createRestrictionRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createStatementFromDto(StatementsDTO, NetworkType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
createTransactionInfo(TransactionMetaDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createTransactionInfo(EmbeddedTransactionMetaDTO) - Method in class io.nem.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
 
createTransactionRepository() - Method in class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
createTransactionStatement(TransactionStatementDTO, NetworkType) - Method in class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 

D

DiagnosticRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Diagnostic http repository.
DiagnosticRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.DiagnosticRepositoryVertxImpl
 

E

exceptionHandling(Throwable) - Method in class io.nem.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
exceptionHandling(Observable<T>) - Method in class io.nem.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
 
extractMosaicFlags(MosaicDTO) - Static method in class io.nem.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
 

G

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

I

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

J

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

L

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

M

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

N

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

O

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

P

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

R

ReceiptMappingVertx - Class in io.nem.sdk.infrastructure.vertx
 
ReceiptMappingVertx(JsonHelper) - Constructor for class io.nem.sdk.infrastructure.vertx.ReceiptMappingVertx
 
RepositoryFactoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
Vertx implementation of a RepositoryFactory
RepositoryFactoryVertxImpl(String) - Constructor for class io.nem.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
 
RestrictionRepositoryVertxImpl - Class in io.nem.sdk.infrastructure.vertx
 
RestrictionRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.RestrictionRepositoryVertxImpl
 

S

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

T

toBlockInfo(BlockInfoDTO) - Static method in class io.nem.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
 
toBlockInfo(Object) - Method in class io.nem.sdk.infrastructure.vertx.ListenerVertx
 
toTransaction(Object) - Method in class io.nem.sdk.infrastructure.vertx.ListenerVertx
 
TransactionMapper - Interface in io.nem.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.sdk.infrastructure.vertx
Transaction http repository.
TransactionRepositoryVertxImpl(ApiClient, Supplier<NetworkType>) - Constructor for class io.nem.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
 
transactions(PublicAccount) - Method in class io.nem.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
transactions(PublicAccount, QueryParams) - Method in class io.nem.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
 
transactionToJson(Transaction) - Method in class io.nem.sdk.infrastructure.vertx.JsonSerializationVertx
 

U

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