hydra
hydra copied to clipboard
Output transactions to client in CBOR instead of JSON
Why
- The
ServerOutputdata providesSeenandConfirmedtransactions in a custom JSON format described in our API doc - This makes integration with pre-existing thirdparty tools like "chain indexers", which most probably use CBOR format, harder
What
- Optionally format transactions in CBOR in the
ServerOutputmessages