Add first pass at Eth1Chain trait

This commit is contained in:
Paul Hauner
2019-09-03 15:22:00 +10:00
parent 1b4679e5bc
commit ab2b8accd4
2 changed files with 62 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ mod beacon_chain;
mod beacon_chain_builder;
mod checkpoint;
mod errors;
mod eth1_chain;
mod fork_choice;
mod iter;
mod metrics;