exochain-dag-db-api 0.2.0-beta

EXOCHAIN DAG DB API DTO wire contracts
Documentation
  • Coverage
  • 14.34%
    121 out of 844 items documented0 out of 79 items with examples
  • Size
  • Source code size: 96.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.94 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • exochain/exochain
    9 2 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bob-stewart

ExoChain DAG DB API DTOs.

exo-dag-db-api owns these wire shapes. exo-api::dagdb re-exports them as the stable compatibility path for gateway, node, SDK, and external callers.

Every consumer-facing REST response DTO carries a stable schema_version string constant so a non-Rust integrator can detect the wire-contract version directly from a response body. The constants below are the single source of truth; the checked-in machine contract under docs/dagdb/api/ and the fixture round-trip tests are asserted against them.