solana-tools-lite-cli 0.1.1

CLI for solana-tools-lite: offline-first Solana signer toolkit.
Documentation
1
2
3
4
5
6
7
8
pub mod base58;
pub mod generation;
pub mod presenter;
pub mod sign;
pub mod sign_tx;
pub mod verify;
// Re-export only the trait for a cleaner public API.
pub use presenter::Presentable;