Trait accumulator::HashReader
source · pub trait HashReader {
// Required method
fn get(&self, position: Position) -> Result<HashValue>;
}
Expand description
Defines the interface between MerkleAccumulator
and underlying storage.