chainstream-sdk 2.0.10

SDK for interacting with the ChainStream API
Documentation
1
2
3
4
5
6
7
8
//! OpenAPI generated REST API client for ChainStream
//!
//! This module contains the auto-generated client code from the OpenAPI specification.

#![allow(clippy::doc_lazy_continuation)]
#![allow(clippy::doc_overindented_list_items)]

include!("./api.rs");