mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Refactor transaction balance methods to be more in-line with EconomicEntityData
This commit is contained in:
@ -10,9 +10,9 @@ public interface Transaction
|
||||
|
||||
long getBalance();
|
||||
|
||||
long addBalance(final long amount);
|
||||
long addToBalance(final long amount);
|
||||
|
||||
long removeBalance(final long amount);
|
||||
long removeFromBalance(final long amount);
|
||||
|
||||
void setBalance(final long newBalance);
|
||||
}
|
||||
|
Reference in New Issue
Block a user