- Fix get_outs with an unauthenticated node.
- Make RPC digest authentication optional and update demo to use public node.
- Add helper functions for /get_outs: getOut and getOuts with response model.
- Add utility function for converting relative key offsets (as would be parsed from a transaction) to absolute key offsets (as would be used in /get_outs).
- Support direct endpoints (eg. /get_transactions vs. /json_rpc).
- Initial version.
- Monero JSON-RPC API wrapper in Dart.