1 unstable release
Uses new Rust 2024
| 0.0.1 | Jun 18, 2025 |
|---|
#2 in #imbibe
Used in imbibe
64KB
1.5K
SLoC
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.
Dependencies
~43MB
~690K SLoC