Add doumentation, make tracing optional and expose at OpenBlock level.

This commit is contained in:
Gav Wood
2016-03-19 12:54:34 +01:00
parent d6f94c4ad7
commit 1bfcbca8af
9 changed files with 169 additions and 99 deletions

View File

@@ -25,4 +25,5 @@ pub use account::*;
pub use transaction::*;
pub use log_entry::*;
pub use receipt::*;
pub use action_params::*;
pub use action_params::*;
pub use trace::*;