mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
Initial commit
This commit is contained in:
7
src/utils/types.rs
Normal file
7
src/utils/types.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use super::ethereum_types::{ H256, H160 };
|
||||
|
||||
pub type Sha256Digest = H256;
|
||||
|
||||
pub type Address = H160;
|
||||
|
||||
pub type Bitfield = Vec<u8>;
|
||||
Reference in New Issue
Block a user