af-keys 0.17.0

Light-weight, read-only version of Sui's file-based keystore.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Light-weight, read-only version of Sui's file-based keystore.

pub mod keystore;
pub mod multisig;
pub mod public_key;
pub mod utils;
pub mod verifier;

pub use self::keystore::{Alias, Keystore};
pub use self::public_key::PublicKey;