cardanowall-cli 0.2.0

The cardanowall CLI: a standalone Label 309 Proof-of-Existence verifier and toolkit.
Documentation
1
2
3
4
5
6
7
8
//! Local on-device state: the per-identity inbox bookmark.

pub mod bookmark;

pub use bookmark::{
    bookmark_path, ed25519_prefix, ed25519_pubkey_hex, load_or_init, save, InboxBookmark,
    SealedMatchEntry,
};