algonaut 0.8.0

A Rusty sdk for the Algorand blockchain.
Documentation
1
2
3
4
5
6
7
8
pub mod v2;

/// Raw OpenAPI operation functions and transport configuration.
///
/// Re-exported from [`algonaut_indexer::apis`] so callers depending only on
/// `algonaut` can reach the low-level operations without adding an explicit
/// `algonaut_indexer` dependency.
pub use algonaut_indexer::apis as api;