Package org.core.eco.transaction.pending
Class PendingTransactionsImpl
java.lang.Object
org.core.eco.transaction.pending.PendingTransactionsImpl
- All Implemented Interfaces:
PendingTransaction
-
Constructor Summary
ConstructorsConstructorDescriptionPendingTransactionsImpl(Collection<PendingTransaction> collection)PendingTransactionsImpl(PendingTransaction... array) -
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<TransactionsResult>@NotNull CompletableFuture<TransactionResult>@NotNull TransactionsResult@NotNull List<Transaction>@NotNull AccountbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.core.eco.transaction.pending.PendingTransaction
getCurrentTransaction
-
Constructor Details
-
PendingTransactionsImpl
-
PendingTransactionsImpl
-
-
Method Details
-
getRemainingTransactions
- Specified by:
getRemainingTransactionsin interfacePendingTransaction
-
getTarget
- Specified by:
getTargetin interfacePendingTransaction
-
getCurrentResult
- Specified by:
getCurrentResultin interfacePendingTransaction
-
awaitCurrentTransaction
- Specified by:
awaitCurrentTransactionin interfacePendingTransaction
-
awaitComplete
- Specified by:
awaitCompletein interfacePendingTransaction
-
isComplete
public boolean isComplete()- Specified by:
isCompletein interfacePendingTransaction
-