chainthru-client

Crates.iochainthru-client
lib.rschainthru-client
version0.0.0-reserved
sourcesrc
created_at2023-12-05 20:32:43.005494
updated_at2023-12-05 20:37:24.236012
descriptionEthereum Indexer
homepage
repository
max_upload_size
id1059037
size18,270
lachezar kolev (lbkolev)

documentation

README

Rust API client for chainthru-client

Ethereum Indexer

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 0.0.1
  • Package version: 0.0.1
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named chainthru-client and add the following to Cargo.toml under [dependencies]:

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

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description

BlockApi | get_blocks_count | GET /api/v1/blocks/count | Get the Count of Blocks LogApi | get_logs_count | GET /api/v1/logs/count | Get the Count of Logs TransactionApi | get_transactions_count | GET /api/v1/transactions/count | Get the Count of Transactions

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

lachezarkolevgg@gmail.com

Commit count: 0

cargo fmt