cryo
cryo copied to clipboard
Added raw transaction to Transactions schema
Motivation
Cryo is not providing a column to get a raw transaction. I think it can be useful for other devs.
Solution
I extended the Transactions
schema to provide the raw
additional field.
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes