Package me.totalfreedom.economy
Interface CompletedTransaction
- All Superinterfaces:
Transaction
Represents an immutable transaction that has been fully handled by a
Transactor instance-
Method Summary
Methods inherited from interface me.totalfreedom.economy.Transaction
getBalance, getDestination, getSource
-
Method Details
-
getResult
TransactionResult getResult()Gets the final result of theTransaction- Returns:
- the result
-