Give Transaction its own module

This commit is contained in:
Greg Fitzgerald
2018-03-06 12:18:17 -07:00
parent 66bf889c39
commit 4fcd9e3bd6
13 changed files with 126 additions and 112 deletions

View File

@ -2,6 +2,7 @@
pub mod log;
pub mod logger;
pub mod event;
pub mod transaction;
pub mod genesis;
pub mod historian;
pub mod accountant;