Ethcore crate split part 1 (#6041)
* split out types into separate crate * split out evm into its own crate
This commit is contained in:
committed by
Gav Wood
parent
24c8510932
commit
d365281cce
@@ -25,8 +25,7 @@ use std::cell::RefCell;
|
||||
|
||||
pub use basic_types::Seal;
|
||||
|
||||
/// Type for Block number
|
||||
pub type BlockNumber = u64;
|
||||
pub use types::BlockNumber;
|
||||
|
||||
/// A block header.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user