Package org.core.eco.transaction.pending
Class PendingSingleTransactionImpl
java.lang.Object
org.core.eco.transaction.pending.PendingSingleTransactionImpl
- All Implemented Interfaces:
PendingSingleTransaction,PendingTransaction
-
Constructor Summary
ConstructorsConstructorDescriptionPendingSingleTransactionImpl(Account account, Transaction transaction, CompletableFuture<TransactionResult> future) -
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<TransactionsResult>@NotNull CompletableFuture<TransactionResult>@NotNull TransactionsResult@NotNull Account@NotNull TransactionbooleanMethods 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.PendingSingleTransaction
getRemainingTransactionsMethods inherited from interface org.core.eco.transaction.pending.PendingTransaction
getCurrentTransaction
-
Constructor Details
-
PendingSingleTransactionImpl
public PendingSingleTransactionImpl(Account account, Transaction transaction, CompletableFuture<TransactionResult> future)
-
-
Method Details
-
getTransaction
- Specified by:
getTransactionin interfacePendingSingleTransaction
-
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
-