stellar-data 0.1.5

A command line tool and REST API for querying the Stellar blockchain using public data lakes and RPC nodes, providing JSON formatted responses to simplify data availability
1
2
3
4
5
pub mod range;
pub mod horizon;

pub use range::LedgerRange;
pub use horizon::get_latest_ledger;