pub trait AsAccountUpdateWithHash {
// Required methods
fn elt(&self) -> &MinaBaseZkappCommandTStableV1WireStableV1AccountUpdatesAA;
fn elt_mut(
&mut self,
) -> &mut MinaBaseZkappCommandTStableV1WireStableV1AccountUpdatesAA;
}
Expand description
We need this trait because mina-p2p-messages
contains different types for the same data