Package org.core.eco.transaction.pending
Interface PendingTransaction
- All Known Subinterfaces:
PendingSingleTransaction
- All Known Implementing Classes:
PendingSingleTransactionImpl,PendingTransactionsImpl
public interface PendingTransaction
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<TransactionsResult>@NotNull CompletableFuture<TransactionResult>@NotNull TransactionsResultdefault Optional<Transaction>@NotNull List<Transaction>@NotNull Accountboolean
-
Method Details
-
getRemainingTransactions
-
getTarget
-
getCurrentResult
-
awaitCurrentTransaction
-
awaitComplete
-
isComplete
boolean isComplete() -
getCurrentTransaction
-