* adds a `received` field to the `getaddressbalance` RPC output, and allows for calling the address RPCs with a single address as a parameter instead of only accepting a list of addresses
* Reverts a change to the param type for `getaddressbalance` RPC and updates serialization tests for its return type.
* Applies suggestion from code review
* fix test_get_address_balance test
---------
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>