Package org.core.eco.transaction.result
Interface TransactionsResult
- All Known Implementing Classes:
TransactionsResultImpl
public interface TransactionsResult
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
-
Method Details
-
wasSuccessful
default boolean wasSuccessful() -
getTransactions
List<TransactionResult> getTransactions()
-