pub trait Value {
    fn to_h256(&self) -> H256;
    fn zero() -> Self;
}
Expand description

Trait for define value structures

Required Methods

Implementors