solana-tools-lite-cli 0.1.2

CLI for solana-tools-lite: offline-first Solana signer toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod presenter_trait;
pub use presenter_trait::Presentable;

mod base58_presenter;
mod gen_presenter;
mod sign_presenter;
pub mod analysis_presenter;
mod verify_presenter;
mod utils;

pub use analysis_presenter::AnalysisPresenter;
pub(crate) use utils::{emit_line, pretty_print_json};