v0.5.2-pre.005
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-wallet/src/lib.rs
|
||||
// version: 7
|
||||
// version: 8
|
||||
|
||||
//! Wallet boundary for local key storage and transaction signing.
|
||||
#![warn(missing_docs)]
|
||||
@@ -10,6 +10,7 @@ mod constants;
|
||||
mod manager;
|
||||
mod native;
|
||||
mod password;
|
||||
mod transfer;
|
||||
mod unlocked;
|
||||
mod wallet;
|
||||
|
||||
@@ -21,6 +22,8 @@ pub use self::manager::WalletFileHandle;
|
||||
pub use self::manager::WalletManager;
|
||||
/// Explicit non-clonable password supplied to native wallet operations.
|
||||
pub use self::password::WalletPassword;
|
||||
/// Explicit secret import/export format supported by the wallet boundary.
|
||||
pub use self::transfer::WalletTransferFormat;
|
||||
/// Authenticated signing capability for one unlocked persistent wallet.
|
||||
pub use self::unlocked::UnlockedWallet;
|
||||
/// Solana keypair kept private inside the wallet boundary.
|
||||
|
||||
Reference in New Issue
Block a user