Files
solana/remote-wallet/src/lib.rs
Tyera Eulberg 2374cf09e2 Enable remote-wallet signing in solana-keygen (#8267)
* Add fallible methods to KeypairUtil

* Add RemoteKeypair struct and impl KeypairUtil

* Implement RemoteKeypair in keygen; also add parse_keypair_path for cleanup
2020-02-13 14:08:34 -07:00

4 lines
63 B
Rust

pub mod ledger;
pub mod remote_keypair;
pub mod remote_wallet;