Implement SSZ decode for H256

This commit is contained in:
Paul Hauner
2018-09-22 12:11:10 +10:00
parent 8439094a8d
commit 8b4970ed51
3 changed files with 50 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ pub use decode::{
Decodable,
DecodeError,
decode_ssz,
decode_ssz_list,
};
pub use encode::{
Encodable,