This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
d651cb7a250f85d691035e93a25d2c832a9c71d3
solana
/
wallet
/
src
/
lib.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Add config get/set functionality to wallet (#5452) automerge
2019-08-07 13:17:11 -06:00
#[
macro_use
]
extern
crate
lazy_static
;
pub
mod
config
;
Add cluster-version subcommand to return entrypoint versions (#5464)
2019-08-08 11:13:06 -06:00
pub
mod
display
;
Improve Wallet coverage (#2385) * Add trait for RpcRequestHandler trait for RpcClient and add MockRpcClient for unit tests * Add request_airdrop integration test * Add timestamp_tx, witness_tx, and cancel_tx to wallet integration tests; add wallet integration tests to test-stable * Add test cases * Ignore plentiful sleeps in unit tests
2019-01-14 00:10:03 -07:00
pub
mod
wallet
;
Reference in New Issue
Copy Permalink