Trait AsAccountUpdateWithHash

Source
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

Required Methods§

Implementations on Foreign Types§

Source§

impl AsAccountUpdateWithHash for MinaBaseZkappCommandTStableV1WireStableV1AccountUpdatesA

Source§

impl AsAccountUpdateWithHash for MinaBaseZkappCommandTStableV1WireStableV1AccountUpdatesAACallsA

Implementors§