Add unsafe attester crate

This commit is contained in:
Paul Hauner
2019-01-28 11:23:30 +11:00
parent d5da84d967
commit acf8b79fe9
8 changed files with 437 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
mod beacon_node;
mod epoch_map;
mod signer;
pub use self::beacon_node::TestBeaconNode;
pub use self::epoch_map::TestEpochMap;
pub use self::signer::TestSigner;