data-anchor-blober 0.2.3

The Data Anchor Blober program used to store hashes of blob data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod close;
pub mod close_blob;
pub mod configure_checkpoint;
pub mod create_checkpoint;
pub mod declare_blob;
pub mod finalize_blob;
pub mod initialize;
pub mod insert_chunk;

pub use close::*;
pub use close_blob::*;
pub use configure_checkpoint::*;
pub use create_checkpoint::*;
pub use declare_blob::*;
pub use finalize_blob::*;
pub use initialize::*;
pub use insert_chunk::*;