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