aptos-core
aptos-core copied to clipboard
[api] Add an experimental raw DB data API
Description
This API should be able to get responses in both JSON and BCS direct from the DB, and can use move types to convert the versions directly in other languages.
TODO: Move it to Poem
Test Plan
Manual testing so far, successfully can parse out types on the Rest side. Will add tests in soon in a future update.