imbibe-querier

Crates.ioimbibe-querier
lib.rsimbibe-querier
version0.0.1
created_at2025-06-18 09:54:57.26566+00
updated_at2025-06-18 09:54:57.26566+00
descriptionprovides Querier that holds a database connection pool, and provides methods to perform various read operations on the database for imbibe
homepage
repositoryhttps://github.com/labcycle/imbibe
max_upload_size
id1716814
size66,750
hubcycle (hubcycle)

documentation

README

imbibe-querier

This crate provides Querier that holds a database connection pool, and provides methods to perform various read operations on the database such as:

  • fetch block by height
  • fetch block by block hash
  • fetch tx by block height and the tx index in block
  • fetch tx by tx hash

tarpc

If tarpc feature is enabled, this crate also provides a tarpc server and client implementation to facilitate the queries across a network.

Commit count: 0

cargo fmt