public interface ICruxAsyncIngestAPI extends ICruxIngestAPI
| Modifier and Type | Method and Description |
|---|---|
IDeref |
submitTxAsync(List<List<?>> txOps)
Deprecated.
in favour of
submitTxAsync(Transaction) |
CompletableFuture<TransactionInstant> |
submitTxAsync(Transaction txOps)
Writes transactions to the log for processing.
|
openTxLog, submitTx, submitTxCompletableFuture<TransactionInstant> submitTxAsync(Transaction txOps)
txOps - the transactions to be processed.CompletableFuture with a map with details about the submitted transaction.@Deprecated IDeref submitTxAsync(List<List<?>> txOps)
submitTxAsync(Transaction)txOps - the transactions to be processed.