mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Add method for directly setting a transaction's balance
This commit is contained in:
@ -13,4 +13,6 @@ public interface Transaction
|
||||
long addBalance(final long amount);
|
||||
|
||||
long removeBalance(final long amount);
|
||||
|
||||
void setBalance(final long newBalance);
|
||||
}
|
||||
|
Reference in New Issue
Block a user