Skip to content

Commit a601ffd

Browse files
committed
refactor(handlers): Add types for outputting data
- add trait for formatting outputs - add types for presenting data to the output - refactor offline mod to use types
1 parent 9e03351 commit a601ffd

5 files changed

Lines changed: 500 additions & 313 deletions

File tree

src/handlers/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub mod key;
44
pub mod offline;
55
pub mod online;
66
pub mod repl;
7+
pub mod types;
78
pub mod wallets;
89

910
#[cfg(feature = "repl")]

0 commit comments

Comments
 (0)