Skip to main content

chainstream_sdk/openapi/
mod.rs

1//! OpenAPI generated REST API client for ChainStream
2//!
3//! This module contains the auto-generated client code from the OpenAPI specification.
4
5#![allow(clippy::doc_lazy_continuation)]
6#![allow(clippy::doc_overindented_list_items)]
7
8include!("./api.rs");