Add PublicKey wrapper

Add custom formatting for PublicKey display and debug
This commit is contained in:
Tyera Eulberg
2018-07-31 11:26:26 -06:00
committed by Grimes
parent 6693386bc5
commit a86618faf3
2 changed files with 19 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ pub mod wallet;
pub mod window_stage;
pub mod write_stage;
extern crate bincode;
extern crate bs58;
extern crate byteorder;
extern crate chrono;
extern crate generic_array;