helios/common/src/types.rs

4 lines
56 B
Rust
Raw Normal View History

2022-08-29 17:31:17 +00:00
use ssz_rs::Vector;
pub type Bytes32 = Vector<u8, 32>;