oxen-core/utils/local-devnet
Sean Darcy f45d0588ae Adds RPC endpoint for accrued batching balances
This allows a user to query the daemon and ask for the accrued balance
of oxen rewards that have been batched but not yet paid out.

The endpoint takes in an array of addresses (Strings) and returns an
array of atomic oxen amounts (integers) that reflect the current
database balances for those requested addresses.

For example an address has accrued 2x batch payments of 16.5 oxen but
has not yet been paid out will show 33000000000 being the atomic amount
in the database.
2022-05-23 08:47:18 +10:00
..
commands Adds RPC endpoint for accrued batching balances 2022-05-23 08:47:18 +10:00
.gitignore Batching of service node rewards 2022-04-29 09:51:14 +10:00
daemons.py Batching of service node rewards 2022-04-29 09:51:14 +10:00
service_node_network.py Batching of service node rewards 2022-04-29 09:51:14 +10:00