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 TransactionsResult
default Optional<Transaction>
@NotNull List<Transaction>
@NotNull Account
boolean
-
Method Details
-
getRemainingTransactions
-
getTarget
-
getCurrentResult
-
awaitCurrentTransaction
-
awaitComplete
-
isComplete
boolean isComplete() -
getCurrentTransaction
-