mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
Add signed_root to tree_hash crate
This commit is contained in:
5
eth2/utils/tree_hash/src/signed_root.rs
Normal file
5
eth2/utils/tree_hash/src/signed_root.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use crate::TreeHash;
|
||||
|
||||
pub trait SignedRoot: TreeHash {
|
||||
fn signed_root(&self) -> Vec<u8>;
|
||||
}
|
||||
Reference in New Issue
Block a user