Add signature module

Because things other than transactions can be signed.
This commit is contained in:
Greg Fitzgerald
2018-03-06 12:48:26 -07:00
parent 5d0356f74b
commit 624c151ca2
14 changed files with 54 additions and 41 deletions

View File

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