data-anchor-api 0.4.6

The shared API for the Data Anchor indexer.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

mod indexing;
mod rpc;

pub use data_anchor_proofs::compound::CompoundInclusionProof;
pub use indexing::*;
pub use rpc::*;