1 个不稳定版本

0.0.1 2023年12月5日
0.0.0-保留2023年12月5日

#61 in #indexer

MIT 许可证

15KB
243

Rust API 客户端 for chainthru-client

Ethereum 索引器

概述

此 API 客户端是由 OpenAPI Generator 项目生成的。通过使用来自远程服务器的 openapi-spec,您可以轻松生成 API 客户端。

  • API 版本: 0.0.1
  • 包版本: 0.0.1
  • 构建包: org.openapitools.codegen.languages.RustClientCodegen

安装

将包放入项目文件夹下的名为 chainthru-client 的目录中,并在 Cargo.toml 下的 [dependencies] 添加以下内容

chainthru-client = { path = "./chainthru-client" }

API 端点文档

所有 URI 都是相对于 https://127.0.0.1

方法 HTTP 请求 描述
BlockApi get_blocks_count GET /api/v1/blocks/count 获取区块数量
LogApi get_logs_count GET /api/v1/logs/count 获取日志数量
TransactionApi get_transactions_count GET /api/v1/transactions/count 获取交易数量

模型文档

要访问包生成的文档,请使用

cargo doc --open

作者

[email protected]

依赖项

~4–19MB
~251K SLoC